Shades of Hot Purple #522155
Tints of Hot Purple #522155
RGB
CMYK
RGB Variations
Color information
#522155 (or 0x522155) is known color: Hot Purple. HEX triplet: 52, 21 and 55. RGB value is (82,33,85). Sum of RGB (Red+Green+Blue) = 82+33+85=200 (26% of max value = 765). Red value is 82 (32.42% from 255 or 41% from 200); Green value is 33 (13.28% from 255 or 16.5% from 200); Blue value is 85 (33.59% from 255 or 42.5% from 200); Max value from RGB is 85 - color contains mainly: blue. Hex color #522155 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #522155 is #ADDEAA. Grayscale: #353535. Windows color (decimal): -11394731 or 5579090. OLE color: 5579090.
HSL color Cylindrical-coordinate representation of color #522155: hue angle of 296.54º degrees, saturation: 0.44, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #522155 is Cyan = 0.04, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 82 | 33 | 85 | - |
| CMYK | 0.04 | 0.61 | 0 | 0.67 |
| HSL | 296.54º | 0.44% | 0.23% | - |
| HSV(B) | 296.54º | 0.61% | 0.33% | - |
| XYZ | 5.66 | 3.54 | 8.98 | - |
| YUV | 53.58 | 145.73 | 148.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 33 | 85 | 0.04 | 0.61 | 0 | 0.67 | 296.54 | 0.44 | 0.23 |
| Hex | 52 | 21 | 55 | 4 | 3D | 0 | 43 | 129 | 2C | 17 |
| Octal | 122 | 41 | 125 | 4 | 75 | 0 | 103 | 451 | 54 | 27 |
| Binary | 1010010 | 100001 | 1010101 | 100 | 111101 | 0 | 1000011 | 100101001 | 101100 | 10111 |
Color Harmonies of #522155
Complementary color
Monochromatic Colors of #522155
Black with #522155
Text Example
Text Example
White with #522155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #522155; }
p { color: rgb(82,33,85); }
H1.HeaderClassName
{
color: #522155;
}
.AnyTagClassName
{
color: #522155;
}
</style>
background-color css
<style>
a { background-color: #522155; }
a { background-color: rgb(82,33,85); }
div.DivClassName
{
background-color: #522155;
}
.BgClassName
{
background-color: #522155;
}
</style>
border-color css
<style>
span { border-color: #522155; }
span { border-color: rgb(82,33,85); }
td.TdClassName
{
border-color: #522155;
}
.TagClassName
{
border-color: #522155;
}
</style>