Shades of Purple Taupe #553F4D
Tints of Purple Taupe #553F4D
RGB
CMYK
RGB Variations
Color information
#553F4D (or 0x553F4D) is known color: Purple Taupe. HEX triplet: 55, 3F and 4D. RGB value is (85,63,77). Sum of RGB (Red+Green+Blue) = 85+63+77=225 (29% of max value = 765). Red value is 85 (33.59% from 255 or 37.78% from 225); Green value is 63 (25% from 255 or 28% from 225); Blue value is 77 (30.47% from 255 or 34.22% from 225); Max value from RGB is 85 - color contains mainly: red. Hex color #553F4D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #553F4D is #AAC0B2. Grayscale: #474747. Windows color (decimal): -11190451 or 5062485. OLE color: 5062485.
HSL color Cylindrical-coordinate representation of color #553F4D: hue angle of 321.82º degrees, saturation: 0.15, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #553F4D is Cyan = 0, Magento = 0.26, Yellow = 0.09 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 63 | 77 | - |
| CMYK | 0 | 0.26 | 0.09 | 0.67 |
| HSL | 321.82º | 0.15% | 0.29% | - |
| HSV(B) | 321.82º | 0.26% | 0.33% | - |
| XYZ | 6.86 | 6.02 | 7.82 | - |
| YUV | 71.17 | 131.29 | 137.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 63 | 77 | 0 | 0.26 | 0.09 | 0.67 | 321.82 | 0.15 | 0.29 |
| Hex | 55 | 3F | 4D | 0 | 1A | 9 | 43 | 142 | F | 1D |
| Octal | 125 | 77 | 115 | 0 | 32 | 11 | 103 | 502 | 17 | 35 |
| Binary | 1010101 | 111111 | 1001101 | 0 | 11010 | 1001 | 1000011 | 101000010 | 1111 | 11101 |
Color Harmonies of #553F4D
Complementary color
Monochromatic Colors of #553F4D
Black with #553F4D
Text Example
Text Example
White with #553F4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #553F4D; }
p { color: rgb(85,63,77); }
H1.HeaderClassName
{
color: #553F4D;
}
.AnyTagClassName
{
color: #553F4D;
}
</style>
background-color css
<style>
a { background-color: #553F4D; }
a { background-color: rgb(85,63,77); }
div.DivClassName
{
background-color: #553F4D;
}
.BgClassName
{
background-color: #553F4D;
}
</style>
border-color css
<style>
span { border-color: #553F4D; }
span { border-color: rgb(85,63,77); }
td.TdClassName
{
border-color: #553F4D;
}
.TagClassName
{
border-color: #553F4D;
}
</style>