Shades of Hot Purple #52205D
Tints of Hot Purple #52205D
RGB
CMYK
RGB Variations
Color information
#52205D (or 0x52205D) is known color: Hot Purple. HEX triplet: 52, 20 and 5D. RGB value is (82,32,93). Sum of RGB (Red+Green+Blue) = 82+32+93=207 (27% of max value = 765). Red value is 82 (32.42% from 255 or 39.61% from 207); Green value is 32 (12.89% from 255 or 15.46% from 207); Blue value is 93 (36.72% from 255 or 44.93% from 207); Max value from RGB is 93 - color contains mainly: blue. Hex color #52205D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #52205D is #ADDFA2. Grayscale: #353535. Windows color (decimal): -11394979 or 6103122. OLE color: 6103122.
HSL color Cylindrical-coordinate representation of color #52205D: hue angle of 289.18º degrees, saturation: 0.49, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #52205D is Cyan = 0.12, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 82 | 32 | 93 | - |
| CMYK | 0.12 | 0.66 | 0 | 0.64 |
| HSL | 289.18º | 0.49% | 0.25% | - |
| HSV(B) | 289.18º | 0.66% | 0.36% | - |
| XYZ | 5.97 | 3.62 | 10.74 | - |
| YUV | 53.9 | 150.07 | 148.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 32 | 93 | 0.12 | 0.66 | 0 | 0.64 | 289.18 | 0.49 | 0.25 |
| Hex | 52 | 20 | 5D | C | 42 | 0 | 40 | 121 | 31 | 19 |
| Octal | 122 | 40 | 135 | 14 | 102 | 0 | 100 | 441 | 61 | 31 |
| Binary | 1010010 | 100000 | 1011101 | 1100 | 1000010 | 0 | 1000000 | 100100001 | 110001 | 11001 |
Color Harmonies of #52205D
Complementary color
Monochromatic Colors of #52205D
Black with #52205D
Text Example
Text Example
White with #52205D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52205D; }
p { color: rgb(82,32,93); }
H1.HeaderClassName
{
color: #52205D;
}
.AnyTagClassName
{
color: #52205D;
}
</style>
background-color css
<style>
a { background-color: #52205D; }
a { background-color: rgb(82,32,93); }
div.DivClassName
{
background-color: #52205D;
}
.BgClassName
{
background-color: #52205D;
}
</style>
border-color css
<style>
span { border-color: #52205D; }
span { border-color: rgb(82,32,93); }
td.TdClassName
{
border-color: #52205D;
}
.TagClassName
{
border-color: #52205D;
}
</style>