Shades of Purple Heart #520CC4
Tints of Purple Heart #520CC4
RGB
CMYK
RGB Variations
Color information
#520CC4 (or 0x520CC4) is known color: Purple Heart. HEX triplet: 52, 0C and C4. RGB value is (82,12,196). Sum of RGB (Red+Green+Blue) = 82+12+196=290 (38% of max value = 765). Red value is 82 (32.42% from 255 or 28.28% from 290); Green value is 12 (5.08% from 255 or 4.14% from 290); Blue value is 196 (76.95% from 255 or 67.59% from 290); Max value from RGB is 196 - color contains mainly: blue. Hex color #520CC4 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #520CC4 is #ADF33B. Grayscale: #353535. Windows color (decimal): -11399996 or 12848210. OLE color: 12848210.
HSL color Cylindrical-coordinate representation of color #520CC4: hue angle of 262.83º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #520CC4 is Cyan = 0.58, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 82 | 12 | 196 | - |
| CMYK | 0.58 | 0.94 | 0 | 0.23 |
| HSL | 262.83º | 0.88% | 0.41% | - |
| HSV(B) | 262.83º | 0.94% | 0.77% | - |
| XYZ | 13.57 | 6.04 | 52.68 | - |
| YUV | 53.91 | 208.19 | 148.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 12 | 196 | 0.58 | 0.94 | 0 | 0.23 | 262.83 | 0.88 | 0.41 |
| Hex | 52 | C | C4 | 3A | 5E | 0 | 17 | 107 | 58 | 29 |
| Octal | 122 | 14 | 304 | 72 | 136 | 0 | 27 | 407 | 130 | 51 |
| Binary | 1010010 | 1100 | 11000100 | 111010 | 1011110 | 0 | 10111 | 100000111 | 1011000 | 101001 |
Color Harmonies of #520CC4
Complementary color
Monochromatic Colors of #520CC4
Black with #520CC4
Text Example
Text Example
White with #520CC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #520CC4; }
p { color: rgb(82,12,196); }
H1.HeaderClassName
{
color: #520CC4;
}
.AnyTagClassName
{
color: #520CC4;
}
</style>
background-color css
<style>
a { background-color: #520CC4; }
a { background-color: rgb(82,12,196); }
div.DivClassName
{
background-color: #520CC4;
}
.BgClassName
{
background-color: #520CC4;
}
</style>
border-color css
<style>
span { border-color: #520CC4; }
span { border-color: rgb(82,12,196); }
td.TdClassName
{
border-color: #520CC4;
}
.TagClassName
{
border-color: #520CC4;
}
</style>