Shades of Hot Purple #52115D
Tints of Hot Purple #52115D
RGB
CMYK
RGB Variations
Color information
#52115D (or 0x52115D) is known color: Hot Purple. HEX triplet: 52, 11 and 5D. RGB value is (82,17,93). Sum of RGB (Red+Green+Blue) = 82+17+93=192 (25% of max value = 765). Red value is 82 (32.42% from 255 or 42.71% from 192); Green value is 17 (7.03% from 255 or 8.85% from 192); Blue value is 93 (36.72% from 255 or 48.44% from 192); Max value from RGB is 93 - color contains mainly: blue. Hex color #52115D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #52115D is #ADEEA2. Grayscale: #2C2C2C. Windows color (decimal): -11398819 or 6099282. OLE color: 6099282.
HSL color Cylindrical-coordinate representation of color #52115D: hue angle of 291.32º degrees, saturation: 0.69, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #52115D is Cyan = 0.12, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 82 | 17 | 93 | - |
| CMYK | 0.12 | 0.82 | 0 | 0.64 |
| HSL | 291.32º | 0.69% | 0.22% | - |
| HSV(B) | 291.32º | 0.82% | 0.36% | - |
| XYZ | 5.66 | 2.99 | 10.63 | - |
| YUV | 45.1 | 155.03 | 154.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 17 | 93 | 0.12 | 0.82 | 0 | 0.64 | 291.32 | 0.69 | 0.22 |
| Hex | 52 | 11 | 5D | C | 52 | 0 | 40 | 123 | 45 | 16 |
| Octal | 122 | 21 | 135 | 14 | 122 | 0 | 100 | 443 | 105 | 26 |
| Binary | 1010010 | 10001 | 1011101 | 1100 | 1010010 | 0 | 1000000 | 100100011 | 1000101 | 10110 |
Color Harmonies of #52115D
Complementary color
Monochromatic Colors of #52115D
Black with #52115D
Text Example
Text Example
White with #52115D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52115D; }
p { color: rgb(82,17,93); }
H1.HeaderClassName
{
color: #52115D;
}
.AnyTagClassName
{
color: #52115D;
}
</style>
background-color css
<style>
a { background-color: #52115D; }
a { background-color: rgb(82,17,93); }
div.DivClassName
{
background-color: #52115D;
}
.BgClassName
{
background-color: #52115D;
}
</style>
border-color css
<style>
span { border-color: #52115D; }
span { border-color: rgb(82,17,93); }
td.TdClassName
{
border-color: #52115D;
}
.TagClassName
{
border-color: #52115D;
}
</style>