Shades of Hot Purple #522A51
Tints of Hot Purple #522A51
RGB
CMYK
RGB Variations
Color information
#522A51 (or 0x522A51) is known color: Hot Purple. HEX triplet: 52, 2A and 51. RGB value is (82,42,81). Sum of RGB (Red+Green+Blue) = 82+42+81=205 (27% of max value = 765). Red value is 82 (32.42% from 255 or 40% from 205); Green value is 42 (16.80% from 255 or 20.49% from 205); Blue value is 81 (32.03% from 255 or 39.51% from 205); Max value from RGB is 82 - color contains mainly: red. Hex color #522A51 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #522A51 is #ADD5AE. Grayscale: #3A3A3A. Windows color (decimal): -11392431 or 5319250. OLE color: 5319250.
HSL color Cylindrical-coordinate representation of color #522A51: hue angle of 301.5º degrees, saturation: 0.32, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #522A51 is Cyan = 0, Magento = 0.49, Yellow = 0.01 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 42 | 81 | - |
| CMYK | 0 | 0.49 | 0.01 | 0.68 |
| HSL | 301.5º | 0.32% | 0.24% | - |
| HSV(B) | 301.5º | 0.49% | 0.32% | - |
| XYZ | 5.79 | 4.04 | 8.26 | - |
| YUV | 58.41 | 140.75 | 144.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 42 | 81 | 0 | 0.49 | 0.01 | 0.68 | 301.5 | 0.32 | 0.24 |
| Hex | 52 | 2A | 51 | 0 | 31 | 1 | 44 | 12E | 20 | 18 |
| Octal | 122 | 52 | 121 | 0 | 61 | 1 | 104 | 456 | 40 | 30 |
| Binary | 1010010 | 101010 | 1010001 | 0 | 110001 | 1 | 1000100 | 100101110 | 100000 | 11000 |
Color Harmonies of #522A51
Complementary color
Monochromatic Colors of #522A51
Black with #522A51
Text Example
Text Example
White with #522A51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #522A51; }
p { color: rgb(82,42,81); }
H1.HeaderClassName
{
color: #522A51;
}
.AnyTagClassName
{
color: #522A51;
}
</style>
background-color css
<style>
a { background-color: #522A51; }
a { background-color: rgb(82,42,81); }
div.DivClassName
{
background-color: #522A51;
}
.BgClassName
{
background-color: #522A51;
}
</style>
border-color css
<style>
span { border-color: #522A51; }
span { border-color: rgb(82,42,81); }
td.TdClassName
{
border-color: #522A51;
}
.TagClassName
{
border-color: #522A51;
}
</style>