Shades of Purple Heart #5210CC
Tints of Purple Heart #5210CC
RGB
CMYK
RGB Variations
Color information
#5210CC (or 0x5210CC) is known color: Purple Heart. HEX triplet: 52, 10 and CC. RGB value is (82,16,204). Sum of RGB (Red+Green+Blue) = 82+16+204=302 (40% of max value = 765). Red value is 82 (32.42% from 255 or 27.15% from 302); Green value is 16 (6.64% from 255 or 5.30% from 302); Blue value is 204 (80.08% from 255 or 67.55% from 302); Max value from RGB is 204 - color contains mainly: blue. Hex color #5210CC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5210CC is #ADEF33. Grayscale: #383838. Windows color (decimal): -11398964 or 13373522. OLE color: 13373522.
HSL color Cylindrical-coordinate representation of color #5210CC: hue angle of 261.06º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #5210CC is Cyan = 0.60, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 82 | 16 | 204 | - |
| CMYK | 0.60 | 0.92 | 0 | 0.2 |
| HSL | 261.06º | 0.85% | 0.43% | - |
| HSV(B) | 261.06º | 0.92% | 0.8% | - |
| XYZ | 14.56 | 6.52 | 57.62 | - |
| YUV | 57.17 | 210.87 | 145.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 16 | 204 | 0.60 | 0.92 | 0 | 0.2 | 261.06 | 0.85 | 0.43 |
| Hex | 52 | 10 | CC | 3C | 5C | 0 | 14 | 105 | 55 | 2B |
| Octal | 122 | 20 | 314 | 74 | 134 | 0 | 24 | 405 | 125 | 53 |
| Binary | 1010010 | 10000 | 11001100 | 111100 | 1011100 | 0 | 10100 | 100000101 | 1010101 | 101011 |
Color Harmonies of #5210CC
Complementary color
Monochromatic Colors of #5210CC
Black with #5210CC
Text Example
Text Example
White with #5210CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5210CC; }
p { color: rgb(82,16,204); }
H1.HeaderClassName
{
color: #5210CC;
}
.AnyTagClassName
{
color: #5210CC;
}
</style>
background-color css
<style>
a { background-color: #5210CC; }
a { background-color: rgb(82,16,204); }
div.DivClassName
{
background-color: #5210CC;
}
.BgClassName
{
background-color: #5210CC;
}
</style>
border-color css
<style>
span { border-color: #5210CC; }
span { border-color: rgb(82,16,204); }
td.TdClassName
{
border-color: #5210CC;
}
.TagClassName
{
border-color: #5210CC;
}
</style>