Shades of Purple Heart #520DCE
Tints of Purple Heart #520DCE
RGB
CMYK
RGB Variations
Color information
#520DCE (or 0x520DCE) is known color: Purple Heart. HEX triplet: 52, 0D and CE. RGB value is (82,13,206). Sum of RGB (Red+Green+Blue) = 82+13+206=301 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.24% from 301); Green value is 13 (5.47% from 255 or 4.32% from 301); Blue value is 206 (80.86% from 255 or 68.44% from 301); Max value from RGB is 206 - color contains mainly: blue. Hex color #520DCE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #520DCE is #ADF231. Grayscale: #363636. Windows color (decimal): -11399730 or 13503826. OLE color: 13503826.
HSL color Cylindrical-coordinate representation of color #520DCE: hue angle of 261.45º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #520DCE is Cyan = 0.60, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 82 | 13 | 206 | - |
| CMYK | 0.60 | 0.94 | 0 | 0.19 |
| HSL | 261.45º | 0.88% | 0.43% | - |
| HSV(B) | 261.45º | 0.94% | 0.81% | - |
| XYZ | 14.76 | 6.54 | 58.88 | - |
| YUV | 55.63 | 212.86 | 146.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 13 | 206 | 0.60 | 0.94 | 0 | 0.19 | 261.45 | 0.88 | 0.43 |
| Hex | 52 | D | CE | 3C | 5E | 0 | 13 | 105 | 58 | 2B |
| Octal | 122 | 15 | 316 | 74 | 136 | 0 | 23 | 405 | 130 | 53 |
| Binary | 1010010 | 1101 | 11001110 | 111100 | 1011110 | 0 | 10011 | 100000101 | 1011000 | 101011 |
Color Harmonies of #520DCE
Complementary color
Monochromatic Colors of #520DCE
Black with #520DCE
Text Example
Text Example
White with #520DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #520DCE; }
p { color: rgb(82,13,206); }
H1.HeaderClassName
{
color: #520DCE;
}
.AnyTagClassName
{
color: #520DCE;
}
</style>
background-color css
<style>
a { background-color: #520DCE; }
a { background-color: rgb(82,13,206); }
div.DivClassName
{
background-color: #520DCE;
}
.BgClassName
{
background-color: #520DCE;
}
</style>
border-color css
<style>
span { border-color: #520DCE; }
span { border-color: rgb(82,13,206); }
td.TdClassName
{
border-color: #520DCE;
}
.TagClassName
{
border-color: #520DCE;
}
</style>