Shades of Purple Taupe #474145
Tints of Purple Taupe #474145
RGB
CMYK
RGB Variations
Color information
#474145 (or 0x474145) is known color: Purple Taupe. HEX triplet: 47, 41 and 45. RGB value is (71,65,69). Sum of RGB (Red+Green+Blue) = 71+65+69=205 (27% of max value = 765). Red value is 71 (28.12% from 255 or 34.63% from 205); Green value is 65 (25.78% from 255 or 31.71% from 205); Blue value is 69 (27.34% from 255 or 33.66% from 205); Max value from RGB is 71 - color contains mainly: red. Hex color #474145 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #474145 is #B8BEBA. Grayscale: #434343. Windows color (decimal): -12107451 or 4538695. OLE color: 4538695.
HSL color Cylindrical-coordinate representation of color #474145: hue angle of 320º degrees, saturation: 0.04, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #474145 is Cyan = 0, Magento = 0.08, Yellow = 0.03 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 65 | 69 | - |
| CMYK | 0 | 0.08 | 0.03 | 0.72 |
| HSL | 320º | 0.04% | 0.27% | - |
| HSV(B) | 320º | 0.08% | 0.28% | - |
| XYZ | 5.56 | 5.55 | 6.41 | - |
| YUV | 67.25 | 128.99 | 130.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 65 | 69 | 0 | 0.08 | 0.03 | 0.72 | 320 | 0.04 | 0.27 |
| Hex | 47 | 41 | 45 | 0 | 8 | 3 | 48 | 140 | 4 | 1B |
| Octal | 107 | 101 | 105 | 0 | 10 | 3 | 110 | 500 | 4 | 33 |
| Binary | 1000111 | 1000001 | 1000101 | 0 | 1000 | 11 | 1001000 | 101000000 | 100 | 11011 |
Color Harmonies of #474145
Complementary color
Monochromatic Colors of #474145
Black with #474145
Text Example
Text Example
White with #474145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #474145; }
p { color: rgb(71,65,69); }
H1.HeaderClassName
{
color: #474145;
}
.AnyTagClassName
{
color: #474145;
}
</style>
background-color css
<style>
a { background-color: #474145; }
a { background-color: rgb(71,65,69); }
div.DivClassName
{
background-color: #474145;
}
.BgClassName
{
background-color: #474145;
}
</style>
border-color css
<style>
span { border-color: #474145; }
span { border-color: rgb(71,65,69); }
td.TdClassName
{
border-color: #474145;
}
.TagClassName
{
border-color: #474145;
}
</style>