Shades of Purple Taupe #543C4E
Tints of Purple Taupe #543C4E
RGB
CMYK
RGB Variations
Color information
#543C4E (or 0x543C4E) is known color: Purple Taupe. HEX triplet: 54, 3C and 4E. RGB value is (84,60,78). Sum of RGB (Red+Green+Blue) = 84+60+78=222 (29% of max value = 765). Red value is 84 (33.20% from 255 or 37.84% from 222); Green value is 60 (23.83% from 255 or 27.03% from 222); Blue value is 78 (30.86% from 255 or 35.14% from 222); Max value from RGB is 84 - color contains mainly: red. Hex color #543C4E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #543C4E is #ABC3B1. Grayscale: #454545. Windows color (decimal): -11256754 or 5127252. OLE color: 5127252.
HSL color Cylindrical-coordinate representation of color #543C4E: hue angle of 315º degrees, saturation: 0.17, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #543C4E is Cyan = 0, Magento = 0.29, Yellow = 0.07 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 60 | 78 | - |
| CMYK | 0 | 0.29 | 0.07 | 0.67 |
| HSL | 315º | 0.17% | 0.28% | - |
| HSV(B) | 315º | 0.29% | 0.33% | - |
| XYZ | 6.65 | 5.67 | 7.95 | - |
| YUV | 69.23 | 132.95 | 138.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 60 | 78 | 0 | 0.29 | 0.07 | 0.67 | 315 | 0.17 | 0.28 |
| Hex | 54 | 3C | 4E | 0 | 1D | 7 | 43 | 13B | 11 | 1C |
| Octal | 124 | 74 | 116 | 0 | 35 | 7 | 103 | 473 | 21 | 34 |
| Binary | 1010100 | 111100 | 1001110 | 0 | 11101 | 111 | 1000011 | 100111011 | 10001 | 11100 |
Color Harmonies of #543C4E
Complementary color
Monochromatic Colors of #543C4E
Black with #543C4E
Text Example
Text Example
White with #543C4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #543C4E; }
p { color: rgb(84,60,78); }
H1.HeaderClassName
{
color: #543C4E;
}
.AnyTagClassName
{
color: #543C4E;
}
</style>
background-color css
<style>
a { background-color: #543C4E; }
a { background-color: rgb(84,60,78); }
div.DivClassName
{
background-color: #543C4E;
}
.BgClassName
{
background-color: #543C4E;
}
</style>
border-color css
<style>
span { border-color: #543C4E; }
span { border-color: rgb(84,60,78); }
td.TdClassName
{
border-color: #543C4E;
}
.TagClassName
{
border-color: #543C4E;
}
</style>