Shades of Purple Heart #591CAA
Tints of Purple Heart #591CAA
RGB
CMYK
RGB Variations
Color information
#591CAA (or 0x591CAA) is known color: Purple Heart. HEX triplet: 59, 1C and AA. RGB value is (89,28,170). Sum of RGB (Red+Green+Blue) = 89+28+170=287 (38% of max value = 765). Red value is 89 (35.16% from 255 or 31.01% from 287); Green value is 28 (11.33% from 255 or 9.76% from 287); Blue value is 170 (66.80% from 255 or 59.23% from 287); Max value from RGB is 170 - color contains mainly: blue. Hex color #591CAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #591CAA is #A6E355. Grayscale: #3D3D3D. Windows color (decimal): -10937174 or 11148377. OLE color: 11148377.
HSL color Cylindrical-coordinate representation of color #591CAA: hue angle of 265.77º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #591CAA is Cyan = 0.48, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 89 | 28 | 170 | - |
| CMYK | 0.48 | 0.84 | 0 | 0.33 |
| HSL | 265.77º | 0.72% | 0.39% | - |
| HSV(B) | 265.77º | 0.84% | 0.67% | - |
| XYZ | 11.79 | 5.86 | 38.54 | - |
| YUV | 62.43 | 188.71 | 146.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 28 | 170 | 0.48 | 0.84 | 0 | 0.33 | 265.77 | 0.72 | 0.39 |
| Hex | 59 | 1C | AA | 30 | 54 | 0 | 21 | 10A | 48 | 27 |
| Octal | 131 | 34 | 252 | 60 | 124 | 0 | 41 | 412 | 110 | 47 |
| Binary | 1011001 | 11100 | 10101010 | 110000 | 1010100 | 0 | 100001 | 100001010 | 1001000 | 100111 |
Color Harmonies of #591CAA
Complementary color
Monochromatic Colors of #591CAA
Black with #591CAA
Text Example
Text Example
White with #591CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #591CAA; }
p { color: rgb(89,28,170); }
H1.HeaderClassName
{
color: #591CAA;
}
.AnyTagClassName
{
color: #591CAA;
}
</style>
background-color css
<style>
a { background-color: #591CAA; }
a { background-color: rgb(89,28,170); }
div.DivClassName
{
background-color: #591CAA;
}
.BgClassName
{
background-color: #591CAA;
}
</style>
border-color css
<style>
span { border-color: #591CAA; }
span { border-color: rgb(89,28,170); }
td.TdClassName
{
border-color: #591CAA;
}
.TagClassName
{
border-color: #591CAA;
}
</style>