Shades of Purple Heart #520CCA
Tints of Purple Heart #520CCA
RGB
CMYK
RGB Variations
Color information
#520CCA (or 0x520CCA) is known color: Purple Heart. HEX triplet: 52, 0C and CA. RGB value is (82,12,202). Sum of RGB (Red+Green+Blue) = 82+12+202=296 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.70% from 296); Green value is 12 (5.08% from 255 or 4.05% from 296); Blue value is 202 (79.30% from 255 or 68.24% from 296); Max value from RGB is 202 - color contains mainly: blue. Hex color #520CCA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #520CCA is #ADF335. Grayscale: #353535. Windows color (decimal): -11399990 or 13241426. OLE color: 13241426.
HSL color Cylindrical-coordinate representation of color #520CCA: hue angle of 262.11º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #520CCA is Cyan = 0.59, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 82 | 12 | 202 | - |
| CMYK | 0.59 | 0.94 | 0 | 0.21 |
| HSL | 262.11º | 0.89% | 0.42% | - |
| HSV(B) | 262.11º | 0.94% | 0.79% | - |
| XYZ | 14.27 | 6.32 | 56.34 | - |
| YUV | 54.59 | 211.19 | 147.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 12 | 202 | 0.59 | 0.94 | 0 | 0.21 | 262.11 | 0.89 | 0.42 |
| Hex | 52 | C | CA | 3B | 5E | 0 | 15 | 106 | 59 | 2A |
| Octal | 122 | 14 | 312 | 73 | 136 | 0 | 25 | 406 | 131 | 52 |
| Binary | 1010010 | 1100 | 11001010 | 111011 | 1011110 | 0 | 10101 | 100000110 | 1011001 | 101010 |
Color Harmonies of #520CCA
Complementary color
Monochromatic Colors of #520CCA
Black with #520CCA
Text Example
Text Example
White with #520CCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #520CCA; }
p { color: rgb(82,12,202); }
H1.HeaderClassName
{
color: #520CCA;
}
.AnyTagClassName
{
color: #520CCA;
}
</style>
background-color css
<style>
a { background-color: #520CCA; }
a { background-color: rgb(82,12,202); }
div.DivClassName
{
background-color: #520CCA;
}
.BgClassName
{
background-color: #520CCA;
}
</style>
border-color css
<style>
span { border-color: #520CCA; }
span { border-color: rgb(82,12,202); }
td.TdClassName
{
border-color: #520CCA;
}
.TagClassName
{
border-color: #520CCA;
}
</style>