Shades of Purple Taupe #543A4B
Tints of Purple Taupe #543A4B
RGB
CMYK
RGB Variations
Color information
#543A4B (or 0x543A4B) is known color: Purple Taupe. HEX triplet: 54, 3A and 4B. RGB value is (84,58,75). Sum of RGB (Red+Green+Blue) = 84+58+75=217 (28% of max value = 765). Red value is 84 (33.20% from 255 or 38.71% from 217); Green value is 58 (23.05% from 255 or 26.73% from 217); Blue value is 75 (29.69% from 255 or 34.56% from 217); Max value from RGB is 84 - color contains mainly: red. Hex color #543A4B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #543A4B is #ABC5B4. Grayscale: #434343. Windows color (decimal): -11257269 or 4930132. OLE color: 4930132.
HSL color Cylindrical-coordinate representation of color #543A4B: hue angle of 320.77º 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 #543A4B is Cyan = 0, Magento = 0.31, Yellow = 0.11 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 58 | 75 | - |
| CMYK | 0 | 0.31 | 0.11 | 0.67 |
| HSL | 320.77º | 0.18% | 0.28% | - |
| HSV(B) | 320.77º | 0.31% | 0.33% | - |
| XYZ | 6.44 | 5.42 | 7.36 | - |
| YUV | 67.71 | 132.11 | 139.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 58 | 75 | 0 | 0.31 | 0.11 | 0.67 | 320.77 | 0.18 | 0.28 |
| Hex | 54 | 3A | 4B | 0 | 1F | B | 43 | 141 | 12 | 1C |
| Octal | 124 | 72 | 113 | 0 | 37 | 13 | 103 | 501 | 22 | 34 |
| Binary | 1010100 | 111010 | 1001011 | 0 | 11111 | 1011 | 1000011 | 101000001 | 10010 | 11100 |
Color Harmonies of #543A4B
Complementary color
Monochromatic Colors of #543A4B
Black with #543A4B
Text Example
Text Example
White with #543A4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #543A4B; }
p { color: rgb(84,58,75); }
H1.HeaderClassName
{
color: #543A4B;
}
.AnyTagClassName
{
color: #543A4B;
}
</style>
background-color css
<style>
a { background-color: #543A4B; }
a { background-color: rgb(84,58,75); }
div.DivClassName
{
background-color: #543A4B;
}
.BgClassName
{
background-color: #543A4B;
}
</style>
border-color css
<style>
span { border-color: #543A4B; }
span { border-color: rgb(84,58,75); }
td.TdClassName
{
border-color: #543A4B;
}
.TagClassName
{
border-color: #543A4B;
}
</style>