Shades of Purple Taupe #4E3D4A
Tints of Purple Taupe #4E3D4A
RGB
CMYK
RGB Variations
Color information
#4E3D4A (or 0x4E3D4A) is known color: Purple Taupe. HEX triplet: 4E, 3D and 4A. RGB value is (78,61,74). Sum of RGB (Red+Green+Blue) = 78+61+74=213 (28% of max value = 765). Red value is 78 (30.86% from 255 or 36.62% from 213); Green value is 61 (24.22% from 255 or 28.64% from 213); Blue value is 74 (29.30% from 255 or 34.74% from 213); Max value from RGB is 78 - color contains mainly: red. Hex color #4E3D4A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E3D4A is #B1C2B5. Grayscale: #434343. Windows color (decimal): -11649718 or 4865358. OLE color: 4865358.
HSL color Cylindrical-coordinate representation of color #4E3D4A: hue angle of 314.12º degrees, saturation: 0.12, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #4E3D4A is Cyan = 0, Magento = 0.22, Yellow = 0.05 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 61 | 74 | - |
| CMYK | 0 | 0.22 | 0.05 | 0.69 |
| HSL | 314.12º | 0.12% | 0.27% | - |
| HSV(B) | 314.12º | 0.22% | 0.31% | - |
| XYZ | 6.05 | 5.45 | 7.21 | - |
| YUV | 67.57 | 131.63 | 135.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 61 | 74 | 0 | 0.22 | 0.05 | 0.69 | 314.12 | 0.12 | 0.27 |
| Hex | 4E | 3D | 4A | 0 | 16 | 5 | 45 | 13A | C | 1B |
| Octal | 116 | 75 | 112 | 0 | 26 | 5 | 105 | 472 | 14 | 33 |
| Binary | 1001110 | 111101 | 1001010 | 0 | 10110 | 101 | 1000101 | 100111010 | 1100 | 11011 |
Color Harmonies of #4E3D4A
Complementary color
Monochromatic Colors of #4E3D4A
Black with #4E3D4A
Text Example
Text Example
White with #4E3D4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E3D4A; }
p { color: rgb(78,61,74); }
H1.HeaderClassName
{
color: #4E3D4A;
}
.AnyTagClassName
{
color: #4E3D4A;
}
</style>
background-color css
<style>
a { background-color: #4E3D4A; }
a { background-color: rgb(78,61,74); }
div.DivClassName
{
background-color: #4E3D4A;
}
.BgClassName
{
background-color: #4E3D4A;
}
</style>
border-color css
<style>
span { border-color: #4E3D4A; }
span { border-color: rgb(78,61,74); }
td.TdClassName
{
border-color: #4E3D4A;
}
.TagClassName
{
border-color: #4E3D4A;
}
</style>