Shades of Purple Taupe #4E3E49
Tints of Purple Taupe #4E3E49
RGB
CMYK
RGB Variations
Color information
#4E3E49 (or 0x4E3E49) is known color: Purple Taupe. HEX triplet: 4E, 3E and 49. RGB value is (78,62,73). Sum of RGB (Red+Green+Blue) = 78+62+73=213 (28% of max value = 765). Red value is 78 (30.86% from 255 or 36.62% from 213); Green value is 62 (24.61% from 255 or 29.11% from 213); Blue value is 73 (28.91% from 255 or 34.27% from 213); Max value from RGB is 78 - color contains mainly: red. Hex color #4E3E49 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E3E49 is #B1C1B6. Grayscale: #444444. Windows color (decimal): -11649463 or 4800078. OLE color: 4800078.
HSL color Cylindrical-coordinate representation of color #4E3E49: hue angle of 318.75º 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 #4E3E49 is Cyan = 0, Magento = 0.21, Yellow = 0.06 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 62 | 73 | - |
| CMYK | 0 | 0.21 | 0.06 | 0.69 |
| HSL | 318.75º | 0.11% | 0.27% | - |
| HSV(B) | 318.75º | 0.21% | 0.31% | - |
| XYZ | 6.07 | 5.55 | 7.05 | - |
| YUV | 68.04 | 130.8 | 135.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 62 | 73 | 0 | 0.21 | 0.06 | 0.69 | 318.75 | 0.11 | 0.27 |
| Hex | 4E | 3E | 49 | 0 | 15 | 6 | 45 | 13F | B | 1B |
| Octal | 116 | 76 | 111 | 0 | 25 | 6 | 105 | 477 | 13 | 33 |
| Binary | 1001110 | 111110 | 1001001 | 0 | 10101 | 110 | 1000101 | 100111111 | 1011 | 11011 |
Color Harmonies of #4E3E49
Complementary color
Monochromatic Colors of #4E3E49
Black with #4E3E49
Text Example
Text Example
White with #4E3E49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E3E49; }
p { color: rgb(78,62,73); }
H1.HeaderClassName
{
color: #4E3E49;
}
.AnyTagClassName
{
color: #4E3E49;
}
</style>
background-color css
<style>
a { background-color: #4E3E49; }
a { background-color: rgb(78,62,73); }
div.DivClassName
{
background-color: #4E3E49;
}
.BgClassName
{
background-color: #4E3E49;
}
</style>
border-color css
<style>
span { border-color: #4E3E49; }
span { border-color: rgb(78,62,73); }
td.TdClassName
{
border-color: #4E3E49;
}
.TagClassName
{
border-color: #4E3E49;
}
</style>