Shades of Purple Heart #591AB5
Tints of Purple Heart #591AB5
RGB
CMYK
RGB Variations
Color information
#591AB5 (or 0x591AB5) is known color: Purple Heart. HEX triplet: 59, 1A and B5. RGB value is (89,26,181). Sum of RGB (Red+Green+Blue) = 89+26+181=296 (39% of max value = 765). Red value is 89 (35.16% from 255 or 30.07% from 296); Green value is 26 (10.55% from 255 or 8.78% from 296); Blue value is 181 (71.09% from 255 or 61.15% from 296); Max value from RGB is 181 - color contains mainly: blue. Hex color #591AB5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #591AB5 is #A6E54A. Grayscale: #3D3D3D. Windows color (decimal): -10937675 or 11868761. OLE color: 11868761.
HSL color Cylindrical-coordinate representation of color #591AB5: hue angle of 264.39º degrees, saturation: 0.75, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #591AB5 is Cyan = 0.51, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 89 | 26 | 181 | - |
| CMYK | 0.51 | 0.86 | 0 | 0.29 |
| HSL | 264.39º | 0.75% | 0.41% | - |
| HSV(B) | 264.39º | 0.86% | 0.71% | - |
| XYZ | 12.83 | 6.2 | 44.24 | - |
| YUV | 62.51 | 194.87 | 146.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 26 | 181 | 0.51 | 0.86 | 0 | 0.29 | 264.39 | 0.75 | 0.41 |
| Hex | 59 | 1A | B5 | 33 | 56 | 0 | 1D | 108 | 4B | 29 |
| Octal | 131 | 32 | 265 | 63 | 126 | 0 | 35 | 410 | 113 | 51 |
| Binary | 1011001 | 11010 | 10110101 | 110011 | 1010110 | 0 | 11101 | 100001000 | 1001011 | 101001 |
Color Harmonies of #591AB5
Complementary color
Monochromatic Colors of #591AB5
Black with #591AB5
Text Example
Text Example
White with #591AB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #591AB5; }
p { color: rgb(89,26,181); }
H1.HeaderClassName
{
color: #591AB5;
}
.AnyTagClassName
{
color: #591AB5;
}
</style>
background-color css
<style>
a { background-color: #591AB5; }
a { background-color: rgb(89,26,181); }
div.DivClassName
{
background-color: #591AB5;
}
.BgClassName
{
background-color: #591AB5;
}
</style>
border-color css
<style>
span { border-color: #591AB5; }
span { border-color: rgb(89,26,181); }
td.TdClassName
{
border-color: #591AB5;
}
.TagClassName
{
border-color: #591AB5;
}
</style>