ColorPickerCSSToHSV
Callable
Parameters
Color: `#${string}`
The RGB or RGBA hex color code
optionalDefaultHSV: HSVColor
The HSV to output if the color is not valid
Returns HSVColor
- The HSV color from a hex color code
See more at https://gist.github.com/mjackson/5311256
Parses a hex color code and converts it to a HSV object