Shades of Purple Heart #520BCC
Tints of Purple Heart #520BCC
RGB
CMYK
RGB Variations
Color information
#520BCC (or 0x520BCC) is known color: Purple Heart. HEX triplet: 52, 0B and CC. RGB value is (82,11,204). Sum of RGB (Red+Green+Blue) = 82+11+204=297 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.61% from 297); Green value is 11 (4.69% from 255 or 3.70% from 297); Blue value is 204 (80.08% from 255 or 68.69% from 297); Max value from RGB is 204 - color contains mainly: blue. Hex color #520BCC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #520BCC is #ADF433. Grayscale: #353535. Windows color (decimal): -11400244 or 13372242. OLE color: 13372242.
HSL color Cylindrical-coordinate representation of color #520BCC: hue angle of 262.07º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #520BCC is Cyan = 0.60, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 82 | 11 | 204 | - |
| CMYK | 0.60 | 0.95 | 0 | 0.2 |
| HSL | 262.07º | 0.9% | 0.42% | - |
| HSV(B) | 262.07º | 0.95% | 0.8% | - |
| XYZ | 14.5 | 6.39 | 57.6 | - |
| YUV | 54.23 | 212.52 | 147.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 11 | 204 | 0.60 | 0.95 | 0 | 0.2 | 262.07 | 0.9 | 0.42 |
| Hex | 52 | B | CC | 3C | 5F | 0 | 14 | 106 | 5A | 2A |
| Octal | 122 | 13 | 314 | 74 | 137 | 0 | 24 | 406 | 132 | 52 |
| Binary | 1010010 | 1011 | 11001100 | 111100 | 1011111 | 0 | 10100 | 100000110 | 1011010 | 101010 |
Color Harmonies of #520BCC
Complementary color
Monochromatic Colors of #520BCC
Black with #520BCC
Text Example
Text Example
White with #520BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #520BCC; }
p { color: rgb(82,11,204); }
H1.HeaderClassName
{
color: #520BCC;
}
.AnyTagClassName
{
color: #520BCC;
}
</style>
background-color css
<style>
a { background-color: #520BCC; }
a { background-color: rgb(82,11,204); }
div.DivClassName
{
background-color: #520BCC;
}
.BgClassName
{
background-color: #520BCC;
}
</style>
border-color css
<style>
span { border-color: #520BCC; }
span { border-color: rgb(82,11,204); }
td.TdClassName
{
border-color: #520BCC;
}
.TagClassName
{
border-color: #520BCC;
}
</style>