Shades of Purple Heart #591BAA
Tints of Purple Heart #591BAA
RGB
CMYK
RGB Variations
Color information
#591BAA (or 0x591BAA) is known color: Purple Heart. HEX triplet: 59, 1B and AA. RGB value is (89,27,170). Sum of RGB (Red+Green+Blue) = 89+27+170=286 (37% of max value = 765). Red value is 89 (35.16% from 255 or 31.12% from 286); Green value is 27 (10.94% from 255 or 9.44% from 286); Blue value is 170 (66.80% from 255 or 59.44% from 286); Max value from RGB is 170 - color contains mainly: blue. Hex color #591BAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #591BAA is #A6E455. Grayscale: #3D3D3D. Windows color (decimal): -10937430 or 11148121. OLE color: 11148121.
HSL color Cylindrical-coordinate representation of color #591BAA: hue angle of 266.01º degrees, saturation: 0.73, 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 #591BAA is Cyan = 0.48, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 89 | 27 | 170 | - |
| CMYK | 0.48 | 0.84 | 0 | 0.33 |
| HSL | 266.01º | 0.73% | 0.39% | - |
| HSV(B) | 266.01º | 0.84% | 0.67% | - |
| XYZ | 11.77 | 5.81 | 38.53 | - |
| YUV | 61.84 | 189.04 | 147.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 27 | 170 | 0.48 | 0.84 | 0 | 0.33 | 266.01 | 0.73 | 0.39 |
| Hex | 59 | 1B | AA | 30 | 54 | 0 | 21 | 10A | 49 | 27 |
| Octal | 131 | 33 | 252 | 60 | 124 | 0 | 41 | 412 | 111 | 47 |
| Binary | 1011001 | 11011 | 10101010 | 110000 | 1010100 | 0 | 100001 | 100001010 | 1001001 | 100111 |
Color Harmonies of #591BAA
Complementary color
Monochromatic Colors of #591BAA
Black with #591BAA
Text Example
Text Example
White with #591BAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #591BAA; }
p { color: rgb(89,27,170); }
H1.HeaderClassName
{
color: #591BAA;
}
.AnyTagClassName
{
color: #591BAA;
}
</style>
background-color css
<style>
a { background-color: #591BAA; }
a { background-color: rgb(89,27,170); }
div.DivClassName
{
background-color: #591BAA;
}
.BgClassName
{
background-color: #591BAA;
}
</style>
border-color css
<style>
span { border-color: #591BAA; }
span { border-color: rgb(89,27,170); }
td.TdClassName
{
border-color: #591BAA;
}
.TagClassName
{
border-color: #591BAA;
}
</style>