Shades of Purple Taupe #543B4E
Tints of Purple Taupe #543B4E
RGB
CMYK
RGB Variations
Color information
#543B4E (or 0x543B4E) is known color: Purple Taupe. HEX triplet: 54, 3B and 4E. RGB value is (84,59,78). Sum of RGB (Red+Green+Blue) = 84+59+78=221 (29% of max value = 765). Red value is 84 (33.20% from 255 or 38.01% from 221); Green value is 59 (23.44% from 255 or 26.70% from 221); Blue value is 78 (30.86% from 255 or 35.29% from 221); Max value from RGB is 84 - color contains mainly: red. Hex color #543B4E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #543B4E is #ABC4B1. Grayscale: #444444. Windows color (decimal): -11257010 or 5126996. OLE color: 5126996.
HSL color Cylindrical-coordinate representation of color #543B4E: hue angle of 314.4º degrees, saturation: 0.17, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #543B4E is Cyan = 0, Magento = 0.30, Yellow = 0.07 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 59 | 78 | - |
| CMYK | 0 | 0.30 | 0.07 | 0.67 |
| HSL | 314.4º | 0.17% | 0.28% | - |
| HSV(B) | 314.4º | 0.3% | 0.33% | - |
| XYZ | 6.6 | 5.56 | 7.93 | - |
| YUV | 68.64 | 133.28 | 138.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 59 | 78 | 0 | 0.30 | 0.07 | 0.67 | 314.4 | 0.17 | 0.28 |
| Hex | 54 | 3B | 4E | 0 | 1E | 7 | 43 | 13A | 11 | 1C |
| Octal | 124 | 73 | 116 | 0 | 36 | 7 | 103 | 472 | 21 | 34 |
| Binary | 1010100 | 111011 | 1001110 | 0 | 11110 | 111 | 1000011 | 100111010 | 10001 | 11100 |
Color Harmonies of #543B4E
Complementary color
Monochromatic Colors of #543B4E
Black with #543B4E
Text Example
Text Example
White with #543B4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #543B4E; }
p { color: rgb(84,59,78); }
H1.HeaderClassName
{
color: #543B4E;
}
.AnyTagClassName
{
color: #543B4E;
}
</style>
background-color css
<style>
a { background-color: #543B4E; }
a { background-color: rgb(84,59,78); }
div.DivClassName
{
background-color: #543B4E;
}
.BgClassName
{
background-color: #543B4E;
}
</style>
border-color css
<style>
span { border-color: #543B4E; }
span { border-color: rgb(84,59,78); }
td.TdClassName
{
border-color: #543B4E;
}
.TagClassName
{
border-color: #543B4E;
}
</style>