powered by
Converts color names or values to hsv code.
col2hsv(col)
Matrix with the rows
Hue of hsv-Signal: 0=red, 1/3=green, 2/3=blue, 1=red.
Saturation of hsv-Signal: 0=white, 1=full color.
Value of hsv-Signal: 0=black, 1=full color.
Vector of color code.
Rene Locher
col2rgb, rgb2hsv, hsv
col2rgb
rgb2hsv
hsv
col2hsv(c("blue","green","red"))
Run the code above in your browser using DataLab