Shades of Hot Purple #52285A
Tints of Hot Purple #52285A
RGB
CMYK
RGB Variations
Color information
#52285A (or 0x52285A) is known color: Hot Purple. HEX triplet: 52, 28 and 5A. RGB value is (82,40,90). Sum of RGB (Red+Green+Blue) = 82+40+90=212 (28% of max value = 765). Red value is 82 (32.42% from 255 or 38.68% from 212); Green value is 40 (16.02% from 255 or 18.87% from 212); Blue value is 90 (35.55% from 255 or 42.45% from 212); Max value from RGB is 90 - color contains mainly: blue. Hex color #52285A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #52285A is #ADD7A5. Grayscale: #3A3A3A. Windows color (decimal): -11392934 or 5908562. OLE color: 5908562.
HSL color Cylindrical-coordinate representation of color #52285A: hue angle of 290.4º degrees, saturation: 0.38, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #52285A is Cyan = 0.09, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 82 | 40 | 90 | - |
| CMYK | 0.09 | 0.56 | 0 | 0.65 |
| HSL | 290.4º | 0.38% | 0.25% | - |
| HSV(B) | 290.4º | 0.56% | 0.35% | - |
| XYZ | 6.08 | 4.05 | 10.13 | - |
| YUV | 58.26 | 145.91 | 144.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 40 | 90 | 0.09 | 0.56 | 0 | 0.65 | 290.4 | 0.38 | 0.25 |
| Hex | 52 | 28 | 5A | 9 | 38 | 0 | 41 | 122 | 26 | 19 |
| Octal | 122 | 50 | 132 | 11 | 70 | 0 | 101 | 442 | 46 | 31 |
| Binary | 1010010 | 101000 | 1011010 | 1001 | 111000 | 0 | 1000001 | 100100010 | 100110 | 11001 |
Color Harmonies of #52285A
Complementary color
Monochromatic Colors of #52285A
Black with #52285A
Text Example
Text Example
White with #52285A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52285A; }
p { color: rgb(82,40,90); }
H1.HeaderClassName
{
color: #52285A;
}
.AnyTagClassName
{
color: #52285A;
}
</style>
background-color css
<style>
a { background-color: #52285A; }
a { background-color: rgb(82,40,90); }
div.DivClassName
{
background-color: #52285A;
}
.BgClassName
{
background-color: #52285A;
}
</style>
border-color css
<style>
span { border-color: #52285A; }
span { border-color: rgb(82,40,90); }
td.TdClassName
{
border-color: #52285A;
}
.TagClassName
{
border-color: #52285A;
}
</style>