Shades of Purple Heart #590CC6
Tints of Purple Heart #590CC6
RGB
CMYK
RGB Variations
Color information
#590CC6 (or 0x590CC6) is known color: Purple Heart. HEX triplet: 59, 0C and C6. RGB value is (89,12,198). Sum of RGB (Red+Green+Blue) = 89+12+198=299 (39% of max value = 765). Red value is 89 (35.16% from 255 or 29.77% from 299); Green value is 12 (5.08% from 255 or 4.01% from 299); Blue value is 198 (77.73% from 255 or 66.22% from 299); Max value from RGB is 198 - color contains mainly: blue. Hex color #590CC6 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #590CC6 is #A6F339. Grayscale: #373737. Windows color (decimal): -10941242 or 12979289. OLE color: 12979289.
HSL color Cylindrical-coordinate representation of color #590CC6: hue angle of 264.84º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #590CC6 is Cyan = 0.55, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 89 | 12 | 198 | - |
| CMYK | 0.55 | 0.94 | 0 | 0.22 |
| HSL | 264.84º | 0.89% | 0.41% | - |
| HSV(B) | 264.84º | 0.94% | 0.78% | - |
| XYZ | 14.44 | 6.46 | 53.91 | - |
| YUV | 56.23 | 208.01 | 151.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 12 | 198 | 0.55 | 0.94 | 0 | 0.22 | 264.84 | 0.89 | 0.41 |
| Hex | 59 | C | C6 | 37 | 5E | 0 | 16 | 109 | 59 | 29 |
| Octal | 131 | 14 | 306 | 67 | 136 | 0 | 26 | 411 | 131 | 51 |
| Binary | 1011001 | 1100 | 11000110 | 110111 | 1011110 | 0 | 10110 | 100001001 | 1011001 | 101001 |
Color Harmonies of #590CC6
Complementary color
Monochromatic Colors of #590CC6
Black with #590CC6
Text Example
Text Example
White with #590CC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #590CC6; }
p { color: rgb(89,12,198); }
H1.HeaderClassName
{
color: #590CC6;
}
.AnyTagClassName
{
color: #590CC6;
}
</style>
background-color css
<style>
a { background-color: #590CC6; }
a { background-color: rgb(89,12,198); }
div.DivClassName
{
background-color: #590CC6;
}
.BgClassName
{
background-color: #590CC6;
}
</style>
border-color css
<style>
span { border-color: #590CC6; }
span { border-color: rgb(89,12,198); }
td.TdClassName
{
border-color: #590CC6;
}
.TagClassName
{
border-color: #590CC6;
}
</style>