Shades of Purple Taupe #574455
Tints of Purple Taupe #574455
RGB
CMYK
RGB Variations
Color information
#574455 (or 0x574455) is known color: Purple Taupe. HEX triplet: 57, 44 and 55. RGB value is (87,68,85). Sum of RGB (Red+Green+Blue) = 87+68+85=240 (31% of max value = 765). Red value is 87 (34.38% from 255 or 36.25% from 240); Green value is 68 (26.95% from 255 or 28.33% from 240); Blue value is 85 (33.59% from 255 or 35.42% from 240); Max value from RGB is 87 - color contains mainly: red. Hex color #574455 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #574455 is #A8BBAA. Grayscale: #4B4B4B. Windows color (decimal): -11058091 or 5588055. OLE color: 5588055.
HSL color Cylindrical-coordinate representation of color #574455: hue angle of 306.32º degrees, saturation: 0.12, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #574455 is Cyan = 0, Magento = 0.22, Yellow = 0.02 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 68 | 85 | - |
| CMYK | 0 | 0.22 | 0.02 | 0.66 |
| HSL | 306.32º | 0.12% | 0.3% | - |
| HSV(B) | 306.32º | 0.22% | 0.34% | - |
| XYZ | 7.64 | 6.82 | 9.51 | - |
| YUV | 75.62 | 133.29 | 136.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 68 | 85 | 0 | 0.22 | 0.02 | 0.66 | 306.32 | 0.12 | 0.3 |
| Hex | 57 | 44 | 55 | 0 | 16 | 2 | 42 | 132 | C | 1E |
| Octal | 127 | 104 | 125 | 0 | 26 | 2 | 102 | 462 | 14 | 36 |
| Binary | 1010111 | 1000100 | 1010101 | 0 | 10110 | 10 | 1000010 | 100110010 | 1100 | 11110 |
Color Harmonies of #574455
Complementary color
Monochromatic Colors of #574455
Black with #574455
Text Example
Text Example
White with #574455
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #574455; }
p { color: rgb(87,68,85); }
H1.HeaderClassName
{
color: #574455;
}
.AnyTagClassName
{
color: #574455;
}
</style>
background-color css
<style>
a { background-color: #574455; }
a { background-color: rgb(87,68,85); }
div.DivClassName
{
background-color: #574455;
}
.BgClassName
{
background-color: #574455;
}
</style>
border-color css
<style>
span { border-color: #574455; }
span { border-color: rgb(87,68,85); }
td.TdClassName
{
border-color: #574455;
}
.TagClassName
{
border-color: #574455;
}
</style>