Shades of Purple Taupe #4D3D4C
Tints of Purple Taupe #4D3D4C
RGB
CMYK
RGB Variations
Color information
#4D3D4C (or 0x4D3D4C) is known color: Purple Taupe. HEX triplet: 4D, 3D and 4C. RGB value is (77,61,76). Sum of RGB (Red+Green+Blue) = 77+61+76=214 (28% of max value = 765). Red value is 77 (30.47% from 255 or 35.98% from 214); Green value is 61 (24.22% from 255 or 28.50% from 214); Blue value is 76 (30.08% from 255 or 35.51% from 214); Max value from RGB is 77 - color contains mainly: red. Hex color #4D3D4C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D3D4C is #B2C2B3. Grayscale: #434343. Windows color (decimal): -11715252 or 4996429. OLE color: 4996429.
HSL color Cylindrical-coordinate representation of color #4D3D4C: hue angle of 303.75º 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 #4D3D4C is Cyan = 0, Magento = 0.21, Yellow = 0.01 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 61 | 76 | - |
| CMYK | 0 | 0.21 | 0.01 | 0.70 |
| HSL | 303.75º | 0.12% | 0.27% | - |
| HSV(B) | 303.75º | 0.21% | 0.3% | - |
| XYZ | 6.03 | 5.44 | 7.57 | - |
| YUV | 67.49 | 132.8 | 134.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 61 | 76 | 0 | 0.21 | 0.01 | 0.70 | 303.75 | 0.12 | 0.27 |
| Hex | 4D | 3D | 4C | 0 | 15 | 1 | 46 | 130 | C | 1B |
| Octal | 115 | 75 | 114 | 0 | 25 | 1 | 106 | 460 | 14 | 33 |
| Binary | 1001101 | 111101 | 1001100 | 0 | 10101 | 1 | 1000110 | 100110000 | 1100 | 11011 |
Color Harmonies of #4D3D4C
Complementary color
Monochromatic Colors of #4D3D4C
Black with #4D3D4C
Text Example
Text Example
White with #4D3D4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D3D4C; }
p { color: rgb(77,61,76); }
H1.HeaderClassName
{
color: #4D3D4C;
}
.AnyTagClassName
{
color: #4D3D4C;
}
</style>
background-color css
<style>
a { background-color: #4D3D4C; }
a { background-color: rgb(77,61,76); }
div.DivClassName
{
background-color: #4D3D4C;
}
.BgClassName
{
background-color: #4D3D4C;
}
</style>
border-color css
<style>
span { border-color: #4D3D4C; }
span { border-color: rgb(77,61,76); }
td.TdClassName
{
border-color: #4D3D4C;
}
.TagClassName
{
border-color: #4D3D4C;
}
</style>