Shades of Purple Taupe #553F4F
Tints of Purple Taupe #553F4F
RGB
CMYK
RGB Variations
Color information
#553F4F (or 0x553F4F) is known color: Purple Taupe. HEX triplet: 55, 3F and 4F. RGB value is (85,63,79). Sum of RGB (Red+Green+Blue) = 85+63+79=227 (30% of max value = 765). Red value is 85 (33.59% from 255 or 37.44% from 227); Green value is 63 (25% from 255 or 27.75% from 227); Blue value is 79 (31.25% from 255 or 34.80% from 227); Max value from RGB is 85 - color contains mainly: red. Hex color #553F4F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #553F4F is #AAC0B0. Grayscale: #474747. Windows color (decimal): -11190449 or 5193557. OLE color: 5193557.
HSL color Cylindrical-coordinate representation of color #553F4F: hue angle of 316.36º 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 #553F4F is Cyan = 0, Magento = 0.26, Yellow = 0.07 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 63 | 79 | - |
| CMYK | 0 | 0.26 | 0.07 | 0.67 |
| HSL | 316.36º | 0.15% | 0.29% | - |
| HSV(B) | 316.36º | 0.26% | 0.33% | - |
| XYZ | 6.94 | 6.05 | 8.2 | - |
| YUV | 71.4 | 132.29 | 137.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 63 | 79 | 0 | 0.26 | 0.07 | 0.67 | 316.36 | 0.15 | 0.29 |
| Hex | 55 | 3F | 4F | 0 | 1A | 7 | 43 | 13C | F | 1D |
| Octal | 125 | 77 | 117 | 0 | 32 | 7 | 103 | 474 | 17 | 35 |
| Binary | 1010101 | 111111 | 1001111 | 0 | 11010 | 111 | 1000011 | 100111100 | 1111 | 11101 |
Color Harmonies of #553F4F
Complementary color
Monochromatic Colors of #553F4F
Black with #553F4F
Text Example
Text Example
White with #553F4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #553F4F; }
p { color: rgb(85,63,79); }
H1.HeaderClassName
{
color: #553F4F;
}
.AnyTagClassName
{
color: #553F4F;
}
</style>
background-color css
<style>
a { background-color: #553F4F; }
a { background-color: rgb(85,63,79); }
div.DivClassName
{
background-color: #553F4F;
}
.BgClassName
{
background-color: #553F4F;
}
</style>
border-color css
<style>
span { border-color: #553F4F; }
span { border-color: rgb(85,63,79); }
td.TdClassName
{
border-color: #553F4F;
}
.TagClassName
{
border-color: #553F4F;
}
</style>