#543B4E

Color #543B4E Purple Taupe (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple Taupe #543B4E

Tints of Purple Taupe #543B4E

Color information

#543B4E (or 0x543B4E) is unknown color: approx Purple Taupe. HEX triplet: 54, 3B and 4E. RGB value is (84,59,78). Sum of RGB (Red+Green+Blue) = 84+59+78=221 (29% of max value = 765). Red value is 84 (33.20% from 255 or 38.01% from 221); Green value is 59 (23.44% from 255 or 26.70% from 221); Blue value is 78 (30.86% from 255 or 35.29% from 221); Max value from RGB is 84 - color contains mainly: red. Hex color #543B4E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #543B4E is #ABC4B1. Grayscale: #444444. Windows color (decimal): -11257010 or 5126996. OLE color: 5126996.

HSL color Cylindrical-coordinate representation of color #543B4E: hue angle of 314.4º 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 #543B4E is Cyan = 0, Magento = 0.30, Yellow = 0.07 and Black (K on CMYK) = 0.67.

Color convert

RGB845978-
CMYK00.300.070.67
HSL314.4º17.48%28.04%-
HSV(B)314.4º29.76%32.94%-
XYZ6.65.567.93-
YUV68.64133.28138.96-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 84 (33.20% from 255) = 38.01%
GREEN value IS 59 (23.44% from 255) = 26.70%
BLUE value IS 78 (30.86% from 255) = 35.29%
R=38.01%
G=26.70%
B=35.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.07
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84597800.300.070.67314.417.4828.04
Hex543B4E01E74313a111c
Octal1247311603671034722134
Binary1010100111011100111001111011110000111001110101000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #543B4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #543B4E; }

 p { color: rgb(84,59,78); }

 H1.HeaderClassName
 {
   color: #543B4E;
 }
 .AnyTagClassName
 {
   color: #543B4E;
 }
</style>
background-color css

<style>
 a { background-color: #543B4E; }

 a { background-color: rgb(84,59,78); }

 div.DivClassName
 {
   background-color: #543B4E;
 }
 .BgClassName
 {
   background-color: #543B4E;
 }
</style>
border-color css

<style>
 span { border-color: #543B4E; }

 span { border-color: rgb(84,59,78); }

 td.TdClassName
 {
   border-color: #543B4E;
 }
 .TagClassName
 {
   border-color: #543B4E;
 }
</style>