Shades of Hot Purple #523655
Tints of Hot Purple #523655
RGB
CMYK
RGB Variations
Color information
#523655 (or 0x523655) is known color: Hot Purple. HEX triplet: 52, 36 and 55. RGB value is (82,54,85). Sum of RGB (Red+Green+Blue) = 82+54+85=221 (29% of max value = 765). Red value is 82 (32.42% from 255 or 37.10% from 221); Green value is 54 (21.48% from 255 or 24.43% from 221); Blue value is 85 (33.59% from 255 or 38.46% from 221); Max value from RGB is 85 - color contains mainly: blue. Hex color #523655 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #523655 is #ADC9AA. Grayscale: #414141. Windows color (decimal): -11389355 or 5584466. OLE color: 5584466.
HSL color Cylindrical-coordinate representation of color #523655: hue angle of 294.19º degrees, saturation: 0.22, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #523655 is Cyan = 0.04, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 82 | 54 | 85 | - |
| CMYK | 0.04 | 0.36 | 0 | 0.67 |
| HSL | 294.19º | 0.22% | 0.27% | - |
| HSV(B) | 294.19º | 0.36% | 0.33% | - |
| XYZ | 6.44 | 5.09 | 9.24 | - |
| YUV | 65.91 | 138.78 | 139.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 54 | 85 | 0.04 | 0.36 | 0 | 0.67 | 294.19 | 0.22 | 0.27 |
| Hex | 52 | 36 | 55 | 4 | 24 | 0 | 43 | 126 | 16 | 1B |
| Octal | 122 | 66 | 125 | 4 | 44 | 0 | 103 | 446 | 26 | 33 |
| Binary | 1010010 | 110110 | 1010101 | 100 | 100100 | 0 | 1000011 | 100100110 | 10110 | 11011 |
Color Harmonies of #523655
Complementary color
Monochromatic Colors of #523655
Black with #523655
Text Example
Text Example
White with #523655
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #523655; }
p { color: rgb(82,54,85); }
H1.HeaderClassName
{
color: #523655;
}
.AnyTagClassName
{
color: #523655;
}
</style>
background-color css
<style>
a { background-color: #523655; }
a { background-color: rgb(82,54,85); }
div.DivClassName
{
background-color: #523655;
}
.BgClassName
{
background-color: #523655;
}
</style>
border-color css
<style>
span { border-color: #523655; }
span { border-color: rgb(82,54,85); }
td.TdClassName
{
border-color: #523655;
}
.TagClassName
{
border-color: #523655;
}
</style>