Shades of Purple Heart #5204CE
Tints of Purple Heart #5204CE
RGB
CMYK
RGB Variations
Color information
#5204CE (or 0x5204CE) is known color: Purple Heart. HEX triplet: 52, 04 and CE. RGB value is (82,4,206). Sum of RGB (Red+Green+Blue) = 82+4+206=292 (38% of max value = 765). Red value is 82 (32.42% from 255 or 28.08% from 292); Green value is 4 (1.95% from 255 or 1.37% from 292); Blue value is 206 (80.86% from 255 or 70.55% from 292); Max value from RGB is 206 - color contains mainly: blue. Hex color #5204CE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5204CE is #ADFB31. Grayscale: #313131. Windows color (decimal): -11402034 or 13501522. OLE color: 13501522.
HSL color Cylindrical-coordinate representation of color #5204CE: hue angle of 263.17º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5204CE is Cyan = 0.60, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 82 | 4 | 206 | - |
| CMYK | 0.60 | 0.98 | 0 | 0.19 |
| HSL | 263.17º | 0.96% | 0.41% | - |
| HSV(B) | 263.17º | 0.98% | 0.81% | - |
| XYZ | 14.66 | 6.34 | 58.84 | - |
| YUV | 50.35 | 215.84 | 150.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 4 | 206 | 0.60 | 0.98 | 0 | 0.19 | 263.17 | 0.96 | 0.41 |
| Hex | 52 | 4 | CE | 3C | 62 | 0 | 13 | 107 | 60 | 29 |
| Octal | 122 | 4 | 316 | 74 | 142 | 0 | 23 | 407 | 140 | 51 |
| Binary | 1010010 | 100 | 11001110 | 111100 | 1100010 | 0 | 10011 | 100000111 | 1100000 | 101001 |
Color Harmonies of #5204CE
Complementary color
Monochromatic Colors of #5204CE
Black with #5204CE
Text Example
Text Example
White with #5204CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5204CE; }
p { color: rgb(82,4,206); }
H1.HeaderClassName
{
color: #5204CE;
}
.AnyTagClassName
{
color: #5204CE;
}
</style>
background-color css
<style>
a { background-color: #5204CE; }
a { background-color: rgb(82,4,206); }
div.DivClassName
{
background-color: #5204CE;
}
.BgClassName
{
background-color: #5204CE;
}
</style>
border-color css
<style>
span { border-color: #5204CE; }
span { border-color: rgb(82,4,206); }
td.TdClassName
{
border-color: #5204CE;
}
.TagClassName
{
border-color: #5204CE;
}
</style>