Shades of Hot Purple #522B58
Tints of Hot Purple #522B58
RGB
CMYK
RGB Variations
Color information
#522B58 (or 0x522B58) is known color: Hot Purple. HEX triplet: 52, 2B and 58. RGB value is (82,43,88). Sum of RGB (Red+Green+Blue) = 82+43+88=213 (28% of max value = 765). Red value is 82 (32.42% from 255 or 38.50% from 213); Green value is 43 (17.19% from 255 or 20.19% from 213); Blue value is 88 (34.77% from 255 or 41.31% from 213); Max value from RGB is 88 - color contains mainly: blue. Hex color #522B58 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #522B58 is #ADD4A7. Grayscale: #3B3B3B. Windows color (decimal): -11392168 or 5778258. OLE color: 5778258.
HSL color Cylindrical-coordinate representation of color #522B58: hue angle of 292º degrees, saturation: 0.34, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #522B58 is Cyan = 0.07, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 82 | 43 | 88 | - |
| CMYK | 0.07 | 0.51 | 0 | 0.65 |
| HSL | 292º | 0.34% | 0.26% | - |
| HSV(B) | 292º | 0.51% | 0.35% | - |
| XYZ | 6.11 | 4.23 | 9.73 | - |
| YUV | 59.79 | 143.92 | 143.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 43 | 88 | 0.07 | 0.51 | 0 | 0.65 | 292 | 0.34 | 0.26 |
| Hex | 52 | 2B | 58 | 7 | 33 | 0 | 41 | 124 | 22 | 1A |
| Octal | 122 | 53 | 130 | 7 | 63 | 0 | 101 | 444 | 42 | 32 |
| Binary | 1010010 | 101011 | 1011000 | 111 | 110011 | 0 | 1000001 | 100100100 | 100010 | 11010 |
Color Harmonies of #522B58
Complementary color
Monochromatic Colors of #522B58
Black with #522B58
Text Example
Text Example
White with #522B58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #522B58; }
p { color: rgb(82,43,88); }
H1.HeaderClassName
{
color: #522B58;
}
.AnyTagClassName
{
color: #522B58;
}
</style>
background-color css
<style>
a { background-color: #522B58; }
a { background-color: rgb(82,43,88); }
div.DivClassName
{
background-color: #522B58;
}
.BgClassName
{
background-color: #522B58;
}
</style>
border-color css
<style>
span { border-color: #522B58; }
span { border-color: rgb(82,43,88); }
td.TdClassName
{
border-color: #522B58;
}
.TagClassName
{
border-color: #522B58;
}
</style>