Shades of Purple Taupe #4E3A4C
Tints of Purple Taupe #4E3A4C
RGB
CMYK
RGB Variations
Color information
#4E3A4C (or 0x4E3A4C) is known color: Purple Taupe. HEX triplet: 4E, 3A and 4C. RGB value is (78,58,76). Sum of RGB (Red+Green+Blue) = 78+58+76=212 (28% of max value = 765). Red value is 78 (30.86% from 255 or 36.79% from 212); Green value is 58 (23.05% from 255 or 27.36% from 212); Blue value is 76 (30.08% from 255 or 35.85% from 212); Max value from RGB is 78 - color contains mainly: red. Hex color #4E3A4C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E3A4C is #B1C5B3. Grayscale: #414141. Windows color (decimal): -11650484 or 4995662. OLE color: 4995662.
HSL color Cylindrical-coordinate representation of color #4E3A4C: hue angle of 306º degrees, saturation: 0.15, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #4E3A4C is Cyan = 0, Magento = 0.26, Yellow = 0.03 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 58 | 76 | - |
| CMYK | 0 | 0.26 | 0.03 | 0.69 |
| HSL | 306º | 0.15% | 0.27% | - |
| HSV(B) | 306º | 0.26% | 0.31% | - |
| XYZ | 5.96 | 5.17 | 7.52 | - |
| YUV | 66.03 | 133.63 | 136.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 58 | 76 | 0 | 0.26 | 0.03 | 0.69 | 306 | 0.15 | 0.27 |
| Hex | 4E | 3A | 4C | 0 | 1A | 3 | 45 | 132 | F | 1B |
| Octal | 116 | 72 | 114 | 0 | 32 | 3 | 105 | 462 | 17 | 33 |
| Binary | 1001110 | 111010 | 1001100 | 0 | 11010 | 11 | 1000101 | 100110010 | 1111 | 11011 |
Color Harmonies of #4E3A4C
Complementary color
Monochromatic Colors of #4E3A4C
Black with #4E3A4C
Text Example
Text Example
White with #4E3A4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E3A4C; }
p { color: rgb(78,58,76); }
H1.HeaderClassName
{
color: #4E3A4C;
}
.AnyTagClassName
{
color: #4E3A4C;
}
</style>
background-color css
<style>
a { background-color: #4E3A4C; }
a { background-color: rgb(78,58,76); }
div.DivClassName
{
background-color: #4E3A4C;
}
.BgClassName
{
background-color: #4E3A4C;
}
</style>
border-color css
<style>
span { border-color: #4E3A4C; }
span { border-color: rgb(78,58,76); }
td.TdClassName
{
border-color: #4E3A4C;
}
.TagClassName
{
border-color: #4E3A4C;
}
</style>