Shades of Purple Taupe #4F384E
Tints of Purple Taupe #4F384E
RGB
CMYK
RGB Variations
Color information
#4F384E (or 0x4F384E) is known color: Purple Taupe. HEX triplet: 4F, 38 and 4E. RGB value is (79,56,78). Sum of RGB (Red+Green+Blue) = 79+56+78=213 (28% of max value = 765). Red value is 79 (31.25% from 255 or 37.09% from 213); Green value is 56 (22.27% from 255 or 26.29% from 213); Blue value is 78 (30.86% from 255 or 36.62% from 213); Max value from RGB is 79 - color contains mainly: red. Hex color #4F384E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F384E is #B0C7B1. Grayscale: #414141. Windows color (decimal): -11585458 or 5126223. OLE color: 5126223.
HSL color Cylindrical-coordinate representation of color #4F384E: hue angle of 302.61º degrees, saturation: 0.17, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #4F384E is Cyan = 0, Magento = 0.29, Yellow = 0.01 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 56 | 78 | - |
| CMYK | 0 | 0.29 | 0.01 | 0.69 |
| HSL | 302.61º | 0.17% | 0.26% | - |
| HSV(B) | 302.61º | 0.29% | 0.31% | - |
| XYZ | 6.01 | 5.04 | 7.86 | - |
| YUV | 65.39 | 135.12 | 137.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 56 | 78 | 0 | 0.29 | 0.01 | 0.69 | 302.61 | 0.17 | 0.26 |
| Hex | 4F | 38 | 4E | 0 | 1D | 1 | 45 | 12F | 11 | 1A |
| Octal | 117 | 70 | 116 | 0 | 35 | 1 | 105 | 457 | 21 | 32 |
| Binary | 1001111 | 111000 | 1001110 | 0 | 11101 | 1 | 1000101 | 100101111 | 10001 | 11010 |
Color Harmonies of #4F384E
Complementary color
Monochromatic Colors of #4F384E
Black with #4F384E
Text Example
Text Example
White with #4F384E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F384E; }
p { color: rgb(79,56,78); }
H1.HeaderClassName
{
color: #4F384E;
}
.AnyTagClassName
{
color: #4F384E;
}
</style>
background-color css
<style>
a { background-color: #4F384E; }
a { background-color: rgb(79,56,78); }
div.DivClassName
{
background-color: #4F384E;
}
.BgClassName
{
background-color: #4F384E;
}
</style>
border-color css
<style>
span { border-color: #4F384E; }
span { border-color: rgb(79,56,78); }
td.TdClassName
{
border-color: #4F384E;
}
.TagClassName
{
border-color: #4F384E;
}
</style>