Shades of Purple Heart #520DC5
Tints of Purple Heart #520DC5
RGB
CMYK
RGB Variations
Color information
#520DC5 (or 0x520DC5) is known color: Purple Heart. HEX triplet: 52, 0D and C5. RGB value is (82,13,197). Sum of RGB (Red+Green+Blue) = 82+13+197=292 (38% of max value = 765). Red value is 82 (32.42% from 255 or 28.08% from 292); Green value is 13 (5.47% from 255 or 4.45% from 292); Blue value is 197 (77.34% from 255 or 67.47% from 292); Max value from RGB is 197 - color contains mainly: blue. Hex color #520DC5 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #520DC5 is #ADF23A. Grayscale: #353535. Windows color (decimal): -11399739 or 12914002. OLE color: 12914002.
HSL color Cylindrical-coordinate representation of color #520DC5: hue angle of 262.5º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #520DC5 is Cyan = 0.58, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 82 | 13 | 197 | - |
| CMYK | 0.58 | 0.93 | 0 | 0.23 |
| HSL | 262.5º | 0.88% | 0.41% | - |
| HSV(B) | 262.5º | 0.93% | 0.77% | - |
| XYZ | 13.7 | 6.11 | 53.28 | - |
| YUV | 54.61 | 208.36 | 147.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 13 | 197 | 0.58 | 0.93 | 0 | 0.23 | 262.5 | 0.88 | 0.41 |
| Hex | 52 | D | C5 | 3A | 5D | 0 | 17 | 106 | 58 | 29 |
| Octal | 122 | 15 | 305 | 72 | 135 | 0 | 27 | 406 | 130 | 51 |
| Binary | 1010010 | 1101 | 11000101 | 111010 | 1011101 | 0 | 10111 | 100000110 | 1011000 | 101001 |
Color Harmonies of #520DC5
Complementary color
Monochromatic Colors of #520DC5
Black with #520DC5
Text Example
Text Example
White with #520DC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #520DC5; }
p { color: rgb(82,13,197); }
H1.HeaderClassName
{
color: #520DC5;
}
.AnyTagClassName
{
color: #520DC5;
}
</style>
background-color css
<style>
a { background-color: #520DC5; }
a { background-color: rgb(82,13,197); }
div.DivClassName
{
background-color: #520DC5;
}
.BgClassName
{
background-color: #520DC5;
}
</style>
border-color css
<style>
span { border-color: #520DC5; }
span { border-color: rgb(82,13,197); }
td.TdClassName
{
border-color: #520DC5;
}
.TagClassName
{
border-color: #520DC5;
}
</style>