Shades of Hot Purple #522355
Tints of Hot Purple #522355
RGB
CMYK
RGB Variations
Color information
#522355 (or 0x522355) is known color: Hot Purple. HEX triplet: 52, 23 and 55. RGB value is (82,35,85). Sum of RGB (Red+Green+Blue) = 82+35+85=202 (26% of max value = 765). Red value is 82 (32.42% from 255 or 40.59% from 202); Green value is 35 (14.06% from 255 or 17.33% from 202); Blue value is 85 (33.59% from 255 or 42.08% from 202); Max value from RGB is 85 - color contains mainly: blue. Hex color #522355 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #522355 is #ADDCAA. Grayscale: #363636. Windows color (decimal): -11394219 or 5579602. OLE color: 5579602.
HSL color Cylindrical-coordinate representation of color #522355: hue angle of 296.4º degrees, saturation: 0.42, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #522355 is Cyan = 0.04, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 82 | 35 | 85 | - |
| CMYK | 0.04 | 0.59 | 0 | 0.67 |
| HSL | 296.4º | 0.42% | 0.24% | - |
| HSV(B) | 296.4º | 0.59% | 0.33% | - |
| XYZ | 5.72 | 3.65 | 9 | - |
| YUV | 54.75 | 145.07 | 147.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 35 | 85 | 0.04 | 0.59 | 0 | 0.67 | 296.4 | 0.42 | 0.24 |
| Hex | 52 | 23 | 55 | 4 | 3B | 0 | 43 | 128 | 2A | 18 |
| Octal | 122 | 43 | 125 | 4 | 73 | 0 | 103 | 450 | 52 | 30 |
| Binary | 1010010 | 100011 | 1010101 | 100 | 111011 | 0 | 1000011 | 100101000 | 101010 | 11000 |
Color Harmonies of #522355
Complementary color
Monochromatic Colors of #522355
Black with #522355
Text Example
Text Example
White with #522355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #522355; }
p { color: rgb(82,35,85); }
H1.HeaderClassName
{
color: #522355;
}
.AnyTagClassName
{
color: #522355;
}
</style>
background-color css
<style>
a { background-color: #522355; }
a { background-color: rgb(82,35,85); }
div.DivClassName
{
background-color: #522355;
}
.BgClassName
{
background-color: #522355;
}
</style>
border-color css
<style>
span { border-color: #522355; }
span { border-color: rgb(82,35,85); }
td.TdClassName
{
border-color: #522355;
}
.TagClassName
{
border-color: #522355;
}
</style>