Shades of Hot Purple #522F51
Tints of Hot Purple #522F51
RGB
CMYK
RGB Variations
Color information
#522F51 (or 0x522F51) is known color: Hot Purple. HEX triplet: 52, 2F and 51. RGB value is (82,47,81). Sum of RGB (Red+Green+Blue) = 82+47+81=210 (27% of max value = 765). Red value is 82 (32.42% from 255 or 39.05% from 210); Green value is 47 (18.75% from 255 or 22.38% from 210); Blue value is 81 (32.03% from 255 or 38.57% from 210); Max value from RGB is 82 - color contains mainly: red. Hex color #522F51 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #522F51 is #ADD0AE. Grayscale: #3D3D3D. Windows color (decimal): -11391151 or 5320530. OLE color: 5320530.
HSL color Cylindrical-coordinate representation of color #522F51: hue angle of 301.71º degrees, saturation: 0.27, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #522F51 is Cyan = 0, Magento = 0.43, Yellow = 0.01 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 47 | 81 | - |
| CMYK | 0 | 0.43 | 0.01 | 0.68 |
| HSL | 301.71º | 0.27% | 0.25% | - |
| HSV(B) | 301.71º | 0.43% | 0.32% | - |
| XYZ | 5.98 | 4.42 | 8.32 | - |
| YUV | 61.34 | 139.1 | 142.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 47 | 81 | 0 | 0.43 | 0.01 | 0.68 | 301.71 | 0.27 | 0.25 |
| Hex | 52 | 2F | 51 | 0 | 2B | 1 | 44 | 12E | 1B | 19 |
| Octal | 122 | 57 | 121 | 0 | 53 | 1 | 104 | 456 | 33 | 31 |
| Binary | 1010010 | 101111 | 1010001 | 0 | 101011 | 1 | 1000100 | 100101110 | 11011 | 11001 |
Color Harmonies of #522F51
Complementary color
Monochromatic Colors of #522F51
Black with #522F51
Text Example
Text Example
White with #522F51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #522F51; }
p { color: rgb(82,47,81); }
H1.HeaderClassName
{
color: #522F51;
}
.AnyTagClassName
{
color: #522F51;
}
</style>
background-color css
<style>
a { background-color: #522F51; }
a { background-color: rgb(82,47,81); }
div.DivClassName
{
background-color: #522F51;
}
.BgClassName
{
background-color: #522F51;
}
</style>
border-color css
<style>
span { border-color: #522F51; }
span { border-color: rgb(82,47,81); }
td.TdClassName
{
border-color: #522F51;
}
.TagClassName
{
border-color: #522F51;
}
</style>