Shades of Purple Taupe #543A4A
Tints of Purple Taupe #543A4A
RGB
CMYK
RGB Variations
Color information
#543A4A (or 0x543A4A) is known color: Purple Taupe. HEX triplet: 54, 3A and 4A. RGB value is (84,58,74). Sum of RGB (Red+Green+Blue) = 84+58+74=216 (28% of max value = 765). Red value is 84 (33.20% from 255 or 38.89% from 216); Green value is 58 (23.05% from 255 or 26.85% from 216); Blue value is 74 (29.30% from 255 or 34.26% from 216); Max value from RGB is 84 - color contains mainly: red. Hex color #543A4A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #543A4A is #ABC5B5. Grayscale: #434343. Windows color (decimal): -11257270 or 4864596. OLE color: 4864596.
HSL color Cylindrical-coordinate representation of color #543A4A: hue angle of 323.08º degrees, saturation: 0.18, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #543A4A is Cyan = 0, Magento = 0.31, Yellow = 0.12 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 58 | 74 | - |
| CMYK | 0 | 0.31 | 0.12 | 0.67 |
| HSL | 323.08º | 0.18% | 0.28% | - |
| HSV(B) | 323.08º | 0.31% | 0.33% | - |
| XYZ | 6.41 | 5.41 | 7.18 | - |
| YUV | 67.6 | 131.61 | 139.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 58 | 74 | 0 | 0.31 | 0.12 | 0.67 | 323.08 | 0.18 | 0.28 |
| Hex | 54 | 3A | 4A | 0 | 1F | C | 43 | 143 | 12 | 1C |
| Octal | 124 | 72 | 112 | 0 | 37 | 14 | 103 | 503 | 22 | 34 |
| Binary | 1010100 | 111010 | 1001010 | 0 | 11111 | 1100 | 1000011 | 101000011 | 10010 | 11100 |
Color Harmonies of #543A4A
Complementary color
Monochromatic Colors of #543A4A
Black with #543A4A
Text Example
Text Example
White with #543A4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #543A4A; }
p { color: rgb(84,58,74); }
H1.HeaderClassName
{
color: #543A4A;
}
.AnyTagClassName
{
color: #543A4A;
}
</style>
background-color css
<style>
a { background-color: #543A4A; }
a { background-color: rgb(84,58,74); }
div.DivClassName
{
background-color: #543A4A;
}
.BgClassName
{
background-color: #543A4A;
}
</style>
border-color css
<style>
span { border-color: #543A4A; }
span { border-color: rgb(84,58,74); }
td.TdClassName
{
border-color: #543A4A;
}
.TagClassName
{
border-color: #543A4A;
}
</style>