Shades of Purple Taupe #55364E
Tints of Purple Taupe #55364E
RGB
CMYK
RGB Variations
Color information
#55364E (or 0x55364E) is known color: Purple Taupe. HEX triplet: 55, 36 and 4E. RGB value is (85,54,78). Sum of RGB (Red+Green+Blue) = 85+54+78=217 (28% of max value = 765). Red value is 85 (33.59% from 255 or 39.17% from 217); Green value is 54 (21.48% from 255 or 24.88% from 217); Blue value is 78 (30.86% from 255 or 35.94% from 217); Max value from RGB is 85 - color contains mainly: red. Hex color #55364E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #55364E is #AAC9B1. Grayscale: #414141. Windows color (decimal): -11192754 or 5125717. OLE color: 5125717.
HSL color Cylindrical-coordinate representation of color #55364E: hue angle of 313.55º degrees, saturation: 0.22, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #55364E is Cyan = 0, Magento = 0.36, Yellow = 0.08 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 54 | 78 | - |
| CMYK | 0 | 0.36 | 0.08 | 0.67 |
| HSL | 313.55º | 0.22% | 0.27% | - |
| HSV(B) | 313.55º | 0.36% | 0.33% | - |
| XYZ | 6.44 | 5.12 | 7.86 | - |
| YUV | 66.01 | 134.77 | 141.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 54 | 78 | 0 | 0.36 | 0.08 | 0.67 | 313.55 | 0.22 | 0.27 |
| Hex | 55 | 36 | 4E | 0 | 24 | 8 | 43 | 13A | 16 | 1B |
| Octal | 125 | 66 | 116 | 0 | 44 | 10 | 103 | 472 | 26 | 33 |
| Binary | 1010101 | 110110 | 1001110 | 0 | 100100 | 1000 | 1000011 | 100111010 | 10110 | 11011 |
Color Harmonies of #55364E
Complementary color
Monochromatic Colors of #55364E
Black with #55364E
Text Example
Text Example
White with #55364E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55364E; }
p { color: rgb(85,54,78); }
H1.HeaderClassName
{
color: #55364E;
}
.AnyTagClassName
{
color: #55364E;
}
</style>
background-color css
<style>
a { background-color: #55364E; }
a { background-color: rgb(85,54,78); }
div.DivClassName
{
background-color: #55364E;
}
.BgClassName
{
background-color: #55364E;
}
</style>
border-color css
<style>
span { border-color: #55364E; }
span { border-color: rgb(85,54,78); }
td.TdClassName
{
border-color: #55364E;
}
.TagClassName
{
border-color: #55364E;
}
</style>