#543A4F

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

Shades of Purple Taupe #543A4F

Tints of Purple Taupe #543A4F

Color information

#543A4F (or 0x543A4F) is unknown color: approx Purple Taupe. HEX triplet: 54, 3A and 4F. RGB value is (84,58,79). Sum of RGB (Red+Green+Blue) = 84+58+79=221 (29% of max value = 765). Red value is 84 (33.20% from 255 or 38.01% from 221); Green value is 58 (23.05% from 255 or 26.24% from 221); Blue value is 79 (31.25% from 255 or 35.75% from 221); Max value from RGB is 84 - color contains mainly: red. Hex color #543A4F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #543A4F is #ABC5B0. Grayscale: #444444. Windows color (decimal): -11257265 or 5192276. OLE color: 5192276.

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

Color convert

RGB845879-
CMYK00.310.060.67
HSL311.54º18.31%27.84%-
HSV(B)311.54º30.95%32.94%-
XYZ6.585.488.11-
YUV68.17134.11139.29-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 38.01%
GREEN value IS 58 (23.05% from 255) = 26.24%
BLUE value IS 79 (31.25% from 255) = 35.75%
R=38.01%
G=26.24%
B=35.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.06
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84587900.310.060.67311.5418.3127.84
Hex543A4F01F643138121c
Octal1247211703761034702234
Binary1010100111010100111101111111010000111001110001001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #543A4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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