Shades of Purple Heart #591DAD
Tints of Purple Heart #591DAD
RGB
CMYK
RGB Variations
Color information
#591DAD (or 0x591DAD) is known color: Purple Heart. HEX triplet: 59, 1D and AD. RGB value is (89,29,173). Sum of RGB (Red+Green+Blue) = 89+29+173=291 (38% of max value = 765). Red value is 89 (35.16% from 255 or 30.58% from 291); Green value is 29 (11.72% from 255 or 9.97% from 291); Blue value is 173 (67.97% from 255 or 59.45% from 291); Max value from RGB is 173 - color contains mainly: blue. Hex color #591DAD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #591DAD is #A6E252. Grayscale: #3E3E3E. Windows color (decimal): -10936915 or 11345241. OLE color: 11345241.
HSL color Cylindrical-coordinate representation of color #591DAD: hue angle of 265º 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 #591DAD is Cyan = 0.49, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 89 | 29 | 173 | - |
| CMYK | 0.49 | 0.83 | 0 | 0.32 |
| HSL | 265º | 0.71% | 0.4% | - |
| HSV(B) | 265º | 0.83% | 0.68% | - |
| XYZ | 12.1 | 6.02 | 40.06 | - |
| YUV | 63.36 | 189.88 | 146.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 29 | 173 | 0.49 | 0.83 | 0 | 0.32 | 265 | 0.71 | 0.4 |
| Hex | 59 | 1D | AD | 31 | 53 | 0 | 20 | 109 | 47 | 28 |
| Octal | 131 | 35 | 255 | 61 | 123 | 0 | 40 | 411 | 107 | 50 |
| Binary | 1011001 | 11101 | 10101101 | 110001 | 1010011 | 0 | 100000 | 100001001 | 1000111 | 101000 |
Color Harmonies of #591DAD
Complementary color
Monochromatic Colors of #591DAD
Black with #591DAD
Text Example
Text Example
White with #591DAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #591DAD; }
p { color: rgb(89,29,173); }
H1.HeaderClassName
{
color: #591DAD;
}
.AnyTagClassName
{
color: #591DAD;
}
</style>
background-color css
<style>
a { background-color: #591DAD; }
a { background-color: rgb(89,29,173); }
div.DivClassName
{
background-color: #591DAD;
}
.BgClassName
{
background-color: #591DAD;
}
</style>
border-color css
<style>
span { border-color: #591DAD; }
span { border-color: rgb(89,29,173); }
td.TdClassName
{
border-color: #591DAD;
}
.TagClassName
{
border-color: #591DAD;
}
</style>