Shades of Purple Taupe #4E3C4B
Tints of Purple Taupe #4E3C4B
RGB
CMYK
RGB Variations
Color information
#4E3C4B (or 0x4E3C4B) is known color: Purple Taupe. HEX triplet: 4E, 3C and 4B. RGB value is (78,60,75). Sum of RGB (Red+Green+Blue) = 78+60+75=213 (28% of max value = 765). Red value is 78 (30.86% from 255 or 36.62% from 213); Green value is 60 (23.83% from 255 or 28.17% from 213); Blue value is 75 (29.69% from 255 or 35.21% from 213); Max value from RGB is 78 - color contains mainly: red. Hex color #4E3C4B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E3C4B is #B1C3B4. Grayscale: #434343. Windows color (decimal): -11649973 or 4930638. OLE color: 4930638.
HSL color Cylindrical-coordinate representation of color #4E3C4B: hue angle of 310º degrees, saturation: 0.13, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #4E3C4B is Cyan = 0, Magento = 0.23, Yellow = 0.04 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 60 | 75 | - |
| CMYK | 0 | 0.23 | 0.04 | 0.69 |
| HSL | 310º | 0.13% | 0.27% | - |
| HSV(B) | 310º | 0.23% | 0.31% | - |
| XYZ | 6.03 | 5.36 | 7.37 | - |
| YUV | 67.09 | 132.46 | 135.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 60 | 75 | 0 | 0.23 | 0.04 | 0.69 | 310 | 0.13 | 0.27 |
| Hex | 4E | 3C | 4B | 0 | 17 | 4 | 45 | 136 | D | 1B |
| Octal | 116 | 74 | 113 | 0 | 27 | 4 | 105 | 466 | 15 | 33 |
| Binary | 1001110 | 111100 | 1001011 | 0 | 10111 | 100 | 1000101 | 100110110 | 1101 | 11011 |
Color Harmonies of #4E3C4B
Complementary color
Monochromatic Colors of #4E3C4B
Black with #4E3C4B
Text Example
Text Example
White with #4E3C4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E3C4B; }
p { color: rgb(78,60,75); }
H1.HeaderClassName
{
color: #4E3C4B;
}
.AnyTagClassName
{
color: #4E3C4B;
}
</style>
background-color css
<style>
a { background-color: #4E3C4B; }
a { background-color: rgb(78,60,75); }
div.DivClassName
{
background-color: #4E3C4B;
}
.BgClassName
{
background-color: #4E3C4B;
}
</style>
border-color css
<style>
span { border-color: #4E3C4B; }
span { border-color: rgb(78,60,75); }
td.TdClassName
{
border-color: #4E3C4B;
}
.TagClassName
{
border-color: #4E3C4B;
}
</style>