Shades of Purple Heart #520CCD
Tints of Purple Heart #520CCD
RGB
CMYK
RGB Variations
Color information
#520CCD (or 0x520CCD) is known color: Purple Heart. HEX triplet: 52, 0C and CD. RGB value is (82,12,205). Sum of RGB (Red+Green+Blue) = 82+12+205=299 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.42% from 299); Green value is 12 (5.08% from 255 or 4.01% from 299); Blue value is 205 (80.47% from 255 or 68.56% from 299); Max value from RGB is 205 - color contains mainly: blue. Hex color #520CCD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #520CCD is #ADF332. Grayscale: #363636. Windows color (decimal): -11399987 or 13438034. OLE color: 13438034.
HSL color Cylindrical-coordinate representation of color #520CCD: hue angle of 261.76º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #520CCD is Cyan = 0.6, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 82 | 12 | 205 | - |
| CMYK | 0.6 | 0.94 | 0 | 0.20 |
| HSL | 261.76º | 0.89% | 0.43% | - |
| HSV(B) | 261.76º | 0.94% | 0.8% | - |
| XYZ | 14.63 | 6.46 | 58.23 | - |
| YUV | 54.93 | 212.69 | 147.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 12 | 205 | 0.6 | 0.94 | 0 | 0.20 | 261.76 | 0.89 | 0.43 |
| Hex | 52 | C | CD | 3C | 5E | 0 | 14 | 106 | 59 | 2B |
| Octal | 122 | 14 | 315 | 74 | 136 | 0 | 24 | 406 | 131 | 53 |
| Binary | 1010010 | 1100 | 11001101 | 111100 | 1011110 | 0 | 10100 | 100000110 | 1011001 | 101011 |
Color Harmonies of #520CCD
Complementary color
Monochromatic Colors of #520CCD
Black with #520CCD
Text Example
Text Example
White with #520CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #520CCD; }
p { color: rgb(82,12,205); }
H1.HeaderClassName
{
color: #520CCD;
}
.AnyTagClassName
{
color: #520CCD;
}
</style>
background-color css
<style>
a { background-color: #520CCD; }
a { background-color: rgb(82,12,205); }
div.DivClassName
{
background-color: #520CCD;
}
.BgClassName
{
background-color: #520CCD;
}
</style>
border-color css
<style>
span { border-color: #520CCD; }
span { border-color: rgb(82,12,205); }
td.TdClassName
{
border-color: #520CCD;
}
.TagClassName
{
border-color: #520CCD;
}
</style>