Shades of Purple Heart #591AAA
Tints of Purple Heart #591AAA
RGB
CMYK
RGB Variations
Color information
#591AAA (or 0x591AAA) is known color: Purple Heart. HEX triplet: 59, 1A and AA. RGB value is (89,26,170). Sum of RGB (Red+Green+Blue) = 89+26+170=285 (37% of max value = 765). Red value is 89 (35.16% from 255 or 31.23% from 285); Green value is 26 (10.55% from 255 or 9.12% from 285); Blue value is 170 (66.80% from 255 or 59.65% from 285); Max value from RGB is 170 - color contains mainly: blue. Hex color #591AAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #591AAA is #A6E555. Grayscale: #3C3C3C. Windows color (decimal): -10937686 or 11147865. OLE color: 11147865.
HSL color Cylindrical-coordinate representation of color #591AAA: hue angle of 266.25º degrees, saturation: 0.73, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #591AAA is Cyan = 0.48, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 89 | 26 | 170 | - |
| CMYK | 0.48 | 0.85 | 0 | 0.33 |
| HSL | 266.25º | 0.73% | 0.38% | - |
| HSV(B) | 266.25º | 0.85% | 0.67% | - |
| XYZ | 11.74 | 5.76 | 38.52 | - |
| YUV | 61.25 | 189.37 | 147.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 26 | 170 | 0.48 | 0.85 | 0 | 0.33 | 266.25 | 0.73 | 0.38 |
| Hex | 59 | 1A | AA | 30 | 55 | 0 | 21 | 10A | 49 | 26 |
| Octal | 131 | 32 | 252 | 60 | 125 | 0 | 41 | 412 | 111 | 46 |
| Binary | 1011001 | 11010 | 10101010 | 110000 | 1010101 | 0 | 100001 | 100001010 | 1001001 | 100110 |
Color Harmonies of #591AAA
Complementary color
Monochromatic Colors of #591AAA
Black with #591AAA
Text Example
Text Example
White with #591AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #591AAA; }
p { color: rgb(89,26,170); }
H1.HeaderClassName
{
color: #591AAA;
}
.AnyTagClassName
{
color: #591AAA;
}
</style>
background-color css
<style>
a { background-color: #591AAA; }
a { background-color: rgb(89,26,170); }
div.DivClassName
{
background-color: #591AAA;
}
.BgClassName
{
background-color: #591AAA;
}
</style>
border-color css
<style>
span { border-color: #591AAA; }
span { border-color: rgb(89,26,170); }
td.TdClassName
{
border-color: #591AAA;
}
.TagClassName
{
border-color: #591AAA;
}
</style>