Shades of Hot Purple #52114C
Tints of Hot Purple #52114C
RGB
CMYK
RGB Variations
Color information
#52114C (or 0x52114C) is known color: Hot Purple. HEX triplet: 52, 11 and 4C. RGB value is (82,17,76). Sum of RGB (Red+Green+Blue) = 82+17+76=175 (23% of max value = 765). Red value is 82 (32.42% from 255 or 46.86% from 175); Green value is 17 (7.03% from 255 or 9.71% from 175); Blue value is 76 (30.08% from 255 or 43.43% from 175); Max value from RGB is 82 - color contains mainly: red. Hex color #52114C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #52114C is #ADEEB3. Grayscale: #2A2A2A. Windows color (decimal): -11398836 or 4985170. OLE color: 4985170.
HSL color Cylindrical-coordinate representation of color #52114C: hue angle of 305.54º degrees, saturation: 0.66, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #52114C is Cyan = 0, Magento = 0.79, Yellow = 0.07 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 17 | 76 | - |
| CMYK | 0 | 0.79 | 0.07 | 0.68 |
| HSL | 305.54º | 0.66% | 0.19% | - |
| HSV(B) | 305.54º | 0.79% | 0.32% | - |
| XYZ | 4.98 | 2.72 | 7.1 | - |
| YUV | 43.16 | 146.53 | 155.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 17 | 76 | 0 | 0.79 | 0.07 | 0.68 | 305.54 | 0.66 | 0.19 |
| Hex | 52 | 11 | 4C | 0 | 4F | 7 | 44 | 132 | 42 | 13 |
| Octal | 122 | 21 | 114 | 0 | 117 | 7 | 104 | 462 | 102 | 23 |
| Binary | 1010010 | 10001 | 1001100 | 0 | 1001111 | 111 | 1000100 | 100110010 | 1000010 | 10011 |
Color Harmonies of #52114C
Complementary color
Monochromatic Colors of #52114C
Black with #52114C
Text Example
Text Example
White with #52114C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52114C; }
p { color: rgb(82,17,76); }
H1.HeaderClassName
{
color: #52114C;
}
.AnyTagClassName
{
color: #52114C;
}
</style>
background-color css
<style>
a { background-color: #52114C; }
a { background-color: rgb(82,17,76); }
div.DivClassName
{
background-color: #52114C;
}
.BgClassName
{
background-color: #52114C;
}
</style>
border-color css
<style>
span { border-color: #52114C; }
span { border-color: rgb(82,17,76); }
td.TdClassName
{
border-color: #52114C;
}
.TagClassName
{
border-color: #52114C;
}
</style>