Shades of Hot Purple #523755
Tints of Hot Purple #523755
RGB
CMYK
RGB Variations
Color information
#523755 (or 0x523755) is known color: Hot Purple. HEX triplet: 52, 37 and 55. RGB value is (82,55,85). Sum of RGB (Red+Green+Blue) = 82+55+85=222 (29% of max value = 765). Red value is 82 (32.42% from 255 or 36.94% from 222); Green value is 55 (21.88% from 255 or 24.77% from 222); Blue value is 85 (33.59% from 255 or 38.29% from 222); Max value from RGB is 85 - color contains mainly: blue. Hex color #523755 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #523755 is #ADC8AA. Grayscale: #424242. Windows color (decimal): -11389099 or 5584722. OLE color: 5584722.
HSL color Cylindrical-coordinate representation of color #523755: hue angle of 294º degrees, saturation: 0.21, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #523755 is Cyan = 0.04, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 82 | 55 | 85 | - |
| CMYK | 0.04 | 0.35 | 0 | 0.67 |
| HSL | 294º | 0.21% | 0.27% | - |
| HSV(B) | 294º | 0.35% | 0.33% | - |
| XYZ | 6.49 | 5.18 | 9.25 | - |
| YUV | 66.49 | 138.45 | 139.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 55 | 85 | 0.04 | 0.35 | 0 | 0.67 | 294 | 0.21 | 0.27 |
| Hex | 52 | 37 | 55 | 4 | 23 | 0 | 43 | 126 | 15 | 1B |
| Octal | 122 | 67 | 125 | 4 | 43 | 0 | 103 | 446 | 25 | 33 |
| Binary | 1010010 | 110111 | 1010101 | 100 | 100011 | 0 | 1000011 | 100100110 | 10101 | 11011 |
Color Harmonies of #523755
Complementary color
Monochromatic Colors of #523755
Black with #523755
Text Example
Text Example
White with #523755
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #523755; }
p { color: rgb(82,55,85); }
H1.HeaderClassName
{
color: #523755;
}
.AnyTagClassName
{
color: #523755;
}
</style>
background-color css
<style>
a { background-color: #523755; }
a { background-color: rgb(82,55,85); }
div.DivClassName
{
background-color: #523755;
}
.BgClassName
{
background-color: #523755;
}
</style>
border-color css
<style>
span { border-color: #523755; }
span { border-color: rgb(82,55,85); }
td.TdClassName
{
border-color: #523755;
}
.TagClassName
{
border-color: #523755;
}
</style>