Shades of Purple Heart #591DAE
Tints of Purple Heart #591DAE
RGB
CMYK
RGB Variations
Color information
#591DAE (or 0x591DAE) is known color: Purple Heart. HEX triplet: 59, 1D and AE. RGB value is (89,29,174). Sum of RGB (Red+Green+Blue) = 89+29+174=292 (38% of max value = 765). Red value is 89 (35.16% from 255 or 30.48% from 292); Green value is 29 (11.72% from 255 or 9.93% from 292); Blue value is 174 (68.36% from 255 or 59.59% from 292); Max value from RGB is 174 - color contains mainly: blue. Hex color #591DAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #591DAE is #A6E251. Grayscale: #3E3E3E. Windows color (decimal): -10936914 or 11410777. OLE color: 11410777.
HSL color Cylindrical-coordinate representation of color #591DAE: hue angle of 264.83º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #591DAE is Cyan = 0.49, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 89 | 29 | 174 | - |
| CMYK | 0.49 | 0.83 | 0 | 0.32 |
| HSL | 264.83º | 0.71% | 0.4% | - |
| HSV(B) | 264.83º | 0.83% | 0.68% | - |
| XYZ | 12.2 | 6.06 | 40.57 | - |
| YUV | 63.47 | 190.38 | 146.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 29 | 174 | 0.49 | 0.83 | 0 | 0.32 | 264.83 | 0.71 | 0.4 |
| Hex | 59 | 1D | AE | 31 | 53 | 0 | 20 | 109 | 47 | 28 |
| Octal | 131 | 35 | 256 | 61 | 123 | 0 | 40 | 411 | 107 | 50 |
| Binary | 1011001 | 11101 | 10101110 | 110001 | 1010011 | 0 | 100000 | 100001001 | 1000111 | 101000 |
Color Harmonies of #591DAE
Complementary color
Monochromatic Colors of #591DAE
Black with #591DAE
Text Example
Text Example
White with #591DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #591DAE; }
p { color: rgb(89,29,174); }
H1.HeaderClassName
{
color: #591DAE;
}
.AnyTagClassName
{
color: #591DAE;
}
</style>
background-color css
<style>
a { background-color: #591DAE; }
a { background-color: rgb(89,29,174); }
div.DivClassName
{
background-color: #591DAE;
}
.BgClassName
{
background-color: #591DAE;
}
</style>
border-color css
<style>
span { border-color: #591DAE; }
span { border-color: rgb(89,29,174); }
td.TdClassName
{
border-color: #591DAE;
}
.TagClassName
{
border-color: #591DAE;
}
</style>