Shades of Purple Heart #591DD1
Tints of Purple Heart #591DD1
RGB
CMYK
RGB Variations
Color information
#591DD1 (or 0x591DD1) is known color: Purple Heart. HEX triplet: 59, 1D and D1. RGB value is (89,29,209). Sum of RGB (Red+Green+Blue) = 89+29+209=327 (43% of max value = 765). Red value is 89 (35.16% from 255 or 27.22% from 327); Green value is 29 (11.72% from 255 or 8.87% from 327); Blue value is 209 (82.03% from 255 or 63.91% from 327); Max value from RGB is 209 - color contains mainly: blue. Hex color #591DD1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #591DD1 is #A6E22E. Grayscale: #424242. Windows color (decimal): -10936879 or 13704537. OLE color: 13704537.
HSL color Cylindrical-coordinate representation of color #591DD1: hue angle of 260º degrees, saturation: 0.76, 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 #591DD1 is Cyan = 0.57, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 89 | 29 | 209 | - |
| CMYK | 0.57 | 0.86 | 0 | 0.18 |
| HSL | 260º | 0.76% | 0.47% | - |
| HSV(B) | 260º | 0.86% | 0.82% | - |
| XYZ | 16.07 | 7.61 | 60.94 | - |
| YUV | 67.46 | 207.88 | 143.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 29 | 209 | 0.57 | 0.86 | 0 | 0.18 | 260 | 0.76 | 0.47 |
| Hex | 59 | 1D | D1 | 39 | 56 | 0 | 12 | 104 | 4C | 2F |
| Octal | 131 | 35 | 321 | 71 | 126 | 0 | 22 | 404 | 114 | 57 |
| Binary | 1011001 | 11101 | 11010001 | 111001 | 1010110 | 0 | 10010 | 100000100 | 1001100 | 101111 |
Color Harmonies of #591DD1
Complementary color
Monochromatic Colors of #591DD1
Black with #591DD1
Text Example
Text Example
White with #591DD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #591DD1; }
p { color: rgb(89,29,209); }
H1.HeaderClassName
{
color: #591DD1;
}
.AnyTagClassName
{
color: #591DD1;
}
</style>
background-color css
<style>
a { background-color: #591DD1; }
a { background-color: rgb(89,29,209); }
div.DivClassName
{
background-color: #591DD1;
}
.BgClassName
{
background-color: #591DD1;
}
</style>
border-color css
<style>
span { border-color: #591DD1; }
span { border-color: rgb(89,29,209); }
td.TdClassName
{
border-color: #591DD1;
}
.TagClassName
{
border-color: #591DD1;
}
</style>