Shades of Purple Heart #520CC7
Tints of Purple Heart #520CC7
RGB
CMYK
RGB Variations
Color information
#520CC7 (or 0x520CC7) is known color: Purple Heart. HEX triplet: 52, 0C and C7. RGB value is (82,12,199). Sum of RGB (Red+Green+Blue) = 82+12+199=293 (38% of max value = 765). Red value is 82 (32.42% from 255 or 27.99% from 293); Green value is 12 (5.08% from 255 or 4.10% from 293); Blue value is 199 (78.12% from 255 or 67.92% from 293); Max value from RGB is 199 - color contains mainly: blue. Hex color #520CC7 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #520CC7 is #ADF338. Grayscale: #353535. Windows color (decimal): -11399993 or 13044818. OLE color: 13044818.
HSL color Cylindrical-coordinate representation of color #520CC7: hue angle of 262.46º degrees, saturation: 0.89, 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 #520CC7 is Cyan = 0.59, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 82 | 12 | 199 | - |
| CMYK | 0.59 | 0.94 | 0 | 0.22 |
| HSL | 262.46º | 0.89% | 0.41% | - |
| HSV(B) | 262.46º | 0.94% | 0.78% | - |
| XYZ | 13.92 | 6.18 | 54.49 | - |
| YUV | 54.25 | 209.69 | 147.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 12 | 199 | 0.59 | 0.94 | 0 | 0.22 | 262.46 | 0.89 | 0.41 |
| Hex | 52 | C | C7 | 3B | 5E | 0 | 16 | 106 | 59 | 29 |
| Octal | 122 | 14 | 307 | 73 | 136 | 0 | 26 | 406 | 131 | 51 |
| Binary | 1010010 | 1100 | 11000111 | 111011 | 1011110 | 0 | 10110 | 100000110 | 1011001 | 101001 |
Color Harmonies of #520CC7
Complementary color
Monochromatic Colors of #520CC7
Black with #520CC7
Text Example
Text Example
White with #520CC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #520CC7; }
p { color: rgb(82,12,199); }
H1.HeaderClassName
{
color: #520CC7;
}
.AnyTagClassName
{
color: #520CC7;
}
</style>
background-color css
<style>
a { background-color: #520CC7; }
a { background-color: rgb(82,12,199); }
div.DivClassName
{
background-color: #520CC7;
}
.BgClassName
{
background-color: #520CC7;
}
</style>
border-color css
<style>
span { border-color: #520CC7; }
span { border-color: rgb(82,12,199); }
td.TdClassName
{
border-color: #520CC7;
}
.TagClassName
{
border-color: #520CC7;
}
</style>