Shades of Purple Taupe #523F4C
Tints of Purple Taupe #523F4C
RGB
CMYK
RGB Variations
Color information
#523F4C (or 0x523F4C) is known color: Purple Taupe. HEX triplet: 52, 3F and 4C. RGB value is (82,63,76). Sum of RGB (Red+Green+Blue) = 82+63+76=221 (29% of max value = 765). Red value is 82 (32.42% from 255 or 37.10% from 221); Green value is 63 (25% from 255 or 28.51% from 221); Blue value is 76 (30.08% from 255 or 34.39% from 221); Max value from RGB is 82 - color contains mainly: red. Hex color #523F4C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #523F4C is #ADC0B3. Grayscale: #464646. Windows color (decimal): -11387060 or 4996946. OLE color: 4996946.
HSL color Cylindrical-coordinate representation of color #523F4C: hue angle of 318.95º degrees, saturation: 0.13, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #523F4C is Cyan = 0, Magento = 0.23, Yellow = 0.07 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 63 | 76 | - |
| CMYK | 0 | 0.23 | 0.07 | 0.68 |
| HSL | 318.95º | 0.13% | 0.28% | - |
| HSV(B) | 318.95º | 0.23% | 0.32% | - |
| XYZ | 6.56 | 5.87 | 7.62 | - |
| YUV | 70.16 | 131.29 | 136.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 63 | 76 | 0 | 0.23 | 0.07 | 0.68 | 318.95 | 0.13 | 0.28 |
| Hex | 52 | 3F | 4C | 0 | 17 | 7 | 44 | 13F | D | 1C |
| Octal | 122 | 77 | 114 | 0 | 27 | 7 | 104 | 477 | 15 | 34 |
| Binary | 1010010 | 111111 | 1001100 | 0 | 10111 | 111 | 1000100 | 100111111 | 1101 | 11100 |
Color Harmonies of #523F4C
Complementary color
Monochromatic Colors of #523F4C
Black with #523F4C
Text Example
Text Example
White with #523F4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #523F4C; }
p { color: rgb(82,63,76); }
H1.HeaderClassName
{
color: #523F4C;
}
.AnyTagClassName
{
color: #523F4C;
}
</style>
background-color css
<style>
a { background-color: #523F4C; }
a { background-color: rgb(82,63,76); }
div.DivClassName
{
background-color: #523F4C;
}
.BgClassName
{
background-color: #523F4C;
}
</style>
border-color css
<style>
span { border-color: #523F4C; }
span { border-color: rgb(82,63,76); }
td.TdClassName
{
border-color: #523F4C;
}
.TagClassName
{
border-color: #523F4C;
}
</style>