Shades of Hot Purple #52124D
Tints of Hot Purple #52124D
RGB
CMYK
RGB Variations
Color information
#52124D (or 0x52124D) is known color: Hot Purple. HEX triplet: 52, 12 and 4D. RGB value is (82,18,77). Sum of RGB (Red+Green+Blue) = 82+18+77=177 (23% of max value = 765). Red value is 82 (32.42% from 255 or 46.33% from 177); Green value is 18 (7.42% from 255 or 10.17% from 177); Blue value is 77 (30.47% from 255 or 43.50% from 177); Max value from RGB is 82 - color contains mainly: red. Hex color #52124D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #52124D is #ADEDB2. Grayscale: #2B2B2B. Windows color (decimal): -11398579 or 5050962. OLE color: 5050962.
HSL color Cylindrical-coordinate representation of color #52124D: hue angle of 304.69º degrees, saturation: 0.64, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #52124D is Cyan = 0, Magento = 0.78, Yellow = 0.06 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 18 | 77 | - |
| CMYK | 0 | 0.78 | 0.06 | 0.68 |
| HSL | 304.69º | 0.64% | 0.2% | - |
| HSV(B) | 304.69º | 0.78% | 0.32% | - |
| XYZ | 5.04 | 2.76 | 7.29 | - |
| YUV | 43.86 | 146.7 | 155.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 18 | 77 | 0 | 0.78 | 0.06 | 0.68 | 304.69 | 0.64 | 0.2 |
| Hex | 52 | 12 | 4D | 0 | 4E | 6 | 44 | 131 | 40 | 14 |
| Octal | 122 | 22 | 115 | 0 | 116 | 6 | 104 | 461 | 100 | 24 |
| Binary | 1010010 | 10010 | 1001101 | 0 | 1001110 | 110 | 1000100 | 100110001 | 1000000 | 10100 |
Color Harmonies of #52124D
Complementary color
Monochromatic Colors of #52124D
Black with #52124D
Text Example
Text Example
White with #52124D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52124D; }
p { color: rgb(82,18,77); }
H1.HeaderClassName
{
color: #52124D;
}
.AnyTagClassName
{
color: #52124D;
}
</style>
background-color css
<style>
a { background-color: #52124D; }
a { background-color: rgb(82,18,77); }
div.DivClassName
{
background-color: #52124D;
}
.BgClassName
{
background-color: #52124D;
}
</style>
border-color css
<style>
span { border-color: #52124D; }
span { border-color: rgb(82,18,77); }
td.TdClassName
{
border-color: #52124D;
}
.TagClassName
{
border-color: #52124D;
}
</style>