Shades of Purple Taupe #54404E
Tints of Purple Taupe #54404E
RGB
CMYK
RGB Variations
Color information
#54404E (or 0x54404E) is known color: Purple Taupe. HEX triplet: 54, 40 and 4E. RGB value is (84,64,78). Sum of RGB (Red+Green+Blue) = 84+64+78=226 (29% of max value = 765). Red value is 84 (33.20% from 255 or 37.17% from 226); Green value is 64 (25.39% from 255 or 28.32% from 226); Blue value is 78 (30.86% from 255 or 34.51% from 226); Max value from RGB is 84 - color contains mainly: red. Hex color #54404E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #54404E is #ABBFB1. Grayscale: #474747. Windows color (decimal): -11255730 or 5128276. OLE color: 5128276.
HSL color Cylindrical-coordinate representation of color #54404E: hue angle of 318º degrees, saturation: 0.14, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #54404E is Cyan = 0, Magento = 0.24, Yellow = 0.07 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 64 | 78 | - |
| CMYK | 0 | 0.24 | 0.07 | 0.67 |
| HSL | 318º | 0.14% | 0.29% | - |
| HSV(B) | 318º | 0.24% | 0.33% | - |
| XYZ | 6.86 | 6.1 | 8.02 | - |
| YUV | 71.58 | 131.63 | 136.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 64 | 78 | 0 | 0.24 | 0.07 | 0.67 | 318 | 0.14 | 0.29 |
| Hex | 54 | 40 | 4E | 0 | 18 | 7 | 43 | 13E | E | 1D |
| Octal | 124 | 100 | 116 | 0 | 30 | 7 | 103 | 476 | 16 | 35 |
| Binary | 1010100 | 1000000 | 1001110 | 0 | 11000 | 111 | 1000011 | 100111110 | 1110 | 11101 |
Color Harmonies of #54404E
Complementary color
Monochromatic Colors of #54404E
Black with #54404E
Text Example
Text Example
White with #54404E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54404E; }
p { color: rgb(84,64,78); }
H1.HeaderClassName
{
color: #54404E;
}
.AnyTagClassName
{
color: #54404E;
}
</style>
background-color css
<style>
a { background-color: #54404E; }
a { background-color: rgb(84,64,78); }
div.DivClassName
{
background-color: #54404E;
}
.BgClassName
{
background-color: #54404E;
}
</style>
border-color css
<style>
span { border-color: #54404E; }
span { border-color: rgb(84,64,78); }
td.TdClassName
{
border-color: #54404E;
}
.TagClassName
{
border-color: #54404E;
}
</style>