Shades of Purple Taupe #543B4F
Tints of Purple Taupe #543B4F
RGB
CMYK
RGB Variations
Color information
#543B4F (or 0x543B4F) is known color: Purple Taupe. HEX triplet: 54, 3B and 4F. RGB value is (84,59,79). Sum of RGB (Red+Green+Blue) = 84+59+79=222 (29% of max value = 765). Red value is 84 (33.20% from 255 or 37.84% from 222); Green value is 59 (23.44% from 255 or 26.58% from 222); Blue value is 79 (31.25% from 255 or 35.59% from 222); Max value from RGB is 84 - color contains mainly: red. Hex color #543B4F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #543B4F is #ABC4B0. Grayscale: #444444. Windows color (decimal): -11257009 or 5192532. OLE color: 5192532.
HSL color Cylindrical-coordinate representation of color #543B4F: hue angle of 312º 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 #543B4F is Cyan = 0, Magento = 0.30, Yellow = 0.06 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 59 | 79 | - |
| CMYK | 0 | 0.30 | 0.06 | 0.67 |
| HSL | 312º | 0.17% | 0.28% | - |
| HSV(B) | 312º | 0.3% | 0.33% | - |
| XYZ | 6.63 | 5.58 | 8.12 | - |
| YUV | 68.76 | 133.78 | 138.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 59 | 79 | 0 | 0.30 | 0.06 | 0.67 | 312 | 0.17 | 0.28 |
| Hex | 54 | 3B | 4F | 0 | 1E | 6 | 43 | 138 | 11 | 1C |
| Octal | 124 | 73 | 117 | 0 | 36 | 6 | 103 | 470 | 21 | 34 |
| Binary | 1010100 | 111011 | 1001111 | 0 | 11110 | 110 | 1000011 | 100111000 | 10001 | 11100 |
Color Harmonies of #543B4F
Complementary color
Monochromatic Colors of #543B4F
Black with #543B4F
Text Example
Text Example
White with #543B4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #543B4F; }
p { color: rgb(84,59,79); }
H1.HeaderClassName
{
color: #543B4F;
}
.AnyTagClassName
{
color: #543B4F;
}
</style>
background-color css
<style>
a { background-color: #543B4F; }
a { background-color: rgb(84,59,79); }
div.DivClassName
{
background-color: #543B4F;
}
.BgClassName
{
background-color: #543B4F;
}
</style>
border-color css
<style>
span { border-color: #543B4F; }
span { border-color: rgb(84,59,79); }
td.TdClassName
{
border-color: #543B4F;
}
.TagClassName
{
border-color: #543B4F;
}
</style>