Shades of Purple Taupe #4F3A4E
Tints of Purple Taupe #4F3A4E
RGB
CMYK
RGB Variations
Color information
#4F3A4E (or 0x4F3A4E) is known color: Purple Taupe. HEX triplet: 4F, 3A and 4E. RGB value is (79,58,78). Sum of RGB (Red+Green+Blue) = 79+58+78=215 (28% of max value = 765). Red value is 79 (31.25% from 255 or 36.74% from 215); Green value is 58 (23.05% from 255 or 26.98% from 215); Blue value is 78 (30.86% from 255 or 36.28% from 215); Max value from RGB is 79 - color contains mainly: red. Hex color #4F3A4E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F3A4E is #B0C5B1. Grayscale: #424242. Windows color (decimal): -11584946 or 5126735. OLE color: 5126735.
HSL color Cylindrical-coordinate representation of color #4F3A4E: hue angle of 302.86º degrees, saturation: 0.15, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #4F3A4E is Cyan = 0, Magento = 0.27, Yellow = 0.01 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 58 | 78 | - |
| CMYK | 0 | 0.27 | 0.01 | 0.69 |
| HSL | 302.86º | 0.15% | 0.27% | - |
| HSV(B) | 302.86º | 0.27% | 0.31% | - |
| XYZ | 6.11 | 5.24 | 7.9 | - |
| YUV | 66.56 | 134.46 | 136.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 58 | 78 | 0 | 0.27 | 0.01 | 0.69 | 302.86 | 0.15 | 0.27 |
| Hex | 4F | 3A | 4E | 0 | 1B | 1 | 45 | 12F | F | 1B |
| Octal | 117 | 72 | 116 | 0 | 33 | 1 | 105 | 457 | 17 | 33 |
| Binary | 1001111 | 111010 | 1001110 | 0 | 11011 | 1 | 1000101 | 100101111 | 1111 | 11011 |
Color Harmonies of #4F3A4E
Complementary color
Monochromatic Colors of #4F3A4E
Black with #4F3A4E
Text Example
Text Example
White with #4F3A4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F3A4E; }
p { color: rgb(79,58,78); }
H1.HeaderClassName
{
color: #4F3A4E;
}
.AnyTagClassName
{
color: #4F3A4E;
}
</style>
background-color css
<style>
a { background-color: #4F3A4E; }
a { background-color: rgb(79,58,78); }
div.DivClassName
{
background-color: #4F3A4E;
}
.BgClassName
{
background-color: #4F3A4E;
}
</style>
border-color css
<style>
span { border-color: #4F3A4E; }
span { border-color: rgb(79,58,78); }
td.TdClassName
{
border-color: #4F3A4E;
}
.TagClassName
{
border-color: #4F3A4E;
}
</style>