Shades of Hot Purple #522955
Tints of Hot Purple #522955
RGB
CMYK
RGB Variations
Color information
#522955 (or 0x522955) is known color: Hot Purple. HEX triplet: 52, 29 and 55. RGB value is (82,41,85). Sum of RGB (Red+Green+Blue) = 82+41+85=208 (27% of max value = 765). Red value is 82 (32.42% from 255 or 39.42% from 208); Green value is 41 (16.41% from 255 or 19.71% from 208); Blue value is 85 (33.59% from 255 or 40.87% from 208); Max value from RGB is 85 - color contains mainly: blue. Hex color #522955 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #522955 is #ADD6AA. Grayscale: #3A3A3A. Windows color (decimal): -11392683 or 5581138. OLE color: 5581138.
HSL color Cylindrical-coordinate representation of color #522955: hue angle of 295.91º degrees, saturation: 0.35, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #522955 is Cyan = 0.04, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 82 | 41 | 85 | - |
| CMYK | 0.04 | 0.52 | 0 | 0.67 |
| HSL | 295.91º | 0.35% | 0.25% | - |
| HSV(B) | 295.91º | 0.52% | 0.33% | - |
| XYZ | 5.91 | 4.04 | 9.06 | - |
| YUV | 58.28 | 143.08 | 144.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 41 | 85 | 0.04 | 0.52 | 0 | 0.67 | 295.91 | 0.35 | 0.25 |
| Hex | 52 | 29 | 55 | 4 | 34 | 0 | 43 | 128 | 23 | 19 |
| Octal | 122 | 51 | 125 | 4 | 64 | 0 | 103 | 450 | 43 | 31 |
| Binary | 1010010 | 101001 | 1010101 | 100 | 110100 | 0 | 1000011 | 100101000 | 100011 | 11001 |
Color Harmonies of #522955
Complementary color
Monochromatic Colors of #522955
Black with #522955
Text Example
Text Example
White with #522955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #522955; }
p { color: rgb(82,41,85); }
H1.HeaderClassName
{
color: #522955;
}
.AnyTagClassName
{
color: #522955;
}
</style>
background-color css
<style>
a { background-color: #522955; }
a { background-color: rgb(82,41,85); }
div.DivClassName
{
background-color: #522955;
}
.BgClassName
{
background-color: #522955;
}
</style>
border-color css
<style>
span { border-color: #522955; }
span { border-color: rgb(82,41,85); }
td.TdClassName
{
border-color: #522955;
}
.TagClassName
{
border-color: #522955;
}
</style>