Shades of Purple Heart #591AAE
Tints of Purple Heart #591AAE
RGB
CMYK
RGB Variations
Color information
#591AAE (or 0x591AAE) is known color: Purple Heart. HEX triplet: 59, 1A and AE. RGB value is (89,26,174). Sum of RGB (Red+Green+Blue) = 89+26+174=289 (38% of max value = 765). Red value is 89 (35.16% from 255 or 30.80% from 289); Green value is 26 (10.55% from 255 or 9.00% from 289); Blue value is 174 (68.36% from 255 or 60.21% from 289); Max value from RGB is 174 - color contains mainly: blue. Hex color #591AAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #591AAE is #A6E551. Grayscale: #3D3D3D. Windows color (decimal): -10937682 or 11410009. OLE color: 11410009.
HSL color Cylindrical-coordinate representation of color #591AAE: hue angle of 265.54º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #591AAE is Cyan = 0.49, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 89 | 26 | 174 | - |
| CMYK | 0.49 | 0.85 | 0 | 0.32 |
| HSL | 265.54º | 0.74% | 0.39% | - |
| HSV(B) | 265.54º | 0.85% | 0.68% | - |
| XYZ | 12.13 | 5.92 | 40.55 | - |
| YUV | 61.71 | 191.37 | 147.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 26 | 174 | 0.49 | 0.85 | 0 | 0.32 | 265.54 | 0.74 | 0.39 |
| Hex | 59 | 1A | AE | 31 | 55 | 0 | 20 | 10A | 4A | 27 |
| Octal | 131 | 32 | 256 | 61 | 125 | 0 | 40 | 412 | 112 | 47 |
| Binary | 1011001 | 11010 | 10101110 | 110001 | 1010101 | 0 | 100000 | 100001010 | 1001010 | 100111 |
Color Harmonies of #591AAE
Complementary color
Monochromatic Colors of #591AAE
Black with #591AAE
Text Example
Text Example
White with #591AAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #591AAE; }
p { color: rgb(89,26,174); }
H1.HeaderClassName
{
color: #591AAE;
}
.AnyTagClassName
{
color: #591AAE;
}
</style>
background-color css
<style>
a { background-color: #591AAE; }
a { background-color: rgb(89,26,174); }
div.DivClassName
{
background-color: #591AAE;
}
.BgClassName
{
background-color: #591AAE;
}
</style>
border-color css
<style>
span { border-color: #591AAE; }
span { border-color: rgb(89,26,174); }
td.TdClassName
{
border-color: #591AAE;
}
.TagClassName
{
border-color: #591AAE;
}
</style>