Shades of Hot Purple #52235E
Tints of Hot Purple #52235E
RGB
CMYK
RGB Variations
Color information
#52235E (or 0x52235E) is known color: Hot Purple. HEX triplet: 52, 23 and 5E. RGB value is (82,35,94). Sum of RGB (Red+Green+Blue) = 82+35+94=211 (27% of max value = 765). Red value is 82 (32.42% from 255 or 38.86% from 211); Green value is 35 (14.06% from 255 or 16.59% from 211); Blue value is 94 (37.11% from 255 or 44.55% from 211); Max value from RGB is 94 - color contains mainly: blue. Hex color #52235E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #52235E is #ADDCA1. Grayscale: #373737. Windows color (decimal): -11394210 or 6169426. OLE color: 6169426.
HSL color Cylindrical-coordinate representation of color #52235E: hue angle of 287.8º degrees, saturation: 0.46, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #52235E is Cyan = 0.13, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 82 | 35 | 94 | - |
| CMYK | 0.13 | 0.63 | 0 | 0.63 |
| HSL | 287.8º | 0.46% | 0.25% | - |
| HSV(B) | 287.8º | 0.63% | 0.37% | - |
| XYZ | 6.1 | 3.8 | 11 | - |
| YUV | 55.78 | 149.57 | 146.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 35 | 94 | 0.13 | 0.63 | 0 | 0.63 | 287.8 | 0.46 | 0.25 |
| Hex | 52 | 23 | 5E | D | 3F | 0 | 3F | 120 | 2E | 19 |
| Octal | 122 | 43 | 136 | 15 | 77 | 0 | 77 | 440 | 56 | 31 |
| Binary | 1010010 | 100011 | 1011110 | 1101 | 111111 | 0 | 111111 | 100100000 | 101110 | 11001 |
Color Harmonies of #52235E
Complementary color
Monochromatic Colors of #52235E
Black with #52235E
Text Example
Text Example
White with #52235E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52235E; }
p { color: rgb(82,35,94); }
H1.HeaderClassName
{
color: #52235E;
}
.AnyTagClassName
{
color: #52235E;
}
</style>
background-color css
<style>
a { background-color: #52235E; }
a { background-color: rgb(82,35,94); }
div.DivClassName
{
background-color: #52235E;
}
.BgClassName
{
background-color: #52235E;
}
</style>
border-color css
<style>
span { border-color: #52235E; }
span { border-color: rgb(82,35,94); }
td.TdClassName
{
border-color: #52235E;
}
.TagClassName
{
border-color: #52235E;
}
</style>