Shades of Purple Taupe #574A54
Tints of Purple Taupe #574A54
RGB
CMYK
RGB Variations
Color information
#574A54 (or 0x574A54) is known color: Purple Taupe. HEX triplet: 57, 4A and 54. RGB value is (87,74,84). Sum of RGB (Red+Green+Blue) = 87+74+84=245 (32% of max value = 765). Red value is 87 (34.38% from 255 or 35.51% from 245); Green value is 74 (29.30% from 255 or 30.20% from 245); Blue value is 84 (33.20% from 255 or 34.29% from 245); Max value from RGB is 87 - color contains mainly: red. Hex color #574A54 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #574A54 is #A8B5AB. Grayscale: #4E4E4E. Windows color (decimal): -11056556 or 5524055. OLE color: 5524055.
HSL color Cylindrical-coordinate representation of color #574A54: hue angle of 313.85º degrees, saturation: 0.08, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #574A54 is Cyan = 0, Magento = 0.15, Yellow = 0.03 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 74 | 84 | - |
| CMYK | 0 | 0.15 | 0.03 | 0.66 |
| HSL | 313.85º | 0.08% | 0.32% | - |
| HSV(B) | 313.85º | 0.15% | 0.34% | - |
| XYZ | 7.98 | 7.56 | 9.43 | - |
| YUV | 79.03 | 130.81 | 133.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 74 | 84 | 0 | 0.15 | 0.03 | 0.66 | 313.85 | 0.08 | 0.32 |
| Hex | 57 | 4A | 54 | 0 | F | 3 | 42 | 13A | 8 | 20 |
| Octal | 127 | 112 | 124 | 0 | 17 | 3 | 102 | 472 | 10 | 40 |
| Binary | 1010111 | 1001010 | 1010100 | 0 | 1111 | 11 | 1000010 | 100111010 | 1000 | 100000 |
Color Harmonies of #574A54
Complementary color
Monochromatic Colors of #574A54
Black with #574A54
Text Example
Text Example
White with #574A54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #574A54; }
p { color: rgb(87,74,84); }
H1.HeaderClassName
{
color: #574A54;
}
.AnyTagClassName
{
color: #574A54;
}
</style>
background-color css
<style>
a { background-color: #574A54; }
a { background-color: rgb(87,74,84); }
div.DivClassName
{
background-color: #574A54;
}
.BgClassName
{
background-color: #574A54;
}
</style>
border-color css
<style>
span { border-color: #574A54; }
span { border-color: rgb(87,74,84); }
td.TdClassName
{
border-color: #574A54;
}
.TagClassName
{
border-color: #574A54;
}
</style>