Shades of Purple Taupe #55374E
Tints of Purple Taupe #55374E
RGB
CMYK
RGB Variations
Color information
#55374E (or 0x55374E) is known color: Purple Taupe. HEX triplet: 55, 37 and 4E. RGB value is (85,55,78). Sum of RGB (Red+Green+Blue) = 85+55+78=218 (28% of max value = 765). Red value is 85 (33.59% from 255 or 38.99% from 218); Green value is 55 (21.88% from 255 or 25.23% from 218); Blue value is 78 (30.86% from 255 or 35.78% from 218); Max value from RGB is 85 - color contains mainly: red. Hex color #55374E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #55374E is #AAC8B1. Grayscale: #424242. Windows color (decimal): -11192498 or 5125973. OLE color: 5125973.
HSL color Cylindrical-coordinate representation of color #55374E: hue angle of 314º degrees, saturation: 0.21, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #55374E is Cyan = 0, Magento = 0.35, Yellow = 0.08 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 55 | 78 | - |
| CMYK | 0 | 0.35 | 0.08 | 0.67 |
| HSL | 314º | 0.21% | 0.27% | - |
| HSV(B) | 314º | 0.35% | 0.33% | - |
| XYZ | 6.49 | 5.21 | 7.87 | - |
| YUV | 66.59 | 134.44 | 141.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 55 | 78 | 0 | 0.35 | 0.08 | 0.67 | 314 | 0.21 | 0.27 |
| Hex | 55 | 37 | 4E | 0 | 23 | 8 | 43 | 13A | 15 | 1B |
| Octal | 125 | 67 | 116 | 0 | 43 | 10 | 103 | 472 | 25 | 33 |
| Binary | 1010101 | 110111 | 1001110 | 0 | 100011 | 1000 | 1000011 | 100111010 | 10101 | 11011 |
Color Harmonies of #55374E
Complementary color
Monochromatic Colors of #55374E
Black with #55374E
Text Example
Text Example
White with #55374E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55374E; }
p { color: rgb(85,55,78); }
H1.HeaderClassName
{
color: #55374E;
}
.AnyTagClassName
{
color: #55374E;
}
</style>
background-color css
<style>
a { background-color: #55374E; }
a { background-color: rgb(85,55,78); }
div.DivClassName
{
background-color: #55374E;
}
.BgClassName
{
background-color: #55374E;
}
</style>
border-color css
<style>
span { border-color: #55374E; }
span { border-color: rgb(85,55,78); }
td.TdClassName
{
border-color: #55374E;
}
.TagClassName
{
border-color: #55374E;
}
</style>