Shades of Hot Purple #520C61
Tints of Hot Purple #520C61
RGB
CMYK
RGB Variations
Color information
#520C61 (or 0x520C61) is known color: Hot Purple. HEX triplet: 52, 0C and 61. RGB value is (82,12,97). Sum of RGB (Red+Green+Blue) = 82+12+97=191 (25% of max value = 765). Red value is 82 (32.42% from 255 or 42.93% from 191); Green value is 12 (5.08% from 255 or 6.28% from 191); Blue value is 97 (38.28% from 255 or 50.79% from 191); Max value from RGB is 97 - color contains mainly: blue. Hex color #520C61 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #520C61 is #ADF39E. Grayscale: #2A2A2A. Windows color (decimal): -11400095 or 6360146. OLE color: 6360146.
HSL color Cylindrical-coordinate representation of color #520C61: hue angle of 289.41º 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 #520C61 is Cyan = 0.15, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 82 | 12 | 97 | - |
| CMYK | 0.15 | 0.88 | 0 | 0.62 |
| HSL | 289.41º | 0.78% | 0.21% | - |
| HSV(B) | 289.41º | 0.88% | 0.38% | - |
| XYZ | 5.77 | 2.92 | 11.57 | - |
| YUV | 42.62 | 158.69 | 156.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 12 | 97 | 0.15 | 0.88 | 0 | 0.62 | 289.41 | 0.78 | 0.21 |
| Hex | 52 | C | 61 | F | 58 | 0 | 3E | 121 | 4E | 15 |
| Octal | 122 | 14 | 141 | 17 | 130 | 0 | 76 | 441 | 116 | 25 |
| Binary | 1010010 | 1100 | 1100001 | 1111 | 1011000 | 0 | 111110 | 100100001 | 1001110 | 10101 |
Color Harmonies of #520C61
Complementary color
Monochromatic Colors of #520C61
Black with #520C61
Text Example
Text Example
White with #520C61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #520C61; }
p { color: rgb(82,12,97); }
H1.HeaderClassName
{
color: #520C61;
}
.AnyTagClassName
{
color: #520C61;
}
</style>
background-color css
<style>
a { background-color: #520C61; }
a { background-color: rgb(82,12,97); }
div.DivClassName
{
background-color: #520C61;
}
.BgClassName
{
background-color: #520C61;
}
</style>
border-color css
<style>
span { border-color: #520C61; }
span { border-color: rgb(82,12,97); }
td.TdClassName
{
border-color: #520C61;
}
.TagClassName
{
border-color: #520C61;
}
</style>