Shades of Purple Heart #591AD6
Tints of Purple Heart #591AD6
RGB
CMYK
RGB Variations
Color information
#591AD6 (or 0x591AD6) is known color: Purple Heart. HEX triplet: 59, 1A and D6. RGB value is (89,26,214). Sum of RGB (Red+Green+Blue) = 89+26+214=329 (43% of max value = 765). Red value is 89 (35.16% from 255 or 27.05% from 329); Green value is 26 (10.55% from 255 or 7.90% from 329); Blue value is 214 (83.98% from 255 or 65.05% from 329); Max value from RGB is 214 - color contains mainly: blue. Hex color #591AD6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #591AD6 is #A6E529. Grayscale: #414141. Windows color (decimal): -10937642 or 14031449. OLE color: 14031449.
HSL color Cylindrical-coordinate representation of color #591AD6: hue angle of 260.11º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #591AD6 is Cyan = 0.58, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 89 | 26 | 214 | - |
| CMYK | 0.58 | 0.88 | 0 | 0.16 |
| HSL | 260.11º | 0.78% | 0.47% | - |
| HSV(B) | 260.11º | 0.88% | 0.84% | - |
| XYZ | 16.63 | 7.72 | 64.23 | - |
| YUV | 66.27 | 211.37 | 144.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 26 | 214 | 0.58 | 0.88 | 0 | 0.16 | 260.11 | 0.78 | 0.47 |
| Hex | 59 | 1A | D6 | 3A | 58 | 0 | 10 | 104 | 4E | 2F |
| Octal | 131 | 32 | 326 | 72 | 130 | 0 | 20 | 404 | 116 | 57 |
| Binary | 1011001 | 11010 | 11010110 | 111010 | 1011000 | 0 | 10000 | 100000100 | 1001110 | 101111 |
Color Harmonies of #591AD6
Complementary color
Monochromatic Colors of #591AD6
Black with #591AD6
Text Example
Text Example
White with #591AD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #591AD6; }
p { color: rgb(89,26,214); }
H1.HeaderClassName
{
color: #591AD6;
}
.AnyTagClassName
{
color: #591AD6;
}
</style>
background-color css
<style>
a { background-color: #591AD6; }
a { background-color: rgb(89,26,214); }
div.DivClassName
{
background-color: #591AD6;
}
.BgClassName
{
background-color: #591AD6;
}
</style>
border-color css
<style>
span { border-color: #591AD6; }
span { border-color: rgb(89,26,214); }
td.TdClassName
{
border-color: #591AD6;
}
.TagClassName
{
border-color: #591AD6;
}
</style>