HSV
data class HSV
A color model represented as three values: hue, saturation, and value
RGB
data class RGB
An additive color model in which red, green and blue light are added together in various ways to reproduce a broad array of colors.