Shades of Purple Taupe #523E4C
Tints of Purple Taupe #523E4C
RGB
CMYK
RGB Variations
Color information
#523E4C (or 0x523E4C) is known color: Purple Taupe. HEX triplet: 52, 3E and 4C. RGB value is (82,62,76). Sum of RGB (Red+Green+Blue) = 82+62+76=220 (29% of max value = 765). Red value is 82 (32.42% from 255 or 37.27% from 220); Green value is 62 (24.61% from 255 or 28.18% from 220); Blue value is 76 (30.08% from 255 or 34.55% from 220); Max value from RGB is 82 - color contains mainly: red. Hex color #523E4C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #523E4C is #ADC1B3. Grayscale: #454545. Windows color (decimal): -11387316 or 4996690. OLE color: 4996690.
HSL color Cylindrical-coordinate representation of color #523E4C: hue angle of 318º degrees, saturation: 0.14, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #523E4C is Cyan = 0, Magento = 0.24, Yellow = 0.07 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 62 | 76 | - |
| CMYK | 0 | 0.24 | 0.07 | 0.68 |
| HSL | 318º | 0.14% | 0.28% | - |
| HSV(B) | 318º | 0.24% | 0.32% | - |
| XYZ | 6.51 | 5.76 | 7.61 | - |
| YUV | 69.58 | 131.63 | 136.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 62 | 76 | 0 | 0.24 | 0.07 | 0.68 | 318 | 0.14 | 0.28 |
| Hex | 52 | 3E | 4C | 0 | 18 | 7 | 44 | 13E | E | 1C |
| Octal | 122 | 76 | 114 | 0 | 30 | 7 | 104 | 476 | 16 | 34 |
| Binary | 1010010 | 111110 | 1001100 | 0 | 11000 | 111 | 1000100 | 100111110 | 1110 | 11100 |
Color Harmonies of #523E4C
Complementary color
Monochromatic Colors of #523E4C
Black with #523E4C
Text Example
Text Example
White with #523E4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #523E4C; }
p { color: rgb(82,62,76); }
H1.HeaderClassName
{
color: #523E4C;
}
.AnyTagClassName
{
color: #523E4C;
}
</style>
background-color css
<style>
a { background-color: #523E4C; }
a { background-color: rgb(82,62,76); }
div.DivClassName
{
background-color: #523E4C;
}
.BgClassName
{
background-color: #523E4C;
}
</style>
border-color css
<style>
span { border-color: #523E4C; }
span { border-color: rgb(82,62,76); }
td.TdClassName
{
border-color: #523E4C;
}
.TagClassName
{
border-color: #523E4C;
}
</style>