Shades of Hot Purple #52295A
Tints of Hot Purple #52295A
RGB
CMYK
RGB Variations
Color information
#52295A (or 0x52295A) is known color: Hot Purple. HEX triplet: 52, 29 and 5A. RGB value is (82,41,90). Sum of RGB (Red+Green+Blue) = 82+41+90=213 (28% of max value = 765). Red value is 82 (32.42% from 255 or 38.50% from 213); Green value is 41 (16.41% from 255 or 19.25% from 213); Blue value is 90 (35.55% from 255 or 42.25% from 213); Max value from RGB is 90 - color contains mainly: blue. Hex color #52295A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #52295A is #ADD6A5. Grayscale: #3A3A3A. Windows color (decimal): -11392678 or 5908818. OLE color: 5908818.
HSL color Cylindrical-coordinate representation of color #52295A: hue angle of 290.2º degrees, saturation: 0.37, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #52295A is Cyan = 0.09, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 82 | 41 | 90 | - |
| CMYK | 0.09 | 0.54 | 0 | 0.65 |
| HSL | 290.2º | 0.37% | 0.26% | - |
| HSV(B) | 290.2º | 0.54% | 0.35% | - |
| XYZ | 6.12 | 4.12 | 10.15 | - |
| YUV | 58.85 | 145.58 | 144.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 41 | 90 | 0.09 | 0.54 | 0 | 0.65 | 290.2 | 0.37 | 0.26 |
| Hex | 52 | 29 | 5A | 9 | 36 | 0 | 41 | 122 | 25 | 1A |
| Octal | 122 | 51 | 132 | 11 | 66 | 0 | 101 | 442 | 45 | 32 |
| Binary | 1010010 | 101001 | 1011010 | 1001 | 110110 | 0 | 1000001 | 100100010 | 100101 | 11010 |
Color Harmonies of #52295A
Complementary color
Monochromatic Colors of #52295A
Black with #52295A
Text Example
Text Example
White with #52295A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52295A; }
p { color: rgb(82,41,90); }
H1.HeaderClassName
{
color: #52295A;
}
.AnyTagClassName
{
color: #52295A;
}
</style>
background-color css
<style>
a { background-color: #52295A; }
a { background-color: rgb(82,41,90); }
div.DivClassName
{
background-color: #52295A;
}
.BgClassName
{
background-color: #52295A;
}
</style>
border-color css
<style>
span { border-color: #52295A; }
span { border-color: rgb(82,41,90); }
td.TdClassName
{
border-color: #52295A;
}
.TagClassName
{
border-color: #52295A;
}
</style>