Shades of Purple Taupe #574354
Tints of Purple Taupe #574354
RGB
CMYK
RGB Variations
Color information
#574354 (or 0x574354) is known color: Purple Taupe. HEX triplet: 57, 43 and 54. RGB value is (87,67,84). Sum of RGB (Red+Green+Blue) = 87+67+84=238 (31% of max value = 765). Red value is 87 (34.38% from 255 or 36.55% from 238); Green value is 67 (26.56% from 255 or 28.15% from 238); Blue value is 84 (33.20% from 255 or 35.29% from 238); Max value from RGB is 87 - color contains mainly: red. Hex color #574354 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #574354 is #A8BCAB. Grayscale: #4A4A4A. Windows color (decimal): -11058348 or 5522263. OLE color: 5522263.
HSL color Cylindrical-coordinate representation of color #574354: hue angle of 309º degrees, saturation: 0.13, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #574354 is Cyan = 0, Magento = 0.23, Yellow = 0.03 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 67 | 84 | - |
| CMYK | 0 | 0.23 | 0.03 | 0.66 |
| HSL | 309º | 0.13% | 0.3% | - |
| HSV(B) | 309º | 0.23% | 0.34% | - |
| XYZ | 7.54 | 6.68 | 9.28 | - |
| YUV | 74.92 | 133.13 | 136.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 67 | 84 | 0 | 0.23 | 0.03 | 0.66 | 309 | 0.13 | 0.3 |
| Hex | 57 | 43 | 54 | 0 | 17 | 3 | 42 | 135 | D | 1E |
| Octal | 127 | 103 | 124 | 0 | 27 | 3 | 102 | 465 | 15 | 36 |
| Binary | 1010111 | 1000011 | 1010100 | 0 | 10111 | 11 | 1000010 | 100110101 | 1101 | 11110 |
Color Harmonies of #574354
Complementary color
Monochromatic Colors of #574354
Black with #574354
Text Example
Text Example
White with #574354
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #574354; }
p { color: rgb(87,67,84); }
H1.HeaderClassName
{
color: #574354;
}
.AnyTagClassName
{
color: #574354;
}
</style>
background-color css
<style>
a { background-color: #574354; }
a { background-color: rgb(87,67,84); }
div.DivClassName
{
background-color: #574354;
}
.BgClassName
{
background-color: #574354;
}
</style>
border-color css
<style>
span { border-color: #574354; }
span { border-color: rgb(87,67,84); }
td.TdClassName
{
border-color: #574354;
}
.TagClassName
{
border-color: #574354;
}
</style>