#543C53

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

Shades of Purple Taupe #543C53

Tints of Purple Taupe #543C53

Color information

#543C53 (or 0x543C53) is unknown color: approx Purple Taupe. HEX triplet: 54, 3C and 53. RGB value is (84,60,83). Sum of RGB (Red+Green+Blue) = 84+60+83=227 (30% of max value = 765). Red value is 84 (33.20% from 255 or 37.00% from 227); Green value is 60 (23.83% from 255 or 26.43% from 227); Blue value is 83 (32.81% from 255 or 36.56% from 227); Max value from RGB is 84 - color contains mainly: red. Hex color #543C53 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #543C53 is #ABC3AC. Grayscale: #454545. Windows color (decimal): -11256749 or 5454932. OLE color: 5454932.

HSL color Cylindrical-coordinate representation of color #543C53: hue angle of 302.5º degrees, saturation: 0.17, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #543C53 is Cyan = 0, Magento = 0.29, Yellow = 0.01 and Black (K on CMYK) = 0.67.

Color convert

RGB846083-
CMYK00.290.010.67
HSL302.5º16.67%28.24%-
HSV(B)302.5º28.57%32.94%-
XYZ6.835.748.93-
YUV69.8135.45138.13-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 37.00%
GREEN value IS 60 (23.83% from 255) = 26.43%
BLUE value IS 83 (32.81% from 255) = 36.56%
R=37.00%
G=26.43%
B=36.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.01
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84608300.290.010.67302.516.6728.24
Hex543C5301D14312e111c
Octal1247412303511034562134
Binary10101001111001010011011101110000111001011101000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #543C53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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