Shades of Purple Heart #5929AB
Tints of Purple Heart #5929AB
RGB
CMYK
RGB Variations
Color information
#5929AB (or 0x5929AB) is known color: Purple Heart. HEX triplet: 59, 29 and AB. RGB value is (89,41,171). Sum of RGB (Red+Green+Blue) = 89+41+171=301 (39% of max value = 765). Red value is 89 (35.16% from 255 or 29.57% from 301); Green value is 41 (16.41% from 255 or 13.62% from 301); Blue value is 171 (67.19% from 255 or 56.81% from 301); Max value from RGB is 171 - color contains mainly: blue. Hex color #5929AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5929AB is #A6D654. Grayscale: #454545. Windows color (decimal): -10933845 or 11217241. OLE color: 11217241.
HSL color Cylindrical-coordinate representation of color #5929AB: hue angle of 262.15º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5929AB is Cyan = 0.48, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 89 | 41 | 171 | - |
| CMYK | 0.48 | 0.76 | 0 | 0.33 |
| HSL | 262.15º | 0.61% | 0.42% | - |
| HSV(B) | 262.15º | 0.76% | 0.67% | - |
| XYZ | 12.26 | 6.65 | 39.17 | - |
| YUV | 70.17 | 184.9 | 141.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 41 | 171 | 0.48 | 0.76 | 0 | 0.33 | 262.15 | 0.61 | 0.42 |
| Hex | 59 | 29 | AB | 30 | 4C | 0 | 21 | 106 | 3D | 2A |
| Octal | 131 | 51 | 253 | 60 | 114 | 0 | 41 | 406 | 75 | 52 |
| Binary | 1011001 | 101001 | 10101011 | 110000 | 1001100 | 0 | 100001 | 100000110 | 111101 | 101010 |
Color Harmonies of #5929AB
Complementary color
Monochromatic Colors of #5929AB
Black with #5929AB
Text Example
Text Example
White with #5929AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5929AB; }
p { color: rgb(89,41,171); }
H1.HeaderClassName
{
color: #5929AB;
}
.AnyTagClassName
{
color: #5929AB;
}
</style>
background-color css
<style>
a { background-color: #5929AB; }
a { background-color: rgb(89,41,171); }
div.DivClassName
{
background-color: #5929AB;
}
.BgClassName
{
background-color: #5929AB;
}
</style>
border-color css
<style>
span { border-color: #5929AB; }
span { border-color: rgb(89,41,171); }
td.TdClassName
{
border-color: #5929AB;
}
.TagClassName
{
border-color: #5929AB;
}
</style>