Shades of Hot Purple #520C4D
Tints of Hot Purple #520C4D
RGB
CMYK
RGB Variations
Color information
#520C4D (or 0x520C4D) is known color: Hot Purple. HEX triplet: 52, 0C and 4D. RGB value is (82,12,77). Sum of RGB (Red+Green+Blue) = 82+12+77=171 (22% of max value = 765). Red value is 82 (32.42% from 255 or 47.95% from 171); Green value is 12 (5.08% from 255 or 7.02% from 171); Blue value is 77 (30.47% from 255 or 45.03% from 171); Max value from RGB is 82 - color contains mainly: red. Hex color #520C4D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #520C4D is #ADF3B2. Grayscale: #282828. Windows color (decimal): -11400115 or 5049426. OLE color: 5049426.
HSL color Cylindrical-coordinate representation of color #520C4D: hue angle of 304.29º degrees, saturation: 0.74, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #520C4D is Cyan = 0, Magento = 0.85, Yellow = 0.06 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 12 | 77 | - |
| CMYK | 0 | 0.85 | 0.06 | 0.68 |
| HSL | 304.29º | 0.74% | 0.18% | - |
| HSV(B) | 304.29º | 0.85% | 0.32% | - |
| XYZ | 4.95 | 2.59 | 7.26 | - |
| YUV | 40.34 | 148.69 | 157.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 12 | 77 | 0 | 0.85 | 0.06 | 0.68 | 304.29 | 0.74 | 0.18 |
| Hex | 52 | C | 4D | 0 | 55 | 6 | 44 | 130 | 4A | 12 |
| Octal | 122 | 14 | 115 | 0 | 125 | 6 | 104 | 460 | 112 | 22 |
| Binary | 1010010 | 1100 | 1001101 | 0 | 1010101 | 110 | 1000100 | 100110000 | 1001010 | 10010 |
Color Harmonies of #520C4D
Complementary color
Monochromatic Colors of #520C4D
Black with #520C4D
Text Example
Text Example
White with #520C4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #520C4D; }
p { color: rgb(82,12,77); }
H1.HeaderClassName
{
color: #520C4D;
}
.AnyTagClassName
{
color: #520C4D;
}
</style>
background-color css
<style>
a { background-color: #520C4D; }
a { background-color: rgb(82,12,77); }
div.DivClassName
{
background-color: #520C4D;
}
.BgClassName
{
background-color: #520C4D;
}
</style>
border-color css
<style>
span { border-color: #520C4D; }
span { border-color: rgb(82,12,77); }
td.TdClassName
{
border-color: #520C4D;
}
.TagClassName
{
border-color: #520C4D;
}
</style>