Shades of Hot Purple #52205C
Tints of Hot Purple #52205C
RGB
CMYK
RGB Variations
Color information
#52205C (or 0x52205C) is known color: Hot Purple. HEX triplet: 52, 20 and 5C. RGB value is (82,32,92). Sum of RGB (Red+Green+Blue) = 82+32+92=206 (27% of max value = 765). Red value is 82 (32.42% from 255 or 39.81% from 206); Green value is 32 (12.89% from 255 or 15.53% from 206); Blue value is 92 (36.33% from 255 or 44.66% from 206); Max value from RGB is 92 - color contains mainly: blue. Hex color #52205C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #52205C is #ADDFA3. Grayscale: #353535. Windows color (decimal): -11394980 or 6037586. OLE color: 6037586.
HSL color Cylindrical-coordinate representation of color #52205C: hue angle of 290º degrees, saturation: 0.48, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #52205C is Cyan = 0.11, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 82 | 32 | 92 | - |
| CMYK | 0.11 | 0.65 | 0 | 0.64 |
| HSL | 290º | 0.48% | 0.24% | - |
| HSV(B) | 290º | 0.65% | 0.36% | - |
| XYZ | 5.93 | 3.6 | 10.51 | - |
| YUV | 53.79 | 149.57 | 148.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 32 | 92 | 0.11 | 0.65 | 0 | 0.64 | 290 | 0.48 | 0.24 |
| Hex | 52 | 20 | 5C | B | 41 | 0 | 40 | 122 | 30 | 18 |
| Octal | 122 | 40 | 134 | 13 | 101 | 0 | 100 | 442 | 60 | 30 |
| Binary | 1010010 | 100000 | 1011100 | 1011 | 1000001 | 0 | 1000000 | 100100010 | 110000 | 11000 |
Color Harmonies of #52205C
Complementary color
Monochromatic Colors of #52205C
Black with #52205C
Text Example
Text Example
White with #52205C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52205C; }
p { color: rgb(82,32,92); }
H1.HeaderClassName
{
color: #52205C;
}
.AnyTagClassName
{
color: #52205C;
}
</style>
background-color css
<style>
a { background-color: #52205C; }
a { background-color: rgb(82,32,92); }
div.DivClassName
{
background-color: #52205C;
}
.BgClassName
{
background-color: #52205C;
}
</style>
border-color css
<style>
span { border-color: #52205C; }
span { border-color: rgb(82,32,92); }
td.TdClassName
{
border-color: #52205C;
}
.TagClassName
{
border-color: #52205C;
}
</style>