Shades of Purple Taupe #543F51
Tints of Purple Taupe #543F51
RGB
CMYK
RGB Variations
Color information
#543F51 (or 0x543F51) is known color: Purple Taupe. HEX triplet: 54, 3F and 51. RGB value is (84,63,81). Sum of RGB (Red+Green+Blue) = 84+63+81=228 (30% of max value = 765). Red value is 84 (33.20% from 255 or 36.84% from 228); Green value is 63 (25% from 255 or 27.63% from 228); Blue value is 81 (32.03% from 255 or 35.53% from 228); Max value from RGB is 84 - color contains mainly: red. Hex color #543F51 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #543F51 is #ABC0AE. Grayscale: #474747. Windows color (decimal): -11255983 or 5324628. OLE color: 5324628.
HSL color Cylindrical-coordinate representation of color #543F51: hue angle of 308.57º degrees, saturation: 0.14, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #543F51 is Cyan = 0, Magento = 0.25, Yellow = 0.04 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 63 | 81 | - |
| CMYK | 0 | 0.25 | 0.04 | 0.67 |
| HSL | 308.57º | 0.14% | 0.29% | - |
| HSV(B) | 308.57º | 0.25% | 0.33% | - |
| XYZ | 6.92 | 6.03 | 8.58 | - |
| YUV | 71.33 | 133.46 | 137.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 63 | 81 | 0 | 0.25 | 0.04 | 0.67 | 308.57 | 0.14 | 0.29 |
| Hex | 54 | 3F | 51 | 0 | 19 | 4 | 43 | 135 | E | 1D |
| Octal | 124 | 77 | 121 | 0 | 31 | 4 | 103 | 465 | 16 | 35 |
| Binary | 1010100 | 111111 | 1010001 | 0 | 11001 | 100 | 1000011 | 100110101 | 1110 | 11101 |
Color Harmonies of #543F51
Complementary color
Monochromatic Colors of #543F51
Black with #543F51
Text Example
Text Example
White with #543F51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #543F51; }
p { color: rgb(84,63,81); }
H1.HeaderClassName
{
color: #543F51;
}
.AnyTagClassName
{
color: #543F51;
}
</style>
background-color css
<style>
a { background-color: #543F51; }
a { background-color: rgb(84,63,81); }
div.DivClassName
{
background-color: #543F51;
}
.BgClassName
{
background-color: #543F51;
}
</style>
border-color css
<style>
span { border-color: #543F51; }
span { border-color: rgb(84,63,81); }
td.TdClassName
{
border-color: #543F51;
}
.TagClassName
{
border-color: #543F51;
}
</style>