Shades of Purple Taupe #4F3A4D
Tints of Purple Taupe #4F3A4D
RGB
CMYK
RGB Variations
Color information
#4F3A4D (or 0x4F3A4D) is known color: Purple Taupe. HEX triplet: 4F, 3A and 4D. RGB value is (79,58,77). Sum of RGB (Red+Green+Blue) = 79+58+77=214 (28% of max value = 765). Red value is 79 (31.25% from 255 or 36.92% from 214); Green value is 58 (23.05% from 255 or 27.10% from 214); Blue value is 77 (30.47% from 255 or 35.98% from 214); Max value from RGB is 79 - color contains mainly: red. Hex color #4F3A4D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F3A4D is #B0C5B2. Grayscale: #424242. Windows color (decimal): -11584947 or 5061199. OLE color: 5061199.
HSL color Cylindrical-coordinate representation of color #4F3A4D: hue angle of 305.71º 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 #4F3A4D is Cyan = 0, Magento = 0.27, Yellow = 0.03 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 58 | 77 | - |
| CMYK | 0 | 0.27 | 0.03 | 0.69 |
| HSL | 305.71º | 0.15% | 0.27% | - |
| HSV(B) | 305.71º | 0.27% | 0.31% | - |
| XYZ | 6.08 | 5.22 | 7.71 | - |
| YUV | 66.45 | 133.96 | 136.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 58 | 77 | 0 | 0.27 | 0.03 | 0.69 | 305.71 | 0.15 | 0.27 |
| Hex | 4F | 3A | 4D | 0 | 1B | 3 | 45 | 132 | F | 1B |
| Octal | 117 | 72 | 115 | 0 | 33 | 3 | 105 | 462 | 17 | 33 |
| Binary | 1001111 | 111010 | 1001101 | 0 | 11011 | 11 | 1000101 | 100110010 | 1111 | 11011 |
Color Harmonies of #4F3A4D
Complementary color
Monochromatic Colors of #4F3A4D
Black with #4F3A4D
Text Example
Text Example
White with #4F3A4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F3A4D; }
p { color: rgb(79,58,77); }
H1.HeaderClassName
{
color: #4F3A4D;
}
.AnyTagClassName
{
color: #4F3A4D;
}
</style>
background-color css
<style>
a { background-color: #4F3A4D; }
a { background-color: rgb(79,58,77); }
div.DivClassName
{
background-color: #4F3A4D;
}
.BgClassName
{
background-color: #4F3A4D;
}
</style>
border-color css
<style>
span { border-color: #4F3A4D; }
span { border-color: rgb(79,58,77); }
td.TdClassName
{
border-color: #4F3A4D;
}
.TagClassName
{
border-color: #4F3A4D;
}
</style>