Shades of Purple Taupe #543C51
Tints of Purple Taupe #543C51
RGB
CMYK
RGB Variations
Color information
#543C51 (or 0x543C51) is known color: Purple Taupe. HEX triplet: 54, 3C and 51. RGB value is (84,60,81). Sum of RGB (Red+Green+Blue) = 84+60+81=225 (29% of max value = 765). Red value is 84 (33.20% from 255 or 37.33% from 225); Green value is 60 (23.83% from 255 or 26.67% from 225); Blue value is 81 (32.03% from 255 or 36% from 225); Max value from RGB is 84 - color contains mainly: red. Hex color #543C51 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #543C51 is #ABC3AE. Grayscale: #454545. Windows color (decimal): -11256751 or 5323860. OLE color: 5323860.
HSL color Cylindrical-coordinate representation of color #543C51: hue angle of 307.5º 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 #543C51 is Cyan = 0, Magento = 0.29, Yellow = 0.04 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 60 | 81 | - |
| CMYK | 0 | 0.29 | 0.04 | 0.67 |
| HSL | 307.5º | 0.17% | 0.28% | - |
| HSV(B) | 307.5º | 0.29% | 0.33% | - |
| XYZ | 6.76 | 5.71 | 8.53 | - |
| YUV | 69.57 | 134.45 | 138.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 60 | 81 | 0 | 0.29 | 0.04 | 0.67 | 307.5 | 0.17 | 0.28 |
| Hex | 54 | 3C | 51 | 0 | 1D | 4 | 43 | 134 | 11 | 1C |
| Octal | 124 | 74 | 121 | 0 | 35 | 4 | 103 | 464 | 21 | 34 |
| Binary | 1010100 | 111100 | 1010001 | 0 | 11101 | 100 | 1000011 | 100110100 | 10001 | 11100 |
Color Harmonies of #543C51
Complementary color
Monochromatic Colors of #543C51
Black with #543C51
Text Example
Text Example
White with #543C51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #543C51; }
p { color: rgb(84,60,81); }
H1.HeaderClassName
{
color: #543C51;
}
.AnyTagClassName
{
color: #543C51;
}
</style>
background-color css
<style>
a { background-color: #543C51; }
a { background-color: rgb(84,60,81); }
div.DivClassName
{
background-color: #543C51;
}
.BgClassName
{
background-color: #543C51;
}
</style>
border-color css
<style>
span { border-color: #543C51; }
span { border-color: rgb(84,60,81); }
td.TdClassName
{
border-color: #543C51;
}
.TagClassName
{
border-color: #543C51;
}
</style>