Shades of Purple Taupe #4E3E48
Tints of Purple Taupe #4E3E48
RGB
CMYK
RGB Variations
Color information
#4E3E48 (or 0x4E3E48) is known color: Purple Taupe. HEX triplet: 4E, 3E and 48. RGB value is (78,62,72). Sum of RGB (Red+Green+Blue) = 78+62+72=212 (28% of max value = 765). Red value is 78 (30.86% from 255 or 36.79% from 212); Green value is 62 (24.61% from 255 or 29.25% from 212); Blue value is 72 (28.52% from 255 or 33.96% from 212); Max value from RGB is 78 - color contains mainly: red. Hex color #4E3E48 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E3E48 is #B1C1B7. Grayscale: #434343. Windows color (decimal): -11649464 or 4734542. OLE color: 4734542.
HSL color Cylindrical-coordinate representation of color #4E3E48: hue angle of 322.5º degrees, saturation: 0.11, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #4E3E48 is Cyan = 0, Magento = 0.21, Yellow = 0.08 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 62 | 72 | - |
| CMYK | 0 | 0.21 | 0.08 | 0.69 |
| HSL | 322.5º | 0.11% | 0.27% | - |
| HSV(B) | 322.5º | 0.21% | 0.31% | - |
| XYZ | 6.03 | 5.53 | 6.88 | - |
| YUV | 67.92 | 130.3 | 135.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 62 | 72 | 0 | 0.21 | 0.08 | 0.69 | 322.5 | 0.11 | 0.27 |
| Hex | 4E | 3E | 48 | 0 | 15 | 8 | 45 | 142 | B | 1B |
| Octal | 116 | 76 | 110 | 0 | 25 | 10 | 105 | 502 | 13 | 33 |
| Binary | 1001110 | 111110 | 1001000 | 0 | 10101 | 1000 | 1000101 | 101000010 | 1011 | 11011 |
Color Harmonies of #4E3E48
Complementary color
Monochromatic Colors of #4E3E48
Black with #4E3E48
Text Example
Text Example
White with #4E3E48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E3E48; }
p { color: rgb(78,62,72); }
H1.HeaderClassName
{
color: #4E3E48;
}
.AnyTagClassName
{
color: #4E3E48;
}
</style>
background-color css
<style>
a { background-color: #4E3E48; }
a { background-color: rgb(78,62,72); }
div.DivClassName
{
background-color: #4E3E48;
}
.BgClassName
{
background-color: #4E3E48;
}
</style>
border-color css
<style>
span { border-color: #4E3E48; }
span { border-color: rgb(78,62,72); }
td.TdClassName
{
border-color: #4E3E48;
}
.TagClassName
{
border-color: #4E3E48;
}
</style>