Shades of Hot Purple #520C60
Tints of Hot Purple #520C60
RGB
CMYK
RGB Variations
Color information
#520C60 (or 0x520C60) is known color: Hot Purple. HEX triplet: 52, 0C and 60. RGB value is (82,12,96). Sum of RGB (Red+Green+Blue) = 82+12+96=190 (25% of max value = 765). Red value is 82 (32.42% from 255 or 43.16% from 190); Green value is 12 (5.08% from 255 or 6.32% from 190); Blue value is 96 (37.89% from 255 or 50.53% from 190); Max value from RGB is 96 - color contains mainly: blue. Hex color #520C60 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #520C60 is #ADF39F. Grayscale: #2A2A2A. Windows color (decimal): -11400096 or 6294610. OLE color: 6294610.
HSL color Cylindrical-coordinate representation of color #520C60: hue angle of 290º degrees, saturation: 0.78, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #520C60 is Cyan = 0.15, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 82 | 12 | 96 | - |
| CMYK | 0.15 | 0.88 | 0 | 0.62 |
| HSL | 290º | 0.78% | 0.21% | - |
| HSV(B) | 290º | 0.88% | 0.38% | - |
| XYZ | 5.72 | 2.9 | 11.32 | - |
| YUV | 42.51 | 158.19 | 156.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 12 | 96 | 0.15 | 0.88 | 0 | 0.62 | 290 | 0.78 | 0.21 |
| Hex | 52 | C | 60 | F | 58 | 0 | 3E | 122 | 4E | 15 |
| Octal | 122 | 14 | 140 | 17 | 130 | 0 | 76 | 442 | 116 | 25 |
| Binary | 1010010 | 1100 | 1100000 | 1111 | 1011000 | 0 | 111110 | 100100010 | 1001110 | 10101 |
Color Harmonies of #520C60
Complementary color
Monochromatic Colors of #520C60
Black with #520C60
Text Example
Text Example
White with #520C60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #520C60; }
p { color: rgb(82,12,96); }
H1.HeaderClassName
{
color: #520C60;
}
.AnyTagClassName
{
color: #520C60;
}
</style>
background-color css
<style>
a { background-color: #520C60; }
a { background-color: rgb(82,12,96); }
div.DivClassName
{
background-color: #520C60;
}
.BgClassName
{
background-color: #520C60;
}
</style>
border-color css
<style>
span { border-color: #520C60; }
span { border-color: rgb(82,12,96); }
td.TdClassName
{
border-color: #520C60;
}
.TagClassName
{
border-color: #520C60;
}
</style>