Shades of Purple Heart #5204CB
Tints of Purple Heart #5204CB
RGB
CMYK
RGB Variations
Color information
#5204CB (or 0x5204CB) is known color: Purple Heart. HEX triplet: 52, 04 and CB. RGB value is (82,4,203). Sum of RGB (Red+Green+Blue) = 82+4+203=289 (38% of max value = 765). Red value is 82 (32.42% from 255 or 28.37% from 289); Green value is 4 (1.95% from 255 or 1.38% from 289); Blue value is 203 (79.69% from 255 or 70.24% from 289); Max value from RGB is 203 - color contains mainly: blue. Hex color #5204CB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5204CB is #ADFB34. Grayscale: #313131. Windows color (decimal): -11402037 or 13304914. OLE color: 13304914.
HSL color Cylindrical-coordinate representation of color #5204CB: hue angle of 263.52º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5204CB is Cyan = 0.60, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 82 | 4 | 203 | - |
| CMYK | 0.60 | 0.98 | 0 | 0.20 |
| HSL | 263.52º | 0.96% | 0.41% | - |
| HSV(B) | 263.52º | 0.98% | 0.8% | - |
| XYZ | 14.3 | 6.19 | 56.94 | - |
| YUV | 50.01 | 214.34 | 150.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 4 | 203 | 0.60 | 0.98 | 0 | 0.20 | 263.52 | 0.96 | 0.41 |
| Hex | 52 | 4 | CB | 3C | 62 | 0 | 14 | 108 | 60 | 29 |
| Octal | 122 | 4 | 313 | 74 | 142 | 0 | 24 | 410 | 140 | 51 |
| Binary | 1010010 | 100 | 11001011 | 111100 | 1100010 | 0 | 10100 | 100001000 | 1100000 | 101001 |
Color Harmonies of #5204CB
Complementary color
Monochromatic Colors of #5204CB
Black with #5204CB
Text Example
Text Example
White with #5204CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5204CB; }
p { color: rgb(82,4,203); }
H1.HeaderClassName
{
color: #5204CB;
}
.AnyTagClassName
{
color: #5204CB;
}
</style>
background-color css
<style>
a { background-color: #5204CB; }
a { background-color: rgb(82,4,203); }
div.DivClassName
{
background-color: #5204CB;
}
.BgClassName
{
background-color: #5204CB;
}
</style>
border-color css
<style>
span { border-color: #5204CB; }
span { border-color: rgb(82,4,203); }
td.TdClassName
{
border-color: #5204CB;
}
.TagClassName
{
border-color: #5204CB;
}
</style>