Shades of Purple Heart #5219CE
Tints of Purple Heart #5219CE
RGB
CMYK
RGB Variations
Color information
#5219CE (or 0x5219CE) is known color: Purple Heart. HEX triplet: 52, 19 and CE. RGB value is (82,25,206). Sum of RGB (Red+Green+Blue) = 82+25+206=313 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.20% from 313); Green value is 25 (10.16% from 255 or 7.99% from 313); Blue value is 206 (80.86% from 255 or 65.81% from 313); Max value from RGB is 206 - color contains mainly: blue. Hex color #5219CE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5219CE is #ADE631. Grayscale: #3E3E3E. Windows color (decimal): -11396658 or 13506898. OLE color: 13506898.
HSL color Cylindrical-coordinate representation of color #5219CE: hue angle of 258.9º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5219CE is Cyan = 0.60, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 82 | 25 | 206 | - |
| CMYK | 0.60 | 0.88 | 0 | 0.19 |
| HSL | 258.9º | 0.78% | 0.45% | - |
| HSV(B) | 258.9º | 0.88% | 0.81% | - |
| XYZ | 14.97 | 6.95 | 58.94 | - |
| YUV | 62.68 | 208.88 | 141.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 25 | 206 | 0.60 | 0.88 | 0 | 0.19 | 258.9 | 0.78 | 0.45 |
| Hex | 52 | 19 | CE | 3C | 58 | 0 | 13 | 103 | 4E | 2D |
| Octal | 122 | 31 | 316 | 74 | 130 | 0 | 23 | 403 | 116 | 55 |
| Binary | 1010010 | 11001 | 11001110 | 111100 | 1011000 | 0 | 10011 | 100000011 | 1001110 | 101101 |
Color Harmonies of #5219CE
Complementary color
Monochromatic Colors of #5219CE
Black with #5219CE
Text Example
Text Example
White with #5219CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5219CE; }
p { color: rgb(82,25,206); }
H1.HeaderClassName
{
color: #5219CE;
}
.AnyTagClassName
{
color: #5219CE;
}
</style>
background-color css
<style>
a { background-color: #5219CE; }
a { background-color: rgb(82,25,206); }
div.DivClassName
{
background-color: #5219CE;
}
.BgClassName
{
background-color: #5219CE;
}
</style>
border-color css
<style>
span { border-color: #5219CE; }
span { border-color: rgb(82,25,206); }
td.TdClassName
{
border-color: #5219CE;
}
.TagClassName
{
border-color: #5219CE;
}
</style>