Shades of Purple Heart #5200CB
Tints of Purple Heart #5200CB
RGB
CMYK
RGB Variations
Color information
#5200CB (or 0x5200CB) is known color: Purple Heart. HEX triplet: 52, 00 and CB. RGB value is (82,0,203). Sum of RGB (Red+Green+Blue) = 82+0+203=285 (37% of max value = 765). Red value is 82 (32.42% from 255 or 28.77% from 285); Green value is 0 (0.39% from 255 or 0% from 285); Blue value is 203 (79.69% from 255 or 71.23% from 285); Max value from RGB is 203 - color contains mainly: blue. Hex color #5200CB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5200CB is #ADFF34. Grayscale: #2E2E2E. Windows color (decimal): -11403061 or 13303890. OLE color: 13303890.
HSL color Cylindrical-coordinate representation of color #5200CB: hue angle of 264.24º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5200CB is Cyan = 0.60, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 82 | 0 | 203 | - |
| CMYK | 0.60 | 1 | 0 | 0.20 |
| HSL | 264.24º | 1% | 0.4% | - |
| HSV(B) | 264.24º | 1% | 0.8% | - |
| XYZ | 14.26 | 6.11 | 56.93 | - |
| YUV | 47.66 | 215.67 | 152.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 0 | 203 | 0.60 | 1 | 0 | 0.20 | 264.24 | 1 | 0.4 |
| Hex | 52 | 0 | CB | 3C | 64 | 0 | 14 | 108 | 64 | 28 |
| Octal | 122 | 0 | 313 | 74 | 144 | 0 | 24 | 410 | 144 | 50 |
| Binary | 1010010 | 0 | 11001011 | 111100 | 1100100 | 0 | 10100 | 100001000 | 1100100 | 101000 |
Color Harmonies of #5200CB
Complementary color
Monochromatic Colors of #5200CB
Black with #5200CB
Text Example
Text Example
White with #5200CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5200CB; }
p { color: rgb(82,0,203); }
H1.HeaderClassName
{
color: #5200CB;
}
.AnyTagClassName
{
color: #5200CB;
}
</style>
background-color css
<style>
a { background-color: #5200CB; }
a { background-color: rgb(82,0,203); }
div.DivClassName
{
background-color: #5200CB;
}
.BgClassName
{
background-color: #5200CB;
}
</style>
border-color css
<style>
span { border-color: #5200CB; }
span { border-color: rgb(82,0,203); }
td.TdClassName
{
border-color: #5200CB;
}
.TagClassName
{
border-color: #5200CB;
}
</style>