Shades of Purple Heart #5200CC
Tints of Purple Heart #5200CC
RGB
CMYK
RGB Variations
Color information
#5200CC (or 0x5200CC) is known color: Purple Heart. HEX triplet: 52, 00 and CC. RGB value is (82,0,204). Sum of RGB (Red+Green+Blue) = 82+0+204=286 (37% of max value = 765). Red value is 82 (32.42% from 255 or 28.67% from 286); Green value is 0 (0.39% from 255 or 0% from 286); Blue value is 204 (80.08% from 255 or 71.33% from 286); Max value from RGB is 204 - color contains mainly: blue. Hex color #5200CC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5200CC is #ADFF33. Grayscale: #2F2F2F. Windows color (decimal): -11403060 or 13369426. OLE color: 13369426.
HSL color Cylindrical-coordinate representation of color #5200CC: hue angle of 264.12º 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 #5200CC is Cyan = 0.60, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
RGB | 82 | 0 | 204 | - |
CMYK | 0.60 | 1 | 0 | 0.2 |
HSL | 264.12º | 1% | 0.4% | - |
HSV(B) | 264.12º | 1% | 0.8% | - |
XYZ | 14.38 | 6.15 | 57.56 | - |
YUV | 47.77 | 216.17 | 152.41 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 82 | 0 | 204 | 0.60 | 1 | 0 | 0.2 | 264.12 | 1 | 0.4 |
Hex | 52 | 0 | CC | 3C | 64 | 0 | 14 | 108 | 64 | 28 |
Octal | 122 | 0 | 314 | 74 | 144 | 0 | 24 | 410 | 144 | 50 |
Binary | 1010010 | 0 | 11001100 | 111100 | 1100100 | 0 | 10100 | 100001000 | 1100100 | 101000 |
Color Harmonies of #5200CC
Complementary color
Monochromatic Colors of #5200CC
Black with #5200CC
Text Example
Text Example
White with #5200CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5200CC; }
p { color: rgb(82,0,204); }
H1.HeaderClassName
{
color: #5200CC;
}
.AnyTagClassName
{
color: #5200CC;
}
</style>
background-color css
<style>
a { background-color: #5200CC; }
a { background-color: rgb(82,0,204); }
div.DivClassName
{
background-color: #5200CC;
}
.BgClassName
{
background-color: #5200CC;
}
</style>
border-color css
<style>
span { border-color: #5200CC; }
span { border-color: rgb(82,0,204); }
td.TdClassName
{
border-color: #5200CC;
}
.TagClassName
{
border-color: #5200CC;
}
</style>