Shades of Purple Heart #591DAC
Tints of Purple Heart #591DAC
RGB
CMYK
RGB Variations
Color information
#591DAC (or 0x591DAC) is known color: Purple Heart. HEX triplet: 59, 1D and AC. RGB value is (89,29,172). Sum of RGB (Red+Green+Blue) = 89+29+172=290 (38% of max value = 765). Red value is 89 (35.16% from 255 or 30.69% from 290); Green value is 29 (11.72% from 255 or 10% from 290); Blue value is 172 (67.58% from 255 or 59.31% from 290); Max value from RGB is 172 - color contains mainly: blue. Hex color #591DAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #591DAC is #A6E253. Grayscale: #3E3E3E. Windows color (decimal): -10936916 or 11279705. OLE color: 11279705.
HSL color Cylindrical-coordinate representation of color #591DAC: hue angle of 265.17º degrees, saturation: 0.71, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #591DAC is Cyan = 0.48, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 89 | 29 | 172 | - |
| CMYK | 0.48 | 0.83 | 0 | 0.33 |
| HSL | 265.17º | 0.71% | 0.39% | - |
| HSV(B) | 265.17º | 0.83% | 0.67% | - |
| XYZ | 12.01 | 5.98 | 39.55 | - |
| YUV | 63.24 | 189.38 | 146.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 29 | 172 | 0.48 | 0.83 | 0 | 0.33 | 265.17 | 0.71 | 0.39 |
| Hex | 59 | 1D | AC | 30 | 53 | 0 | 21 | 109 | 47 | 27 |
| Octal | 131 | 35 | 254 | 60 | 123 | 0 | 41 | 411 | 107 | 47 |
| Binary | 1011001 | 11101 | 10101100 | 110000 | 1010011 | 0 | 100001 | 100001001 | 1000111 | 100111 |
Color Harmonies of #591DAC
Complementary color
Monochromatic Colors of #591DAC
Black with #591DAC
Text Example
Text Example
White with #591DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #591DAC; }
p { color: rgb(89,29,172); }
H1.HeaderClassName
{
color: #591DAC;
}
.AnyTagClassName
{
color: #591DAC;
}
</style>
background-color css
<style>
a { background-color: #591DAC; }
a { background-color: rgb(89,29,172); }
div.DivClassName
{
background-color: #591DAC;
}
.BgClassName
{
background-color: #591DAC;
}
</style>
border-color css
<style>
span { border-color: #591DAC; }
span { border-color: rgb(89,29,172); }
td.TdClassName
{
border-color: #591DAC;
}
.TagClassName
{
border-color: #591DAC;
}
</style>