Shades of Purple Taupe #4D3C49
Tints of Purple Taupe #4D3C49
RGB
CMYK
RGB Variations
Color information
#4D3C49 (or 0x4D3C49) is known color: Purple Taupe. HEX triplet: 4D, 3C and 49. RGB value is (77,60,73). Sum of RGB (Red+Green+Blue) = 77+60+73=210 (27% of max value = 765). Red value is 77 (30.47% from 255 or 36.67% from 210); Green value is 60 (23.83% from 255 or 28.57% from 210); Blue value is 73 (28.91% from 255 or 34.76% from 210); Max value from RGB is 77 - color contains mainly: red. Hex color #4D3C49 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D3C49 is #B2C3B6. Grayscale: #424242. Windows color (decimal): -11715511 or 4799565. OLE color: 4799565.
HSL color Cylindrical-coordinate representation of color #4D3C49: hue angle of 314.12º degrees, saturation: 0.12, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #4D3C49 is Cyan = 0, Magento = 0.22, Yellow = 0.05 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 60 | 73 | - |
| CMYK | 0 | 0.22 | 0.05 | 0.70 |
| HSL | 314.12º | 0.12% | 0.27% | - |
| HSV(B) | 314.12º | 0.22% | 0.3% | - |
| XYZ | 5.88 | 5.29 | 7.01 | - |
| YUV | 66.57 | 131.63 | 135.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 60 | 73 | 0 | 0.22 | 0.05 | 0.70 | 314.12 | 0.12 | 0.27 |
| Hex | 4D | 3C | 49 | 0 | 16 | 5 | 46 | 13A | C | 1B |
| Octal | 115 | 74 | 111 | 0 | 26 | 5 | 106 | 472 | 14 | 33 |
| Binary | 1001101 | 111100 | 1001001 | 0 | 10110 | 101 | 1000110 | 100111010 | 1100 | 11011 |
Color Harmonies of #4D3C49
Complementary color
Monochromatic Colors of #4D3C49
Black with #4D3C49
Text Example
Text Example
White with #4D3C49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D3C49; }
p { color: rgb(77,60,73); }
H1.HeaderClassName
{
color: #4D3C49;
}
.AnyTagClassName
{
color: #4D3C49;
}
</style>
background-color css
<style>
a { background-color: #4D3C49; }
a { background-color: rgb(77,60,73); }
div.DivClassName
{
background-color: #4D3C49;
}
.BgClassName
{
background-color: #4D3C49;
}
</style>
border-color css
<style>
span { border-color: #4D3C49; }
span { border-color: rgb(77,60,73); }
td.TdClassName
{
border-color: #4D3C49;
}
.TagClassName
{
border-color: #4D3C49;
}
</style>