Shades of Purple Taupe #55384D
Tints of Purple Taupe #55384D
RGB
CMYK
RGB Variations
Color information
#55384D (or 0x55384D) is known color: Purple Taupe. HEX triplet: 55, 38 and 4D. RGB value is (85,56,77). Sum of RGB (Red+Green+Blue) = 85+56+77=218 (28% of max value = 765). Red value is 85 (33.59% from 255 or 38.99% from 218); Green value is 56 (22.27% from 255 or 25.69% from 218); Blue value is 77 (30.47% from 255 or 35.32% from 218); Max value from RGB is 85 - color contains mainly: red. Hex color #55384D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #55384D is #AAC7B2. Grayscale: #434343. Windows color (decimal): -11192243 or 5060693. OLE color: 5060693.
HSL color Cylindrical-coordinate representation of color #55384D: hue angle of 316.55º degrees, saturation: 0.21, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #55384D is Cyan = 0, Magento = 0.34, Yellow = 0.09 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 56 | 77 | - |
| CMYK | 0 | 0.34 | 0.09 | 0.67 |
| HSL | 316.55º | 0.21% | 0.28% | - |
| HSV(B) | 316.55º | 0.34% | 0.33% | - |
| XYZ | 6.5 | 5.3 | 7.7 | - |
| YUV | 67.07 | 133.61 | 140.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 56 | 77 | 0 | 0.34 | 0.09 | 0.67 | 316.55 | 0.21 | 0.28 |
| Hex | 55 | 38 | 4D | 0 | 22 | 9 | 43 | 13D | 15 | 1C |
| Octal | 125 | 70 | 115 | 0 | 42 | 11 | 103 | 475 | 25 | 34 |
| Binary | 1010101 | 111000 | 1001101 | 0 | 100010 | 1001 | 1000011 | 100111101 | 10101 | 11100 |
Color Harmonies of #55384D
Complementary color
Monochromatic Colors of #55384D
Black with #55384D
Text Example
Text Example
White with #55384D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55384D; }
p { color: rgb(85,56,77); }
H1.HeaderClassName
{
color: #55384D;
}
.AnyTagClassName
{
color: #55384D;
}
</style>
background-color css
<style>
a { background-color: #55384D; }
a { background-color: rgb(85,56,77); }
div.DivClassName
{
background-color: #55384D;
}
.BgClassName
{
background-color: #55384D;
}
</style>
border-color css
<style>
span { border-color: #55384D; }
span { border-color: rgb(85,56,77); }
td.TdClassName
{
border-color: #55384D;
}
.TagClassName
{
border-color: #55384D;
}
</style>