Shades of Purple Taupe #543A50
Tints of Purple Taupe #543A50
RGB
CMYK
RGB Variations
Color information
#543A50 (or 0x543A50) is known color: Purple Taupe. HEX triplet: 54, 3A and 50. RGB value is (84,58,80). Sum of RGB (Red+Green+Blue) = 84+58+80=222 (29% of max value = 765). Red value is 84 (33.20% from 255 or 37.84% from 222); Green value is 58 (23.05% from 255 or 26.13% from 222); Blue value is 80 (31.64% from 255 or 36.04% from 222); Max value from RGB is 84 - color contains mainly: red. Hex color #543A50 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #543A50 is #ABC5AF. Grayscale: #444444. Windows color (decimal): -11257264 or 5257812. OLE color: 5257812.
HSL color Cylindrical-coordinate representation of color #543A50: hue angle of 309.23º 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 #543A50 is Cyan = 0, Magento = 0.31, Yellow = 0.05 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 58 | 80 | - |
| CMYK | 0 | 0.31 | 0.05 | 0.67 |
| HSL | 309.23º | 0.18% | 0.28% | - |
| HSV(B) | 309.23º | 0.31% | 0.33% | - |
| XYZ | 6.62 | 5.49 | 8.3 | - |
| YUV | 68.28 | 134.61 | 139.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 58 | 80 | 0 | 0.31 | 0.05 | 0.67 | 309.23 | 0.18 | 0.28 |
| Hex | 54 | 3A | 50 | 0 | 1F | 5 | 43 | 135 | 12 | 1C |
| Octal | 124 | 72 | 120 | 0 | 37 | 5 | 103 | 465 | 22 | 34 |
| Binary | 1010100 | 111010 | 1010000 | 0 | 11111 | 101 | 1000011 | 100110101 | 10010 | 11100 |
Color Harmonies of #543A50
Complementary color
Monochromatic Colors of #543A50
Black with #543A50
Text Example
Text Example
White with #543A50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #543A50; }
p { color: rgb(84,58,80); }
H1.HeaderClassName
{
color: #543A50;
}
.AnyTagClassName
{
color: #543A50;
}
</style>
background-color css
<style>
a { background-color: #543A50; }
a { background-color: rgb(84,58,80); }
div.DivClassName
{
background-color: #543A50;
}
.BgClassName
{
background-color: #543A50;
}
</style>
border-color css
<style>
span { border-color: #543A50; }
span { border-color: rgb(84,58,80); }
td.TdClassName
{
border-color: #543A50;
}
.TagClassName
{
border-color: #543A50;
}
</style>