Shades of Purple Heart #5200C9
Tints of Purple Heart #5200C9
RGB
CMYK
RGB Variations
Color information
#5200C9 (or 0x5200C9) is known color: Purple Heart. HEX triplet: 52, 00 and C9. RGB value is (82,0,201). Sum of RGB (Red+Green+Blue) = 82+0+201=283 (37% of max value = 765). Red value is 82 (32.42% from 255 or 28.98% from 283); Green value is 0 (0.39% from 255 or 0% from 283); Blue value is 201 (78.91% from 255 or 71.02% from 283); Max value from RGB is 201 - color contains mainly: blue. Hex color #5200C9 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5200C9 is #ADFF36. Grayscale: #2E2E2E. Windows color (decimal): -11403063 or 13172818. OLE color: 13172818.
HSL color Cylindrical-coordinate representation of color #5200C9: hue angle of 264.48º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5200C9 is Cyan = 0.59, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 82 | 0 | 201 | - |
| CMYK | 0.59 | 1 | 0 | 0.21 |
| HSL | 264.48º | 1% | 0.39% | - |
| HSV(B) | 264.48º | 1% | 0.79% | - |
| XYZ | 14.02 | 6.01 | 55.68 | - |
| YUV | 47.43 | 214.67 | 152.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 0 | 201 | 0.59 | 1 | 0 | 0.21 | 264.48 | 1 | 0.39 |
| Hex | 52 | 0 | C9 | 3B | 64 | 0 | 15 | 108 | 64 | 27 |
| Octal | 122 | 0 | 311 | 73 | 144 | 0 | 25 | 410 | 144 | 47 |
| Binary | 1010010 | 0 | 11001001 | 111011 | 1100100 | 0 | 10101 | 100001000 | 1100100 | 100111 |
Color Harmonies of #5200C9
Complementary color
Monochromatic Colors of #5200C9
Black with #5200C9
Text Example
Text Example
White with #5200C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5200C9; }
p { color: rgb(82,0,201); }
H1.HeaderClassName
{
color: #5200C9;
}
.AnyTagClassName
{
color: #5200C9;
}
</style>
background-color css
<style>
a { background-color: #5200C9; }
a { background-color: rgb(82,0,201); }
div.DivClassName
{
background-color: #5200C9;
}
.BgClassName
{
background-color: #5200C9;
}
</style>
border-color css
<style>
span { border-color: #5200C9; }
span { border-color: rgb(82,0,201); }
td.TdClassName
{
border-color: #5200C9;
}
.TagClassName
{
border-color: #5200C9;
}
</style>