Shades of Purple Heart #5224CE
Tints of Purple Heart #5224CE
RGB
CMYK
RGB Variations
Color information
#5224CE (or 0x5224CE) is known color: Purple Heart. HEX triplet: 52, 24 and CE. RGB value is (82,36,206). Sum of RGB (Red+Green+Blue) = 82+36+206=324 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.31% from 324); Green value is 36 (14.45% from 255 or 11.11% from 324); Blue value is 206 (80.86% from 255 or 63.58% from 324); Max value from RGB is 206 - color contains mainly: blue. Hex color #5224CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5224CE is #ADDB31. Grayscale: #444444. Windows color (decimal): -11393842 or 13509714. OLE color: 13509714.
HSL color Cylindrical-coordinate representation of color #5224CE: hue angle of 256.24º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #5224CE is Cyan = 0.60, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 82 | 36 | 206 | - |
| CMYK | 0.60 | 0.83 | 0 | 0.19 |
| HSL | 256.24º | 0.7% | 0.47% | - |
| HSV(B) | 256.24º | 0.83% | 0.81% | - |
| XYZ | 15.25 | 7.51 | 59.04 | - |
| YUV | 69.13 | 205.24 | 137.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 36 | 206 | 0.60 | 0.83 | 0 | 0.19 | 256.24 | 0.7 | 0.47 |
| Hex | 52 | 24 | CE | 3C | 53 | 0 | 13 | 100 | 46 | 2F |
| Octal | 122 | 44 | 316 | 74 | 123 | 0 | 23 | 400 | 106 | 57 |
| Binary | 1010010 | 100100 | 11001110 | 111100 | 1010011 | 0 | 10011 | 100000000 | 1000110 | 101111 |
Color Harmonies of #5224CE
Complementary color
Monochromatic Colors of #5224CE
Black with #5224CE
Text Example
Text Example
White with #5224CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5224CE; }
p { color: rgb(82,36,206); }
H1.HeaderClassName
{
color: #5224CE;
}
.AnyTagClassName
{
color: #5224CE;
}
</style>
background-color css
<style>
a { background-color: #5224CE; }
a { background-color: rgb(82,36,206); }
div.DivClassName
{
background-color: #5224CE;
}
.BgClassName
{
background-color: #5224CE;
}
</style>
border-color css
<style>
span { border-color: #5224CE; }
span { border-color: rgb(82,36,206); }
td.TdClassName
{
border-color: #5224CE;
}
.TagClassName
{
border-color: #5224CE;
}
</style>