Shades of Purple Taupe #574551
Tints of Purple Taupe #574551
RGB
CMYK
RGB Variations
Color information
#574551 (or 0x574551) is known color: Purple Taupe. HEX triplet: 57, 45 and 51. RGB value is (87,69,81). Sum of RGB (Red+Green+Blue) = 87+69+81=237 (31% of max value = 765). Red value is 87 (34.38% from 255 or 36.71% from 237); Green value is 69 (27.34% from 255 or 29.11% from 237); Blue value is 81 (32.03% from 255 or 34.18% from 237); Max value from RGB is 87 - color contains mainly: red. Hex color #574551 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #574551 is #A8BAAE. Grayscale: #4B4B4B. Windows color (decimal): -11057839 or 5326167. OLE color: 5326167.
HSL color Cylindrical-coordinate representation of color #574551: hue angle of 320º degrees, saturation: 0.12, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #574551 is Cyan = 0, Magento = 0.21, Yellow = 0.07 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 69 | 81 | - |
| CMYK | 0 | 0.21 | 0.07 | 0.66 |
| HSL | 320º | 0.12% | 0.31% | - |
| HSV(B) | 320º | 0.21% | 0.34% | - |
| XYZ | 7.54 | 6.88 | 8.71 | - |
| YUV | 75.75 | 130.96 | 136.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 69 | 81 | 0 | 0.21 | 0.07 | 0.66 | 320 | 0.12 | 0.31 |
| Hex | 57 | 45 | 51 | 0 | 15 | 7 | 42 | 140 | C | 1F |
| Octal | 127 | 105 | 121 | 0 | 25 | 7 | 102 | 500 | 14 | 37 |
| Binary | 1010111 | 1000101 | 1010001 | 0 | 10101 | 111 | 1000010 | 101000000 | 1100 | 11111 |
Color Harmonies of #574551
Complementary color
Monochromatic Colors of #574551
Black with #574551
Text Example
Text Example
White with #574551
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #574551; }
p { color: rgb(87,69,81); }
H1.HeaderClassName
{
color: #574551;
}
.AnyTagClassName
{
color: #574551;
}
</style>
background-color css
<style>
a { background-color: #574551; }
a { background-color: rgb(87,69,81); }
div.DivClassName
{
background-color: #574551;
}
.BgClassName
{
background-color: #574551;
}
</style>
border-color css
<style>
span { border-color: #574551; }
span { border-color: rgb(87,69,81); }
td.TdClassName
{
border-color: #574551;
}
.TagClassName
{
border-color: #574551;
}
</style>