Shades of Purple Heart #5229CE
Tints of Purple Heart #5229CE
RGB
CMYK
RGB Variations
Color information
#5229CE (or 0x5229CE) is known color: Purple Heart. HEX triplet: 52, 29 and CE. RGB value is (82,41,206). Sum of RGB (Red+Green+Blue) = 82+41+206=329 (43% of max value = 765). Red value is 82 (32.42% from 255 or 24.92% from 329); Green value is 41 (16.41% from 255 or 12.46% from 329); Blue value is 206 (80.86% from 255 or 62.61% from 329); Max value from RGB is 206 - color contains mainly: blue. Hex color #5229CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5229CE is #ADD631. Grayscale: #474747. Windows color (decimal): -11392562 or 13510994. OLE color: 13510994.
HSL color Cylindrical-coordinate representation of color #5229CE: hue angle of 254.91º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5229CE is Cyan = 0.60, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 82 | 41 | 206 | - |
| CMYK | 0.60 | 0.80 | 0 | 0.19 |
| HSL | 254.91º | 0.67% | 0.48% | - |
| HSV(B) | 254.91º | 0.8% | 0.81% | - |
| XYZ | 15.41 | 7.84 | 59.09 | - |
| YUV | 72.07 | 203.58 | 135.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 41 | 206 | 0.60 | 0.80 | 0 | 0.19 | 254.91 | 0.67 | 0.48 |
| Hex | 52 | 29 | CE | 3C | 50 | 0 | 13 | FF | 43 | 30 |
| Octal | 122 | 51 | 316 | 74 | 120 | 0 | 23 | 377 | 103 | 60 |
| Binary | 1010010 | 101001 | 11001110 | 111100 | 1010000 | 0 | 10011 | 11111111 | 1000011 | 110000 |
Color Harmonies of #5229CE
Complementary color
Monochromatic Colors of #5229CE
Black with #5229CE
Text Example
Text Example
White with #5229CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5229CE; }
p { color: rgb(82,41,206); }
H1.HeaderClassName
{
color: #5229CE;
}
.AnyTagClassName
{
color: #5229CE;
}
</style>
background-color css
<style>
a { background-color: #5229CE; }
a { background-color: rgb(82,41,206); }
div.DivClassName
{
background-color: #5229CE;
}
.BgClassName
{
background-color: #5229CE;
}
</style>
border-color css
<style>
span { border-color: #5229CE; }
span { border-color: rgb(82,41,206); }
td.TdClassName
{
border-color: #5229CE;
}
.TagClassName
{
border-color: #5229CE;
}
</style>