Shades of Purple Heart #5929AD
Tints of Purple Heart #5929AD
RGB
CMYK
RGB Variations
Color information
#5929AD (or 0x5929AD) is known color: Purple Heart. HEX triplet: 59, 29 and AD. RGB value is (89,41,173). Sum of RGB (Red+Green+Blue) = 89+41+173=303 (40% of max value = 765). Red value is 89 (35.16% from 255 or 29.37% from 303); Green value is 41 (16.41% from 255 or 13.53% from 303); Blue value is 173 (67.97% from 255 or 57.10% from 303); Max value from RGB is 173 - color contains mainly: blue. Hex color #5929AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5929AD is #A6D652. Grayscale: #454545. Windows color (decimal): -10933843 or 11348313. OLE color: 11348313.
HSL color Cylindrical-coordinate representation of color #5929AD: hue angle of 261.82º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5929AD is Cyan = 0.49, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 89 | 41 | 173 | - |
| CMYK | 0.49 | 0.76 | 0 | 0.32 |
| HSL | 261.82º | 0.62% | 0.42% | - |
| HSV(B) | 261.82º | 0.76% | 0.68% | - |
| XYZ | 12.46 | 6.73 | 40.18 | - |
| YUV | 70.4 | 185.9 | 141.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 41 | 173 | 0.49 | 0.76 | 0 | 0.32 | 261.82 | 0.62 | 0.42 |
| Hex | 59 | 29 | AD | 31 | 4C | 0 | 20 | 106 | 3E | 2A |
| Octal | 131 | 51 | 255 | 61 | 114 | 0 | 40 | 406 | 76 | 52 |
| Binary | 1011001 | 101001 | 10101101 | 110001 | 1001100 | 0 | 100000 | 100000110 | 111110 | 101010 |
Color Harmonies of #5929AD
Complementary color
Monochromatic Colors of #5929AD
Black with #5929AD
Text Example
Text Example
White with #5929AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5929AD; }
p { color: rgb(89,41,173); }
H1.HeaderClassName
{
color: #5929AD;
}
.AnyTagClassName
{
color: #5929AD;
}
</style>
background-color css
<style>
a { background-color: #5929AD; }
a { background-color: rgb(89,41,173); }
div.DivClassName
{
background-color: #5929AD;
}
.BgClassName
{
background-color: #5929AD;
}
</style>
border-color css
<style>
span { border-color: #5929AD; }
span { border-color: rgb(89,41,173); }
td.TdClassName
{
border-color: #5929AD;
}
.TagClassName
{
border-color: #5929AD;
}
</style>