Shades of Purple Heart #590ED1
Tints of Purple Heart #590ED1
RGB
CMYK
RGB Variations
Color information
#590ED1 (or 0x590ED1) is known color: Purple Heart. HEX triplet: 59, 0E and D1. RGB value is (89,14,209). Sum of RGB (Red+Green+Blue) = 89+14+209=312 (41% of max value = 765). Red value is 89 (35.16% from 255 or 28.53% from 312); Green value is 14 (5.86% from 255 or 4.49% from 312); Blue value is 209 (82.03% from 255 or 66.99% from 312); Max value from RGB is 209 - color contains mainly: blue. Hex color #590ED1 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #590ED1 is #A6F12E. Grayscale: #393939. Windows color (decimal): -10940719 or 13700697. OLE color: 13700697.
HSL color Cylindrical-coordinate representation of color #590ED1: hue angle of 263.08º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #590ED1 is Cyan = 0.57, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 89 | 14 | 209 | - |
| CMYK | 0.57 | 0.93 | 0 | 0.18 |
| HSL | 263.08º | 0.87% | 0.44% | - |
| HSV(B) | 263.08º | 0.93% | 0.82% | - |
| XYZ | 15.79 | 7.04 | 60.85 | - |
| YUV | 58.66 | 212.85 | 149.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 14 | 209 | 0.57 | 0.93 | 0 | 0.18 | 263.08 | 0.87 | 0.44 |
| Hex | 59 | E | D1 | 39 | 5D | 0 | 12 | 107 | 57 | 2C |
| Octal | 131 | 16 | 321 | 71 | 135 | 0 | 22 | 407 | 127 | 54 |
| Binary | 1011001 | 1110 | 11010001 | 111001 | 1011101 | 0 | 10010 | 100000111 | 1010111 | 101100 |
Color Harmonies of #590ED1
Complementary color
Monochromatic Colors of #590ED1
Black with #590ED1
Text Example
Text Example
White with #590ED1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #590ED1; }
p { color: rgb(89,14,209); }
H1.HeaderClassName
{
color: #590ED1;
}
.AnyTagClassName
{
color: #590ED1;
}
</style>
background-color css
<style>
a { background-color: #590ED1; }
a { background-color: rgb(89,14,209); }
div.DivClassName
{
background-color: #590ED1;
}
.BgClassName
{
background-color: #590ED1;
}
</style>
border-color css
<style>
span { border-color: #590ED1; }
span { border-color: rgb(89,14,209); }
td.TdClassName
{
border-color: #590ED1;
}
.TagClassName
{
border-color: #590ED1;
}
</style>