Shades of Purple Taupe #543B4C
Tints of Purple Taupe #543B4C
RGB
CMYK
RGB Variations
Color information
#543B4C (or 0x543B4C) is known color: Purple Taupe. HEX triplet: 54, 3B and 4C. RGB value is (84,59,76). Sum of RGB (Red+Green+Blue) = 84+59+76=219 (29% of max value = 765). Red value is 84 (33.20% from 255 or 38.36% from 219); Green value is 59 (23.44% from 255 or 26.94% from 219); Blue value is 76 (30.08% from 255 or 34.70% from 219); Max value from RGB is 84 - color contains mainly: red. Hex color #543B4C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #543B4C is #ABC4B3. Grayscale: #444444. Windows color (decimal): -11257012 or 4995924. OLE color: 4995924.
HSL color Cylindrical-coordinate representation of color #543B4C: hue angle of 319.2º 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 #543B4C is Cyan = 0, Magento = 0.30, Yellow = 0.10 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 59 | 76 | - |
| CMYK | 0 | 0.30 | 0.10 | 0.67 |
| HSL | 319.2º | 0.17% | 0.28% | - |
| HSV(B) | 319.2º | 0.3% | 0.33% | - |
| XYZ | 6.52 | 5.53 | 7.56 | - |
| YUV | 68.41 | 132.28 | 139.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 59 | 76 | 0 | 0.30 | 0.10 | 0.67 | 319.2 | 0.17 | 0.28 |
| Hex | 54 | 3B | 4C | 0 | 1E | A | 43 | 13F | 11 | 1C |
| Octal | 124 | 73 | 114 | 0 | 36 | 12 | 103 | 477 | 21 | 34 |
| Binary | 1010100 | 111011 | 1001100 | 0 | 11110 | 1010 | 1000011 | 100111111 | 10001 | 11100 |
Color Harmonies of #543B4C
Complementary color
Monochromatic Colors of #543B4C
Black with #543B4C
Text Example
Text Example
White with #543B4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #543B4C; }
p { color: rgb(84,59,76); }
H1.HeaderClassName
{
color: #543B4C;
}
.AnyTagClassName
{
color: #543B4C;
}
</style>
background-color css
<style>
a { background-color: #543B4C; }
a { background-color: rgb(84,59,76); }
div.DivClassName
{
background-color: #543B4C;
}
.BgClassName
{
background-color: #543B4C;
}
</style>
border-color css
<style>
span { border-color: #543B4C; }
span { border-color: rgb(84,59,76); }
td.TdClassName
{
border-color: #543B4C;
}
.TagClassName
{
border-color: #543B4C;
}
</style>