Shades of Hot Purple #52115B
Tints of Hot Purple #52115B
RGB
CMYK
RGB Variations
Color information
#52115B (or 0x52115B) is known color: Hot Purple. HEX triplet: 52, 11 and 5B. RGB value is (82,17,91). Sum of RGB (Red+Green+Blue) = 82+17+91=190 (25% of max value = 765). Red value is 82 (32.42% from 255 or 43.16% from 190); Green value is 17 (7.03% from 255 or 8.95% from 190); Blue value is 91 (35.94% from 255 or 47.89% from 190); Max value from RGB is 91 - color contains mainly: blue. Hex color #52115B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #52115B is #ADEEA4. Grayscale: #2C2C2C. Windows color (decimal): -11398821 or 5968210. OLE color: 5968210.
HSL color Cylindrical-coordinate representation of color #52115B: hue angle of 292.7º degrees, saturation: 0.69, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #52115B is Cyan = 0.10, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 82 | 17 | 91 | - |
| CMYK | 0.10 | 0.81 | 0 | 0.64 |
| HSL | 292.7º | 0.69% | 0.21% | - |
| HSV(B) | 292.7º | 0.81% | 0.36% | - |
| XYZ | 5.57 | 2.95 | 10.17 | - |
| YUV | 44.87 | 154.03 | 154.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 17 | 91 | 0.10 | 0.81 | 0 | 0.64 | 292.7 | 0.69 | 0.21 |
| Hex | 52 | 11 | 5B | A | 51 | 0 | 40 | 125 | 45 | 15 |
| Octal | 122 | 21 | 133 | 12 | 121 | 0 | 100 | 445 | 105 | 25 |
| Binary | 1010010 | 10001 | 1011011 | 1010 | 1010001 | 0 | 1000000 | 100100101 | 1000101 | 10101 |
Color Harmonies of #52115B
Complementary color
Monochromatic Colors of #52115B
Black with #52115B
Text Example
Text Example
White with #52115B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52115B; }
p { color: rgb(82,17,91); }
H1.HeaderClassName
{
color: #52115B;
}
.AnyTagClassName
{
color: #52115B;
}
</style>
background-color css
<style>
a { background-color: #52115B; }
a { background-color: rgb(82,17,91); }
div.DivClassName
{
background-color: #52115B;
}
.BgClassName
{
background-color: #52115B;
}
</style>
border-color css
<style>
span { border-color: #52115B; }
span { border-color: rgb(82,17,91); }
td.TdClassName
{
border-color: #52115B;
}
.TagClassName
{
border-color: #52115B;
}
</style>