Shades of Purple Heart #590ECD
Tints of Purple Heart #590ECD
RGB
CMYK
RGB Variations
Color information
#590ECD (or 0x590ECD) is known color: Purple Heart. HEX triplet: 59, 0E and CD. RGB value is (89,14,205). Sum of RGB (Red+Green+Blue) = 89+14+205=308 (40% of max value = 765). Red value is 89 (35.16% from 255 or 28.90% from 308); Green value is 14 (5.86% from 255 or 4.55% from 308); Blue value is 205 (80.47% from 255 or 66.56% from 308); Max value from RGB is 205 - color contains mainly: blue. Hex color #590ECD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #590ECD is #A6F132. Grayscale: #393939. Windows color (decimal): -10940723 or 13438553. OLE color: 13438553.
HSL color Cylindrical-coordinate representation of color #590ECD: hue angle of 263.56º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #590ECD is Cyan = 0.57, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 89 | 14 | 205 | - |
| CMYK | 0.57 | 0.93 | 0 | 0.20 |
| HSL | 263.56º | 0.87% | 0.43% | - |
| HSV(B) | 263.56º | 0.93% | 0.8% | - |
| XYZ | 15.3 | 6.85 | 58.27 | - |
| YUV | 58.2 | 210.85 | 149.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 14 | 205 | 0.57 | 0.93 | 0 | 0.20 | 263.56 | 0.87 | 0.43 |
| Hex | 59 | E | CD | 39 | 5D | 0 | 14 | 108 | 57 | 2B |
| Octal | 131 | 16 | 315 | 71 | 135 | 0 | 24 | 410 | 127 | 53 |
| Binary | 1011001 | 1110 | 11001101 | 111001 | 1011101 | 0 | 10100 | 100001000 | 1010111 | 101011 |
Color Harmonies of #590ECD
Complementary color
Monochromatic Colors of #590ECD
Black with #590ECD
Text Example
Text Example
White with #590ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #590ECD; }
p { color: rgb(89,14,205); }
H1.HeaderClassName
{
color: #590ECD;
}
.AnyTagClassName
{
color: #590ECD;
}
</style>
background-color css
<style>
a { background-color: #590ECD; }
a { background-color: rgb(89,14,205); }
div.DivClassName
{
background-color: #590ECD;
}
.BgClassName
{
background-color: #590ECD;
}
</style>
border-color css
<style>
span { border-color: #590ECD; }
span { border-color: rgb(89,14,205); }
td.TdClassName
{
border-color: #590ECD;
}
.TagClassName
{
border-color: #590ECD;
}
</style>