Shades of Hot Purple #52115E
Tints of Hot Purple #52115E
RGB
CMYK
RGB Variations
Color information
#52115E (or 0x52115E) is known color: Hot Purple. HEX triplet: 52, 11 and 5E. RGB value is (82,17,94). Sum of RGB (Red+Green+Blue) = 82+17+94=193 (25% of max value = 765). Red value is 82 (32.42% from 255 or 42.49% from 193); Green value is 17 (7.03% from 255 or 8.81% from 193); Blue value is 94 (37.11% from 255 or 48.70% from 193); Max value from RGB is 94 - color contains mainly: blue. Hex color #52115E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #52115E is #ADEEA1. Grayscale: #2C2C2C. Windows color (decimal): -11398818 or 6164818. OLE color: 6164818.
HSL color Cylindrical-coordinate representation of color #52115E: hue angle of 290.65º degrees, saturation: 0.69, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #52115E is Cyan = 0.13, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 82 | 17 | 94 | - |
| CMYK | 0.13 | 0.82 | 0 | 0.63 |
| HSL | 290.65º | 0.69% | 0.22% | - |
| HSV(B) | 290.65º | 0.82% | 0.37% | - |
| XYZ | 5.7 | 3 | 10.87 | - |
| YUV | 45.21 | 155.53 | 154.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 17 | 94 | 0.13 | 0.82 | 0 | 0.63 | 290.65 | 0.69 | 0.22 |
| Hex | 52 | 11 | 5E | D | 52 | 0 | 3F | 123 | 45 | 16 |
| Octal | 122 | 21 | 136 | 15 | 122 | 0 | 77 | 443 | 105 | 26 |
| Binary | 1010010 | 10001 | 1011110 | 1101 | 1010010 | 0 | 111111 | 100100011 | 1000101 | 10110 |
Color Harmonies of #52115E
Complementary color
Monochromatic Colors of #52115E
Black with #52115E
Text Example
Text Example
White with #52115E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52115E; }
p { color: rgb(82,17,94); }
H1.HeaderClassName
{
color: #52115E;
}
.AnyTagClassName
{
color: #52115E;
}
</style>
background-color css
<style>
a { background-color: #52115E; }
a { background-color: rgb(82,17,94); }
div.DivClassName
{
background-color: #52115E;
}
.BgClassName
{
background-color: #52115E;
}
</style>
border-color css
<style>
span { border-color: #52115E; }
span { border-color: rgb(82,17,94); }
td.TdClassName
{
border-color: #52115E;
}
.TagClassName
{
border-color: #52115E;
}
</style>