Shades of Purple Heart #591BD9
Tints of Purple Heart #591BD9
RGB
CMYK
RGB Variations
Color information
#591BD9 (or 0x591BD9) is known color: Purple Heart. HEX triplet: 59, 1B and D9. RGB value is (89,27,217). Sum of RGB (Red+Green+Blue) = 89+27+217=333 (44% of max value = 765). Red value is 89 (35.16% from 255 or 26.73% from 333); Green value is 27 (10.94% from 255 or 8.11% from 333); Blue value is 217 (85.16% from 255 or 65.17% from 333); Max value from RGB is 217 - color contains mainly: blue. Hex color #591BD9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #591BD9 is #A6E426. Grayscale: #424242. Windows color (decimal): -10937383 or 14228313. OLE color: 14228313.
HSL color Cylindrical-coordinate representation of color #591BD9: hue angle of 259.58º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #591BD9 is Cyan = 0.59, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 89 | 27 | 217 | - |
| CMYK | 0.59 | 0.88 | 0 | 0.15 |
| HSL | 259.58º | 0.78% | 0.48% | - |
| HSV(B) | 259.58º | 0.88% | 0.85% | - |
| XYZ | 17.04 | 7.92 | 66.28 | - |
| YUV | 67.2 | 212.54 | 143.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 27 | 217 | 0.59 | 0.88 | 0 | 0.15 | 259.58 | 0.78 | 0.48 |
| Hex | 59 | 1B | D9 | 3B | 58 | 0 | F | 104 | 4E | 30 |
| Octal | 131 | 33 | 331 | 73 | 130 | 0 | 17 | 404 | 116 | 60 |
| Binary | 1011001 | 11011 | 11011001 | 111011 | 1011000 | 0 | 1111 | 100000100 | 1001110 | 110000 |
Color Harmonies of #591BD9
Complementary color
Monochromatic Colors of #591BD9
Black with #591BD9
Text Example
Text Example
White with #591BD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #591BD9; }
p { color: rgb(89,27,217); }
H1.HeaderClassName
{
color: #591BD9;
}
.AnyTagClassName
{
color: #591BD9;
}
</style>
background-color css
<style>
a { background-color: #591BD9; }
a { background-color: rgb(89,27,217); }
div.DivClassName
{
background-color: #591BD9;
}
.BgClassName
{
background-color: #591BD9;
}
</style>
border-color css
<style>
span { border-color: #591BD9; }
span { border-color: rgb(89,27,217); }
td.TdClassName
{
border-color: #591BD9;
}
.TagClassName
{
border-color: #591BD9;
}
</style>