Shades of Purple Heart #520BC7
Tints of Purple Heart #520BC7
RGB
CMYK
RGB Variations
Color information
#520BC7 (or 0x520BC7) is known color: Purple Heart. HEX triplet: 52, 0B and C7. RGB value is (82,11,199). Sum of RGB (Red+Green+Blue) = 82+11+199=292 (38% of max value = 765). Red value is 82 (32.42% from 255 or 28.08% from 292); Green value is 11 (4.69% from 255 or 3.77% from 292); Blue value is 199 (78.12% from 255 or 68.15% from 292); Max value from RGB is 199 - color contains mainly: blue. Hex color #520BC7 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #520BC7 is #ADF438. Grayscale: #343434. Windows color (decimal): -11400249 or 13044562. OLE color: 13044562.
HSL color Cylindrical-coordinate representation of color #520BC7: hue angle of 262.66º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #520BC7 is Cyan = 0.59, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 82 | 11 | 199 | - |
| CMYK | 0.59 | 0.94 | 0 | 0.22 |
| HSL | 262.66º | 0.9% | 0.41% | - |
| HSV(B) | 262.66º | 0.94% | 0.78% | - |
| XYZ | 13.91 | 6.16 | 54.49 | - |
| YUV | 53.66 | 210.02 | 148.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 11 | 199 | 0.59 | 0.94 | 0 | 0.22 | 262.66 | 0.9 | 0.41 |
| Hex | 52 | B | C7 | 3B | 5E | 0 | 16 | 107 | 5A | 29 |
| Octal | 122 | 13 | 307 | 73 | 136 | 0 | 26 | 407 | 132 | 51 |
| Binary | 1010010 | 1011 | 11000111 | 111011 | 1011110 | 0 | 10110 | 100000111 | 1011010 | 101001 |
Color Harmonies of #520BC7
Complementary color
Monochromatic Colors of #520BC7
Black with #520BC7
Text Example
Text Example
White with #520BC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #520BC7; }
p { color: rgb(82,11,199); }
H1.HeaderClassName
{
color: #520BC7;
}
.AnyTagClassName
{
color: #520BC7;
}
</style>
background-color css
<style>
a { background-color: #520BC7; }
a { background-color: rgb(82,11,199); }
div.DivClassName
{
background-color: #520BC7;
}
.BgClassName
{
background-color: #520BC7;
}
</style>
border-color css
<style>
span { border-color: #520BC7; }
span { border-color: rgb(82,11,199); }
td.TdClassName
{
border-color: #520BC7;
}
.TagClassName
{
border-color: #520BC7;
}
</style>