Shades of Purple Heart #520BC1
Tints of Purple Heart #520BC1
RGB
CMYK
RGB Variations
Color information
#520BC1 (or 0x520BC1) is known color: Purple Heart. HEX triplet: 52, 0B and C1. RGB value is (82,11,193). Sum of RGB (Red+Green+Blue) = 82+11+193=286 (37% of max value = 765). Red value is 82 (32.42% from 255 or 28.67% from 286); Green value is 11 (4.69% from 255 or 3.85% from 286); Blue value is 193 (75.78% from 255 or 67.48% from 286); Max value from RGB is 193 - color contains mainly: blue. Hex color #520BC1 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #520BC1 is #ADF43E. Grayscale: #343434. Windows color (decimal): -11400255 or 12651346. OLE color: 12651346.
HSL color Cylindrical-coordinate representation of color #520BC1: hue angle of 263.41º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #520BC1 is Cyan = 0.58, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 82 | 11 | 193 | - |
| CMYK | 0.58 | 0.94 | 0 | 0.24 |
| HSL | 263.41º | 0.89% | 0.4% | - |
| HSV(B) | 263.41º | 0.94% | 0.76% | - |
| XYZ | 13.22 | 5.88 | 50.89 | - |
| YUV | 52.98 | 207.02 | 148.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 11 | 193 | 0.58 | 0.94 | 0 | 0.24 | 263.41 | 0.89 | 0.4 |
| Hex | 52 | B | C1 | 3A | 5E | 0 | 18 | 107 | 59 | 28 |
| Octal | 122 | 13 | 301 | 72 | 136 | 0 | 30 | 407 | 131 | 50 |
| Binary | 1010010 | 1011 | 11000001 | 111010 | 1011110 | 0 | 11000 | 100000111 | 1011001 | 101000 |
Color Harmonies of #520BC1
Complementary color
Monochromatic Colors of #520BC1
Black with #520BC1
Text Example
Text Example
White with #520BC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #520BC1; }
p { color: rgb(82,11,193); }
H1.HeaderClassName
{
color: #520BC1;
}
.AnyTagClassName
{
color: #520BC1;
}
</style>
background-color css
<style>
a { background-color: #520BC1; }
a { background-color: rgb(82,11,193); }
div.DivClassName
{
background-color: #520BC1;
}
.BgClassName
{
background-color: #520BC1;
}
</style>
border-color css
<style>
span { border-color: #520BC1; }
span { border-color: rgb(82,11,193); }
td.TdClassName
{
border-color: #520BC1;
}
.TagClassName
{
border-color: #520BC1;
}
</style>