Shades of Hot Purple #52285D
Tints of Hot Purple #52285D
RGB
CMYK
RGB Variations
Color information
#52285D (or 0x52285D) is known color: Hot Purple. HEX triplet: 52, 28 and 5D. RGB value is (82,40,93). Sum of RGB (Red+Green+Blue) = 82+40+93=215 (28% of max value = 765). Red value is 82 (32.42% from 255 or 38.14% from 215); Green value is 40 (16.02% from 255 or 18.60% from 215); Blue value is 93 (36.72% from 255 or 43.26% from 215); Max value from RGB is 93 - color contains mainly: blue. Hex color #52285D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #52285D is #ADD7A2. Grayscale: #3A3A3A. Windows color (decimal): -11392931 or 6105170. OLE color: 6105170.
HSL color Cylindrical-coordinate representation of color #52285D: hue angle of 287.55º degrees, saturation: 0.4, 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 #52285D is Cyan = 0.12, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 82 | 40 | 93 | - |
| CMYK | 0.12 | 0.57 | 0 | 0.64 |
| HSL | 287.55º | 0.4% | 0.26% | - |
| HSV(B) | 287.55º | 0.57% | 0.36% | - |
| XYZ | 6.21 | 4.1 | 10.82 | - |
| YUV | 58.6 | 147.41 | 144.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 40 | 93 | 0.12 | 0.57 | 0 | 0.64 | 287.55 | 0.4 | 0.26 |
| Hex | 52 | 28 | 5D | C | 39 | 0 | 40 | 120 | 28 | 1A |
| Octal | 122 | 50 | 135 | 14 | 71 | 0 | 100 | 440 | 50 | 32 |
| Binary | 1010010 | 101000 | 1011101 | 1100 | 111001 | 0 | 1000000 | 100100000 | 101000 | 11010 |
Color Harmonies of #52285D
Complementary color
Monochromatic Colors of #52285D
Black with #52285D
Text Example
Text Example
White with #52285D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52285D; }
p { color: rgb(82,40,93); }
H1.HeaderClassName
{
color: #52285D;
}
.AnyTagClassName
{
color: #52285D;
}
</style>
background-color css
<style>
a { background-color: #52285D; }
a { background-color: rgb(82,40,93); }
div.DivClassName
{
background-color: #52285D;
}
.BgClassName
{
background-color: #52285D;
}
</style>
border-color css
<style>
span { border-color: #52285D; }
span { border-color: rgb(82,40,93); }
td.TdClassName
{
border-color: #52285D;
}
.TagClassName
{
border-color: #52285D;
}
</style>