Shades of Purple Heart #590DCC
Tints of Purple Heart #590DCC
RGB
CMYK
RGB Variations
Color information
#590DCC (or 0x590DCC) is known color: Purple Heart. HEX triplet: 59, 0D and CC. RGB value is (89,13,204). Sum of RGB (Red+Green+Blue) = 89+13+204=306 (40% of max value = 765). Red value is 89 (35.16% from 255 or 29.08% from 306); Green value is 13 (5.47% from 255 or 4.25% from 306); Blue value is 204 (80.08% from 255 or 66.67% from 306); Max value from RGB is 204 - color contains mainly: blue. Hex color #590DCC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #590DCC is #A6F233. Grayscale: #383838. Windows color (decimal): -10940980 or 13372761. OLE color: 13372761.
HSL color Cylindrical-coordinate representation of color #590DCC: hue angle of 263.87º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #590DCC is Cyan = 0.56, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 89 | 13 | 204 | - |
| CMYK | 0.56 | 0.94 | 0 | 0.2 |
| HSL | 263.87º | 0.88% | 0.43% | - |
| HSV(B) | 263.87º | 0.94% | 0.8% | - |
| XYZ | 15.16 | 6.77 | 57.63 | - |
| YUV | 57.5 | 210.68 | 150.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 13 | 204 | 0.56 | 0.94 | 0 | 0.2 | 263.87 | 0.88 | 0.43 |
| Hex | 59 | D | CC | 38 | 5E | 0 | 14 | 108 | 58 | 2B |
| Octal | 131 | 15 | 314 | 70 | 136 | 0 | 24 | 410 | 130 | 53 |
| Binary | 1011001 | 1101 | 11001100 | 111000 | 1011110 | 0 | 10100 | 100001000 | 1011000 | 101011 |
Color Harmonies of #590DCC
Complementary color
Monochromatic Colors of #590DCC
Black with #590DCC
Text Example
Text Example
White with #590DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #590DCC; }
p { color: rgb(89,13,204); }
H1.HeaderClassName
{
color: #590DCC;
}
.AnyTagClassName
{
color: #590DCC;
}
</style>
background-color css
<style>
a { background-color: #590DCC; }
a { background-color: rgb(89,13,204); }
div.DivClassName
{
background-color: #590DCC;
}
.BgClassName
{
background-color: #590DCC;
}
</style>
border-color css
<style>
span { border-color: #590DCC; }
span { border-color: rgb(89,13,204); }
td.TdClassName
{
border-color: #590DCC;
}
.TagClassName
{
border-color: #590DCC;
}
</style>