Html Css Color HEX #543F4D Purple Taupe

📋 copy color: '#543F4D'

red 84 ◦ green 63 ◦ blue 77

#543F4D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Purple Taupe #543F4D

Tints of Purple Taupe #543F4D

RGB

 RED value IS 84 (33.2% from 255) = 37.5%

 GREEN value IS 63 (25% from 255) = 28.13%

 BLUE value IS 77 (30.47% from 255) = 34.38%

R = 37.5%
G = 28.13%
B = 34.38%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.08

 K value IS 0.67

RGB Variations

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

Color information

#543F4D (or 0x543F4D) is known color: Purple Taupe. HEX triplet: 54, 3F and 4D. RGB value is (84,63,77). Sum of RGB (Red+Green+Blue) = 84+63+77=224 (29% of max value = 765). Red value is 84 (33.20% from 255 or 37.5% from 224); Green value is 63 (25% from 255 or 28.12% from 224); Blue value is 77 (30.47% from 255 or 34.38% from 224); Max value from RGB is 84 - color contains mainly: red. Hex color #543F4D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #543F4D is #ABC0B2. Grayscale: #464646. Windows color (decimal): -11255987 or 5062484. OLE color: 5062484.

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

Color convert

RGB 84 63 77 -
CMYK 0 0.25 0.08 0.67
HSL 320º 0.14% 0.29% -
HSV(B) 320º 0.25% 0.33% -
XYZ 6.77 5.98 7.82 -
YUV 70.88 131.46 137.36 -
System Red Green Blue C M Y K H S L
Decimal 84 63 77 0 0.25 0.08 0.67 320 0.14 0.29
Hex 54 3F 4D 0 19 8 43 140 E 1D
Octal 124 77 115 0 31 10 103 500 16 35
Binary 1010100 111111 1001101 0 11001 1000 1000011 101000000 1110 11101

Color Harmonies of #543F4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #543F4D

Black with #543F4D

Text Example


Text Example

White with #543F4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,63,77); }

 H1.HeaderClassName
 {
   color: #543F4D;
 }
 .AnyTagClassName
 {
   color: #543F4D;
 }
</style>

background-color css

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

 a { background-color: rgb(84,63,77); }

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

border-color css

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

 span { border-color: rgb(84,63,77); }

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