Shades of Purple Taupe #4C3C49
Tints of Purple Taupe #4C3C49
RGB
CMYK
RGB Variations
Color information
#4C3C49 (or 0x4C3C49) is known color: Purple Taupe. HEX triplet: 4C, 3C and 49. RGB value is (76,60,73). Sum of RGB (Red+Green+Blue) = 76+60+73=209 (27% of max value = 765). Red value is 76 (30.08% from 255 or 36.36% from 209); Green value is 60 (23.83% from 255 or 28.71% from 209); Blue value is 73 (28.91% from 255 or 34.93% from 209); Max value from RGB is 76 - color contains mainly: red. Hex color #4C3C49 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C3C49 is #B3C3B6. Grayscale: #424242. Windows color (decimal): -11781047 or 4799564. OLE color: 4799564.
HSL color Cylindrical-coordinate representation of color #4C3C49: hue angle of 311.25º degrees, saturation: 0.12, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #4C3C49 is Cyan = 0, Magento = 0.21, Yellow = 0.04 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 60 | 73 | - |
| CMYK | 0 | 0.21 | 0.04 | 0.70 |
| HSL | 311.25º | 0.12% | 0.27% | - |
| HSV(B) | 311.25º | 0.21% | 0.3% | - |
| XYZ | 5.8 | 5.25 | 7.01 | - |
| YUV | 66.27 | 131.8 | 134.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 60 | 73 | 0 | 0.21 | 0.04 | 0.70 | 311.25 | 0.12 | 0.27 |
| Hex | 4C | 3C | 49 | 0 | 15 | 4 | 46 | 137 | C | 1B |
| Octal | 114 | 74 | 111 | 0 | 25 | 4 | 106 | 467 | 14 | 33 |
| Binary | 1001100 | 111100 | 1001001 | 0 | 10101 | 100 | 1000110 | 100110111 | 1100 | 11011 |
Color Harmonies of #4C3C49
Complementary color
Monochromatic Colors of #4C3C49
Black with #4C3C49
Text Example
Text Example
White with #4C3C49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C3C49; }
p { color: rgb(76,60,73); }
H1.HeaderClassName
{
color: #4C3C49;
}
.AnyTagClassName
{
color: #4C3C49;
}
</style>
background-color css
<style>
a { background-color: #4C3C49; }
a { background-color: rgb(76,60,73); }
div.DivClassName
{
background-color: #4C3C49;
}
.BgClassName
{
background-color: #4C3C49;
}
</style>
border-color css
<style>
span { border-color: #4C3C49; }
span { border-color: rgb(76,60,73); }
td.TdClassName
{
border-color: #4C3C49;
}
.TagClassName
{
border-color: #4C3C49;
}
</style>