Shades of Purple Taupe #574256
Tints of Purple Taupe #574256
RGB
CMYK
RGB Variations
Color information
#574256 (or 0x574256) is known color: Purple Taupe. HEX triplet: 57, 42 and 56. RGB value is (87,66,86). Sum of RGB (Red+Green+Blue) = 87+66+86=239 (31% of max value = 765). Red value is 87 (34.38% from 255 or 36.40% from 239); Green value is 66 (26.17% from 255 or 27.62% from 239); Blue value is 86 (33.98% from 255 or 35.98% from 239); Max value from RGB is 87 - color contains mainly: red. Hex color #574256 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #574256 is #A8BDA9. Grayscale: #4A4A4A. Windows color (decimal): -11058602 or 5653079. OLE color: 5653079.
HSL color Cylindrical-coordinate representation of color #574256: hue angle of 302.86º degrees, saturation: 0.14, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #574256 is Cyan = 0, Magento = 0.24, Yellow = 0.01 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 66 | 86 | - |
| CMYK | 0 | 0.24 | 0.01 | 0.66 |
| HSL | 302.86º | 0.14% | 0.3% | - |
| HSV(B) | 302.86º | 0.24% | 0.34% | - |
| XYZ | 7.56 | 6.59 | 9.68 | - |
| YUV | 74.56 | 134.46 | 136.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 66 | 86 | 0 | 0.24 | 0.01 | 0.66 | 302.86 | 0.14 | 0.3 |
| Hex | 57 | 42 | 56 | 0 | 18 | 1 | 42 | 12F | E | 1E |
| Octal | 127 | 102 | 126 | 0 | 30 | 1 | 102 | 457 | 16 | 36 |
| Binary | 1010111 | 1000010 | 1010110 | 0 | 11000 | 1 | 1000010 | 100101111 | 1110 | 11110 |
Color Harmonies of #574256
Complementary color
Monochromatic Colors of #574256
Black with #574256
Text Example
Text Example
White with #574256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #574256; }
p { color: rgb(87,66,86); }
H1.HeaderClassName
{
color: #574256;
}
.AnyTagClassName
{
color: #574256;
}
</style>
background-color css
<style>
a { background-color: #574256; }
a { background-color: rgb(87,66,86); }
div.DivClassName
{
background-color: #574256;
}
.BgClassName
{
background-color: #574256;
}
</style>
border-color css
<style>
span { border-color: #574256; }
span { border-color: rgb(87,66,86); }
td.TdClassName
{
border-color: #574256;
}
.TagClassName
{
border-color: #574256;
}
</style>