Shades of Purple Heart #5229CA
Tints of Purple Heart #5229CA
RGB
CMYK
RGB Variations
Color information
#5229CA (or 0x5229CA) is known color: Purple Heart. HEX triplet: 52, 29 and CA. RGB value is (82,41,202). Sum of RGB (Red+Green+Blue) = 82+41+202=325 (43% of max value = 765). Red value is 82 (32.42% from 255 or 25.23% from 325); Green value is 41 (16.41% from 255 or 12.62% from 325); Blue value is 202 (79.30% from 255 or 62.15% from 325); Max value from RGB is 202 - color contains mainly: blue. Hex color #5229CA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5229CA is #ADD635. Grayscale: #474747. Windows color (decimal): -11392566 or 13248850. OLE color: 13248850.
HSL color Cylindrical-coordinate representation of color #5229CA: hue angle of 255.28º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5229CA is Cyan = 0.59, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 82 | 41 | 202 | - |
| CMYK | 0.59 | 0.80 | 0 | 0.21 |
| HSL | 255.28º | 0.66% | 0.48% | - |
| HSV(B) | 255.28º | 0.8% | 0.79% | - |
| XYZ | 14.93 | 7.64 | 56.57 | - |
| YUV | 71.61 | 201.58 | 135.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 41 | 202 | 0.59 | 0.80 | 0 | 0.21 | 255.28 | 0.66 | 0.48 |
| Hex | 52 | 29 | CA | 3B | 50 | 0 | 15 | FF | 42 | 30 |
| Octal | 122 | 51 | 312 | 73 | 120 | 0 | 25 | 377 | 102 | 60 |
| Binary | 1010010 | 101001 | 11001010 | 111011 | 1010000 | 0 | 10101 | 11111111 | 1000010 | 110000 |
Color Harmonies of #5229CA
Complementary color
Monochromatic Colors of #5229CA
Black with #5229CA
Text Example
Text Example
White with #5229CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5229CA; }
p { color: rgb(82,41,202); }
H1.HeaderClassName
{
color: #5229CA;
}
.AnyTagClassName
{
color: #5229CA;
}
</style>
background-color css
<style>
a { background-color: #5229CA; }
a { background-color: rgb(82,41,202); }
div.DivClassName
{
background-color: #5229CA;
}
.BgClassName
{
background-color: #5229CA;
}
</style>
border-color css
<style>
span { border-color: #5229CA; }
span { border-color: rgb(82,41,202); }
td.TdClassName
{
border-color: #5229CA;
}
.TagClassName
{
border-color: #5229CA;
}
</style>