
The Function Block COLOR2HSV converts an RGB color to an HSV color.
Expects a color as a string in hexadecimal format '#RRGGBB'.
The output corresponds to the angle of the color circle. This is output as a number between 0 and 359.
The output indicates the saturation of the color. If the value is 0, then the input color is white, or at 100 the full color is output.
The output indicates the value or brightness of the color. The value ranges between 0 and 100.