Shades of Purple Heart #5229AB
Tints of Purple Heart #5229AB
RGB
CMYK
RGB Variations
Color information
#5229AB (or 0x5229AB) is known color: Purple Heart. HEX triplet: 52, 29 and AB. RGB value is (82,41,171). Sum of RGB (Red+Green+Blue) = 82+41+171=294 (38% of max value = 765). Red value is 82 (32.42% from 255 or 27.89% from 294); Green value is 41 (16.41% from 255 or 13.95% from 294); Blue value is 171 (67.19% from 255 or 58.16% from 294); Max value from RGB is 171 - color contains mainly: blue. Hex color #5229AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5229AB is #ADD654. Grayscale: #434343. Windows color (decimal): -11392597 or 11217234. OLE color: 11217234.
HSL color Cylindrical-coordinate representation of color #5229AB: hue angle of 258.92º 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 #5229AB is Cyan = 0.52, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 82 | 41 | 171 | - |
| CMYK | 0.52 | 0.76 | 0 | 0.33 |
| HSL | 258.92º | 0.61% | 0.42% | - |
| HSV(B) | 258.92º | 0.76% | 0.67% | - |
| XYZ | 11.62 | 6.32 | 39.14 | - |
| YUV | 68.08 | 186.08 | 137.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 41 | 171 | 0.52 | 0.76 | 0 | 0.33 | 258.92 | 0.61 | 0.42 |
| Hex | 52 | 29 | AB | 34 | 4C | 0 | 21 | 103 | 3D | 2A |
| Octal | 122 | 51 | 253 | 64 | 114 | 0 | 41 | 403 | 75 | 52 |
| Binary | 1010010 | 101001 | 10101011 | 110100 | 1001100 | 0 | 100001 | 100000011 | 111101 | 101010 |
Color Harmonies of #5229AB
Complementary color
Monochromatic Colors of #5229AB
Black with #5229AB
Text Example
Text Example
White with #5229AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5229AB; }
p { color: rgb(82,41,171); }
H1.HeaderClassName
{
color: #5229AB;
}
.AnyTagClassName
{
color: #5229AB;
}
</style>
background-color css
<style>
a { background-color: #5229AB; }
a { background-color: rgb(82,41,171); }
div.DivClassName
{
background-color: #5229AB;
}
.BgClassName
{
background-color: #5229AB;
}
</style>
border-color css
<style>
span { border-color: #5229AB; }
span { border-color: rgb(82,41,171); }
td.TdClassName
{
border-color: #5229AB;
}
.TagClassName
{
border-color: #5229AB;
}
</style>