Shades of Purple Heart #5200C7
Tints of Purple Heart #5200C7
RGB
CMYK
RGB Variations
Color information
#5200C7 (or 0x5200C7) is known color: Purple Heart. HEX triplet: 52, 00 and C7. RGB value is (82,0,199). Sum of RGB (Red+Green+Blue) = 82+0+199=281 (37% of max value = 765). Red value is 82 (32.42% from 255 or 29.18% from 281); Green value is 0 (0.39% from 255 or 0% from 281); Blue value is 199 (78.12% from 255 or 70.82% from 281); Max value from RGB is 199 - color contains mainly: blue. Hex color #5200C7 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5200C7 is #ADFF38. Grayscale: #2E2E2E. Windows color (decimal): -11403065 or 13041746. OLE color: 13041746.
HSL color Cylindrical-coordinate representation of color #5200C7: hue angle of 264.72º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5200C7 is Cyan = 0.59, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 82 | 0 | 199 | - |
| CMYK | 0.59 | 1 | 0 | 0.22 |
| HSL | 264.72º | 1% | 0.39% | - |
| HSV(B) | 264.72º | 1% | 0.78% | - |
| XYZ | 13.79 | 5.92 | 54.45 | - |
| YUV | 47.2 | 213.67 | 152.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 0 | 199 | 0.59 | 1 | 0 | 0.22 | 264.72 | 1 | 0.39 |
| Hex | 52 | 0 | C7 | 3B | 64 | 0 | 16 | 109 | 64 | 27 |
| Octal | 122 | 0 | 307 | 73 | 144 | 0 | 26 | 411 | 144 | 47 |
| Binary | 1010010 | 0 | 11000111 | 111011 | 1100100 | 0 | 10110 | 100001001 | 1100100 | 100111 |
Color Harmonies of #5200C7
Complementary color
Monochromatic Colors of #5200C7
Black with #5200C7
Text Example
Text Example
White with #5200C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5200C7; }
p { color: rgb(82,0,199); }
H1.HeaderClassName
{
color: #5200C7;
}
.AnyTagClassName
{
color: #5200C7;
}
</style>
background-color css
<style>
a { background-color: #5200C7; }
a { background-color: rgb(82,0,199); }
div.DivClassName
{
background-color: #5200C7;
}
.BgClassName
{
background-color: #5200C7;
}
</style>
border-color css
<style>
span { border-color: #5200C7; }
span { border-color: rgb(82,0,199); }
td.TdClassName
{
border-color: #5200C7;
}
.TagClassName
{
border-color: #5200C7;
}
</style>