#543B53

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

Shades of Purple Taupe #543B53

Tints of Purple Taupe #543B53

Color information

#543B53 (or 0x543B53) is unknown color: approx Purple Taupe. HEX triplet: 54, 3B and 53. RGB value is (84,59,83). Sum of RGB (Red+Green+Blue) = 84+59+83=226 (29% of max value = 765). Red value is 84 (33.20% from 255 or 37.17% from 226); Green value is 59 (23.44% from 255 or 26.11% from 226); Blue value is 83 (32.81% from 255 or 36.73% from 226); Max value from RGB is 84 - color contains mainly: red. Hex color #543B53 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #543B53 is #ABC4AC. Grayscale: #454545. Windows color (decimal): -11257005 or 5454676. OLE color: 5454676.

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

Color convert

RGB845983-
CMYK00.300.010.67
HSL302.4º17.48%28.04%-
HSV(B)302.4º29.76%32.94%-
XYZ6.785.648.91-
YUV69.21135.78138.55-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 37.17%
GREEN value IS 59 (23.44% from 255) = 26.11%
BLUE value IS 83 (32.81% from 255) = 36.73%
R=37.17%
G=26.11%
B=36.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.01
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84598300.300.010.67302.417.4828.04
Hex543B5301E14312e111c
Octal1247312303611034562134
Binary10101001110111010011011110110000111001011101000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #543B53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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