Shades of Purple Heart #591ED0
Tints of Purple Heart #591ED0
RGB
CMYK
RGB Variations
Color information
#591ED0 (or 0x591ED0) is known color: Purple Heart. HEX triplet: 59, 1E and D0. RGB value is (89,30,208). Sum of RGB (Red+Green+Blue) = 89+30+208=327 (43% of max value = 765). Red value is 89 (35.16% from 255 or 27.22% from 327); Green value is 30 (12.11% from 255 or 9.17% from 327); Blue value is 208 (81.64% from 255 or 63.61% from 327); Max value from RGB is 208 - color contains mainly: blue. Hex color #591ED0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #591ED0 is #A6E12F. Grayscale: #434343. Windows color (decimal): -10936624 or 13639257. OLE color: 13639257.
HSL color Cylindrical-coordinate representation of color #591ED0: hue angle of 259.89º degrees, saturation: 0.75, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #591ED0 is Cyan = 0.57, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 89 | 30 | 208 | - |
| CMYK | 0.57 | 0.86 | 0 | 0.18 |
| HSL | 259.89º | 0.75% | 0.47% | - |
| HSV(B) | 259.89º | 0.86% | 0.82% | - |
| XYZ | 15.97 | 7.61 | 60.3 | - |
| YUV | 67.93 | 207.05 | 143.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 30 | 208 | 0.57 | 0.86 | 0 | 0.18 | 259.89 | 0.75 | 0.47 |
| Hex | 59 | 1E | D0 | 39 | 56 | 0 | 12 | 104 | 4B | 2F |
| Octal | 131 | 36 | 320 | 71 | 126 | 0 | 22 | 404 | 113 | 57 |
| Binary | 1011001 | 11110 | 11010000 | 111001 | 1010110 | 0 | 10010 | 100000100 | 1001011 | 101111 |
Color Harmonies of #591ED0
Complementary color
Monochromatic Colors of #591ED0
Black with #591ED0
Text Example
Text Example
White with #591ED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #591ED0; }
p { color: rgb(89,30,208); }
H1.HeaderClassName
{
color: #591ED0;
}
.AnyTagClassName
{
color: #591ED0;
}
</style>
background-color css
<style>
a { background-color: #591ED0; }
a { background-color: rgb(89,30,208); }
div.DivClassName
{
background-color: #591ED0;
}
.BgClassName
{
background-color: #591ED0;
}
</style>
border-color css
<style>
span { border-color: #591ED0; }
span { border-color: rgb(89,30,208); }
td.TdClassName
{
border-color: #591ED0;
}
.TagClassName
{
border-color: #591ED0;
}
</style>