Shades of Purple Taupe #4F3E4D
Tints of Purple Taupe #4F3E4D
RGB
CMYK
RGB Variations
Color information
#4F3E4D (or 0x4F3E4D) is known color: Purple Taupe. HEX triplet: 4F, 3E and 4D. RGB value is (79,62,77). Sum of RGB (Red+Green+Blue) = 79+62+77=218 (28% of max value = 765). Red value is 79 (31.25% from 255 or 36.24% from 218); Green value is 62 (24.61% from 255 or 28.44% from 218); Blue value is 77 (30.47% from 255 or 35.32% from 218); Max value from RGB is 79 - color contains mainly: red. Hex color #4F3E4D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F3E4D is #B0C1B2. Grayscale: #444444. Windows color (decimal): -11583923 or 5062223. OLE color: 5062223.
HSL color Cylindrical-coordinate representation of color #4F3E4D: hue angle of 307.06º degrees, saturation: 0.12, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #4F3E4D is Cyan = 0, Magento = 0.22, Yellow = 0.03 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 62 | 77 | - |
| CMYK | 0 | 0.22 | 0.03 | 0.69 |
| HSL | 307.06º | 0.12% | 0.28% | - |
| HSV(B) | 307.06º | 0.22% | 0.31% | - |
| XYZ | 6.29 | 5.64 | 7.78 | - |
| YUV | 68.79 | 132.63 | 135.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 62 | 77 | 0 | 0.22 | 0.03 | 0.69 | 307.06 | 0.12 | 0.28 |
| Hex | 4F | 3E | 4D | 0 | 16 | 3 | 45 | 133 | C | 1C |
| Octal | 117 | 76 | 115 | 0 | 26 | 3 | 105 | 463 | 14 | 34 |
| Binary | 1001111 | 111110 | 1001101 | 0 | 10110 | 11 | 1000101 | 100110011 | 1100 | 11100 |
Color Harmonies of #4F3E4D
Complementary color
Monochromatic Colors of #4F3E4D
Black with #4F3E4D
Text Example
Text Example
White with #4F3E4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F3E4D; }
p { color: rgb(79,62,77); }
H1.HeaderClassName
{
color: #4F3E4D;
}
.AnyTagClassName
{
color: #4F3E4D;
}
</style>
background-color css
<style>
a { background-color: #4F3E4D; }
a { background-color: rgb(79,62,77); }
div.DivClassName
{
background-color: #4F3E4D;
}
.BgClassName
{
background-color: #4F3E4D;
}
</style>
border-color css
<style>
span { border-color: #4F3E4D; }
span { border-color: rgb(79,62,77); }
td.TdClassName
{
border-color: #4F3E4D;
}
.TagClassName
{
border-color: #4F3E4D;
}
</style>