Shades of Purple Taupe #543E4F
Tints of Purple Taupe #543E4F
RGB
CMYK
RGB Variations
Color information
#543E4F (or 0x543E4F) is known color: Purple Taupe. HEX triplet: 54, 3E and 4F. RGB value is (84,62,79). Sum of RGB (Red+Green+Blue) = 84+62+79=225 (29% of max value = 765). Red value is 84 (33.20% from 255 or 37.33% from 225); Green value is 62 (24.61% from 255 or 27.56% from 225); Blue value is 79 (31.25% from 255 or 35.11% from 225); Max value from RGB is 84 - color contains mainly: red. Hex color #543E4F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #543E4F is #ABC1B0. Grayscale: #464646. Windows color (decimal): -11256241 or 5193300. OLE color: 5193300.
HSL color Cylindrical-coordinate representation of color #543E4F: hue angle of 313.64º degrees, saturation: 0.15, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #543E4F is Cyan = 0, Magento = 0.26, Yellow = 0.06 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 62 | 79 | - |
| CMYK | 0 | 0.26 | 0.06 | 0.67 |
| HSL | 313.64º | 0.15% | 0.29% | - |
| HSV(B) | 313.64º | 0.26% | 0.33% | - |
| XYZ | 6.79 | 5.89 | 8.18 | - |
| YUV | 70.52 | 132.79 | 137.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 62 | 79 | 0 | 0.26 | 0.06 | 0.67 | 313.64 | 0.15 | 0.29 |
| Hex | 54 | 3E | 4F | 0 | 1A | 6 | 43 | 13A | F | 1D |
| Octal | 124 | 76 | 117 | 0 | 32 | 6 | 103 | 472 | 17 | 35 |
| Binary | 1010100 | 111110 | 1001111 | 0 | 11010 | 110 | 1000011 | 100111010 | 1111 | 11101 |
Color Harmonies of #543E4F
Complementary color
Monochromatic Colors of #543E4F
Black with #543E4F
Text Example
Text Example
White with #543E4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #543E4F; }
p { color: rgb(84,62,79); }
H1.HeaderClassName
{
color: #543E4F;
}
.AnyTagClassName
{
color: #543E4F;
}
</style>
background-color css
<style>
a { background-color: #543E4F; }
a { background-color: rgb(84,62,79); }
div.DivClassName
{
background-color: #543E4F;
}
.BgClassName
{
background-color: #543E4F;
}
</style>
border-color css
<style>
span { border-color: #543E4F; }
span { border-color: rgb(84,62,79); }
td.TdClassName
{
border-color: #543E4F;
}
.TagClassName
{
border-color: #543E4F;
}
</style>