Shades of Purple Taupe #55404F
Tints of Purple Taupe #55404F
RGB
CMYK
RGB Variations
Color information
#55404F (or 0x55404F) is known color: Purple Taupe. HEX triplet: 55, 40 and 4F. RGB value is (85,64,79). Sum of RGB (Red+Green+Blue) = 85+64+79=228 (30% of max value = 765). Red value is 85 (33.59% from 255 or 37.28% from 228); Green value is 64 (25.39% from 255 or 28.07% from 228); Blue value is 79 (31.25% from 255 or 34.65% from 228); Max value from RGB is 85 - color contains mainly: red. Hex color #55404F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #55404F is #AABFB0. Grayscale: #474747. Windows color (decimal): -11190193 or 5193813. OLE color: 5193813.
HSL color Cylindrical-coordinate representation of color #55404F: hue angle of 317.14º 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 #55404F is Cyan = 0, Magento = 0.25, Yellow = 0.07 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 64 | 79 | - |
| CMYK | 0 | 0.25 | 0.07 | 0.67 |
| HSL | 317.14º | 0.14% | 0.29% | - |
| HSV(B) | 317.14º | 0.25% | 0.33% | - |
| XYZ | 6.99 | 6.16 | 8.22 | - |
| YUV | 71.99 | 131.96 | 137.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 64 | 79 | 0 | 0.25 | 0.07 | 0.67 | 317.14 | 0.14 | 0.29 |
| Hex | 55 | 40 | 4F | 0 | 19 | 7 | 43 | 13D | E | 1D |
| Octal | 125 | 100 | 117 | 0 | 31 | 7 | 103 | 475 | 16 | 35 |
| Binary | 1010101 | 1000000 | 1001111 | 0 | 11001 | 111 | 1000011 | 100111101 | 1110 | 11101 |
Color Harmonies of #55404F
Complementary color
Monochromatic Colors of #55404F
Black with #55404F
Text Example
Text Example
White with #55404F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55404F; }
p { color: rgb(85,64,79); }
H1.HeaderClassName
{
color: #55404F;
}
.AnyTagClassName
{
color: #55404F;
}
</style>
background-color css
<style>
a { background-color: #55404F; }
a { background-color: rgb(85,64,79); }
div.DivClassName
{
background-color: #55404F;
}
.BgClassName
{
background-color: #55404F;
}
</style>
border-color css
<style>
span { border-color: #55404F; }
span { border-color: rgb(85,64,79); }
td.TdClassName
{
border-color: #55404F;
}
.TagClassName
{
border-color: #55404F;
}
</style>