#543A4A

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

Shades of Purple Taupe #543A4A

Tints of Purple Taupe #543A4A

Color information

#543A4A (or 0x543A4A) is unknown color: approx Purple Taupe. HEX triplet: 54, 3A and 4A. RGB value is (84,58,74). Sum of RGB (Red+Green+Blue) = 84+58+74=216 (28% of max value = 765). Red value is 84 (33.20% from 255 or 38.89% from 216); Green value is 58 (23.05% from 255 or 26.85% from 216); Blue value is 74 (29.30% from 255 or 34.26% from 216); Max value from RGB is 84 - color contains mainly: red. Hex color #543A4A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #543A4A is #ABC5B5. Grayscale: #434343. Windows color (decimal): -11257270 or 4864596. OLE color: 4864596.

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

Color convert

RGB845874-
CMYK00.310.120.67
HSL323.08º18.31%27.84%-
HSV(B)323.08º30.95%32.94%-
XYZ6.415.417.18-
YUV67.6131.61139.7-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 38.89%
GREEN value IS 58 (23.05% from 255) = 26.85%
BLUE value IS 74 (29.30% from 255) = 34.26%
R=38.89%
G=26.85%
B=34.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.12
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84587400.310.120.67323.0818.3127.84
Hex543A4A01FC43143121c
Octal12472112037141035032234
Binary10101001110101001010011111110010000111010000111001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #543A4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,58,74); }

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

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

 a { background-color: rgb(84,58,74); }

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

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

 span { border-color: rgb(84,58,74); }

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