Shades of Hot Purple #52285C
Tints of Hot Purple #52285C
RGB
CMYK
RGB Variations
Color information
#52285C (or 0x52285C) is known color: Hot Purple. HEX triplet: 52, 28 and 5C. RGB value is (82,40,92). Sum of RGB (Red+Green+Blue) = 82+40+92=214 (28% of max value = 765). Red value is 82 (32.42% from 255 or 38.32% from 214); Green value is 40 (16.02% from 255 or 18.69% from 214); Blue value is 92 (36.33% from 255 or 42.99% from 214); Max value from RGB is 92 - color contains mainly: blue. Hex color #52285C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #52285C is #ADD7A3. Grayscale: #3A3A3A. Windows color (decimal): -11392932 or 6039634. OLE color: 6039634.
HSL color Cylindrical-coordinate representation of color #52285C: hue angle of 288.46º degrees, saturation: 0.39, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #52285C is Cyan = 0.11, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 82 | 40 | 92 | - |
| CMYK | 0.11 | 0.57 | 0 | 0.64 |
| HSL | 288.46º | 0.39% | 0.26% | - |
| HSV(B) | 288.46º | 0.57% | 0.36% | - |
| XYZ | 6.17 | 4.08 | 10.59 | - |
| YUV | 58.49 | 146.91 | 144.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 40 | 92 | 0.11 | 0.57 | 0 | 0.64 | 288.46 | 0.39 | 0.26 |
| Hex | 52 | 28 | 5C | B | 39 | 0 | 40 | 120 | 27 | 1A |
| Octal | 122 | 50 | 134 | 13 | 71 | 0 | 100 | 440 | 47 | 32 |
| Binary | 1010010 | 101000 | 1011100 | 1011 | 111001 | 0 | 1000000 | 100100000 | 100111 | 11010 |
Color Harmonies of #52285C
Complementary color
Monochromatic Colors of #52285C
Black with #52285C
Text Example
Text Example
White with #52285C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52285C; }
p { color: rgb(82,40,92); }
H1.HeaderClassName
{
color: #52285C;
}
.AnyTagClassName
{
color: #52285C;
}
</style>
background-color css
<style>
a { background-color: #52285C; }
a { background-color: rgb(82,40,92); }
div.DivClassName
{
background-color: #52285C;
}
.BgClassName
{
background-color: #52285C;
}
</style>
border-color css
<style>
span { border-color: #52285C; }
span { border-color: rgb(82,40,92); }
td.TdClassName
{
border-color: #52285C;
}
.TagClassName
{
border-color: #52285C;
}
</style>