Shades of Purple Taupe #4E3F4B
Tints of Purple Taupe #4E3F4B
RGB
CMYK
RGB Variations
Color information
#4E3F4B (or 0x4E3F4B) is known color: Purple Taupe. HEX triplet: 4E, 3F and 4B. RGB value is (78,63,75). Sum of RGB (Red+Green+Blue) = 78+63+75=216 (28% of max value = 765). Red value is 78 (30.86% from 255 or 36.11% from 216); Green value is 63 (25% from 255 or 29.17% from 216); Blue value is 75 (29.69% from 255 or 34.72% from 216); Max value from RGB is 78 - color contains mainly: red. Hex color #4E3F4B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E3F4B is #B1C0B4. Grayscale: #444444. Windows color (decimal): -11649205 or 4931406. OLE color: 4931406.
HSL color Cylindrical-coordinate representation of color #4E3F4B: hue angle of 312º degrees, saturation: 0.11, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #4E3F4B is Cyan = 0, Magento = 0.19, Yellow = 0.04 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 63 | 75 | - |
| CMYK | 0 | 0.19 | 0.04 | 0.69 |
| HSL | 312º | 0.11% | 0.28% | - |
| HSV(B) | 312º | 0.19% | 0.31% | - |
| XYZ | 6.19 | 5.68 | 7.43 | - |
| YUV | 68.85 | 131.47 | 134.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 63 | 75 | 0 | 0.19 | 0.04 | 0.69 | 312 | 0.11 | 0.28 |
| Hex | 4E | 3F | 4B | 0 | 13 | 4 | 45 | 138 | B | 1C |
| Octal | 116 | 77 | 113 | 0 | 23 | 4 | 105 | 470 | 13 | 34 |
| Binary | 1001110 | 111111 | 1001011 | 0 | 10011 | 100 | 1000101 | 100111000 | 1011 | 11100 |
Color Harmonies of #4E3F4B
Complementary color
Monochromatic Colors of #4E3F4B
Black with #4E3F4B
Text Example
Text Example
White with #4E3F4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E3F4B; }
p { color: rgb(78,63,75); }
H1.HeaderClassName
{
color: #4E3F4B;
}
.AnyTagClassName
{
color: #4E3F4B;
}
</style>
background-color css
<style>
a { background-color: #4E3F4B; }
a { background-color: rgb(78,63,75); }
div.DivClassName
{
background-color: #4E3F4B;
}
.BgClassName
{
background-color: #4E3F4B;
}
</style>
border-color css
<style>
span { border-color: #4E3F4B; }
span { border-color: rgb(78,63,75); }
td.TdClassName
{
border-color: #4E3F4B;
}
.TagClassName
{
border-color: #4E3F4B;
}
</style>