Shades of Purple Taupe #55404E
Tints of Purple Taupe #55404E
RGB
CMYK
RGB Variations
Color information
#55404E (or 0x55404E) is known color: Purple Taupe. HEX triplet: 55, 40 and 4E. RGB value is (85,64,78). Sum of RGB (Red+Green+Blue) = 85+64+78=227 (30% of max value = 765). Red value is 85 (33.59% from 255 or 37.44% from 227); Green value is 64 (25.39% from 255 or 28.19% from 227); Blue value is 78 (30.86% from 255 or 34.36% from 227); Max value from RGB is 85 - color contains mainly: red. Hex color #55404E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #55404E is #AABFB1. Grayscale: #474747. Windows color (decimal): -11190194 or 5128277. OLE color: 5128277.
HSL color Cylindrical-coordinate representation of color #55404E: hue angle of 320º degrees, saturation: 0.14, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #55404E is Cyan = 0, Magento = 0.25, Yellow = 0.08 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 64 | 78 | - |
| CMYK | 0 | 0.25 | 0.08 | 0.67 |
| HSL | 320º | 0.14% | 0.29% | - |
| HSV(B) | 320º | 0.25% | 0.33% | - |
| XYZ | 6.95 | 6.15 | 8.03 | - |
| YUV | 71.88 | 131.46 | 137.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 64 | 78 | 0 | 0.25 | 0.08 | 0.67 | 320 | 0.14 | 0.29 |
| Hex | 55 | 40 | 4E | 0 | 19 | 8 | 43 | 140 | E | 1D |
| Octal | 125 | 100 | 116 | 0 | 31 | 10 | 103 | 500 | 16 | 35 |
| Binary | 1010101 | 1000000 | 1001110 | 0 | 11001 | 1000 | 1000011 | 101000000 | 1110 | 11101 |
Color Harmonies of #55404E
Complementary color
Monochromatic Colors of #55404E
Black with #55404E
Text Example
Text Example
White with #55404E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55404E; }
p { color: rgb(85,64,78); }
H1.HeaderClassName
{
color: #55404E;
}
.AnyTagClassName
{
color: #55404E;
}
</style>
background-color css
<style>
a { background-color: #55404E; }
a { background-color: rgb(85,64,78); }
div.DivClassName
{
background-color: #55404E;
}
.BgClassName
{
background-color: #55404E;
}
</style>
border-color css
<style>
span { border-color: #55404E; }
span { border-color: rgb(85,64,78); }
td.TdClassName
{
border-color: #55404E;
}
.TagClassName
{
border-color: #55404E;
}
</style>