Shades of Purple Taupe #494147
Tints of Purple Taupe #494147
RGB
CMYK
RGB Variations
Color information
#494147 (or 0x494147) is known color: Purple Taupe. HEX triplet: 49, 41 and 47. RGB value is (73,65,71). Sum of RGB (Red+Green+Blue) = 73+65+71=209 (27% of max value = 765). Red value is 73 (28.91% from 255 or 34.93% from 209); Green value is 65 (25.78% from 255 or 31.10% from 209); Blue value is 71 (28.12% from 255 or 33.97% from 209); Max value from RGB is 73 - color contains mainly: red. Hex color #494147 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #494147 is #B6BEB8. Grayscale: #444444. Windows color (decimal): -11976377 or 4669769. OLE color: 4669769.
HSL color Cylindrical-coordinate representation of color #494147: hue angle of 315º degrees, saturation: 0.06, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #494147 is Cyan = 0, Magento = 0.11, Yellow = 0.03 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 65 | 71 | - |
| CMYK | 0 | 0.11 | 0.03 | 0.71 |
| HSL | 315º | 0.06% | 0.27% | - |
| HSV(B) | 315º | 0.11% | 0.29% | - |
| XYZ | 5.78 | 5.65 | 6.75 | - |
| YUV | 68.08 | 129.65 | 131.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 65 | 71 | 0 | 0.11 | 0.03 | 0.71 | 315 | 0.06 | 0.27 |
| Hex | 49 | 41 | 47 | 0 | B | 3 | 47 | 13B | 6 | 1B |
| Octal | 111 | 101 | 107 | 0 | 13 | 3 | 107 | 473 | 6 | 33 |
| Binary | 1001001 | 1000001 | 1000111 | 0 | 1011 | 11 | 1000111 | 100111011 | 110 | 11011 |
Color Harmonies of #494147
Complementary color
Monochromatic Colors of #494147
Black with #494147
Text Example
Text Example
White with #494147
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #494147; }
p { color: rgb(73,65,71); }
H1.HeaderClassName
{
color: #494147;
}
.AnyTagClassName
{
color: #494147;
}
</style>
background-color css
<style>
a { background-color: #494147; }
a { background-color: rgb(73,65,71); }
div.DivClassName
{
background-color: #494147;
}
.BgClassName
{
background-color: #494147;
}
</style>
border-color css
<style>
span { border-color: #494147; }
span { border-color: rgb(73,65,71); }
td.TdClassName
{
border-color: #494147;
}
.TagClassName
{
border-color: #494147;
}
</style>