Shades of Purple Heart #590CCA
Tints of Purple Heart #590CCA
RGB
CMYK
RGB Variations
Color information
#590CCA (or 0x590CCA) is known color: Purple Heart. HEX triplet: 59, 0C and CA. RGB value is (89,12,202). Sum of RGB (Red+Green+Blue) = 89+12+202=303 (40% of max value = 765). Red value is 89 (35.16% from 255 or 29.37% from 303); Green value is 12 (5.08% from 255 or 3.96% from 303); Blue value is 202 (79.30% from 255 or 66.67% from 303); Max value from RGB is 202 - color contains mainly: blue. Hex color #590CCA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #590CCA is #A6F335. Grayscale: #383838. Windows color (decimal): -10941238 or 13241433. OLE color: 13241433.
HSL color Cylindrical-coordinate representation of color #590CCA: hue angle of 264.32º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #590CCA is Cyan = 0.56, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 89 | 12 | 202 | - |
| CMYK | 0.56 | 0.94 | 0 | 0.21 |
| HSL | 264.32º | 0.89% | 0.42% | - |
| HSV(B) | 264.32º | 0.94% | 0.79% | - |
| XYZ | 14.91 | 6.65 | 56.37 | - |
| YUV | 56.68 | 210.01 | 151.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 12 | 202 | 0.56 | 0.94 | 0 | 0.21 | 264.32 | 0.89 | 0.42 |
| Hex | 59 | C | CA | 38 | 5E | 0 | 15 | 108 | 59 | 2A |
| Octal | 131 | 14 | 312 | 70 | 136 | 0 | 25 | 410 | 131 | 52 |
| Binary | 1011001 | 1100 | 11001010 | 111000 | 1011110 | 0 | 10101 | 100001000 | 1011001 | 101010 |
Color Harmonies of #590CCA
Complementary color
Monochromatic Colors of #590CCA
Black with #590CCA
Text Example
Text Example
White with #590CCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #590CCA; }
p { color: rgb(89,12,202); }
H1.HeaderClassName
{
color: #590CCA;
}
.AnyTagClassName
{
color: #590CCA;
}
</style>
background-color css
<style>
a { background-color: #590CCA; }
a { background-color: rgb(89,12,202); }
div.DivClassName
{
background-color: #590CCA;
}
.BgClassName
{
background-color: #590CCA;
}
</style>
border-color css
<style>
span { border-color: #590CCA; }
span { border-color: rgb(89,12,202); }
td.TdClassName
{
border-color: #590CCA;
}
.TagClassName
{
border-color: #590CCA;
}
</style>