Shades of Purple Taupe #4D3B4A
Tints of Purple Taupe #4D3B4A
RGB
CMYK
RGB Variations
Color information
#4D3B4A (or 0x4D3B4A) is known color: Purple Taupe. HEX triplet: 4D, 3B and 4A. RGB value is (77,59,74). Sum of RGB (Red+Green+Blue) = 77+59+74=210 (27% of max value = 765). Red value is 77 (30.47% from 255 or 36.67% from 210); Green value is 59 (23.44% from 255 or 28.10% from 210); Blue value is 74 (29.30% from 255 or 35.24% from 210); Max value from RGB is 77 - color contains mainly: red. Hex color #4D3B4A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D3B4A is #B2C4B5. Grayscale: #424242. Windows color (decimal): -11715766 or 4864845. OLE color: 4864845.
HSL color Cylindrical-coordinate representation of color #4D3B4A: hue angle of 310º degrees, saturation: 0.13, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #4D3B4A is Cyan = 0, Magento = 0.23, Yellow = 0.04 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 59 | 74 | - |
| CMYK | 0 | 0.23 | 0.04 | 0.70 |
| HSL | 310º | 0.13% | 0.27% | - |
| HSV(B) | 310º | 0.23% | 0.3% | - |
| XYZ | 5.86 | 5.2 | 7.17 | - |
| YUV | 66.09 | 132.46 | 135.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 59 | 74 | 0 | 0.23 | 0.04 | 0.70 | 310 | 0.13 | 0.27 |
| Hex | 4D | 3B | 4A | 0 | 17 | 4 | 46 | 136 | D | 1B |
| Octal | 115 | 73 | 112 | 0 | 27 | 4 | 106 | 466 | 15 | 33 |
| Binary | 1001101 | 111011 | 1001010 | 0 | 10111 | 100 | 1000110 | 100110110 | 1101 | 11011 |
Color Harmonies of #4D3B4A
Complementary color
Monochromatic Colors of #4D3B4A
Black with #4D3B4A
Text Example
Text Example
White with #4D3B4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D3B4A; }
p { color: rgb(77,59,74); }
H1.HeaderClassName
{
color: #4D3B4A;
}
.AnyTagClassName
{
color: #4D3B4A;
}
</style>
background-color css
<style>
a { background-color: #4D3B4A; }
a { background-color: rgb(77,59,74); }
div.DivClassName
{
background-color: #4D3B4A;
}
.BgClassName
{
background-color: #4D3B4A;
}
</style>
border-color css
<style>
span { border-color: #4D3B4A; }
span { border-color: rgb(77,59,74); }
td.TdClassName
{
border-color: #4D3B4A;
}
.TagClassName
{
border-color: #4D3B4A;
}
</style>