Html Css Color HEX #543E52 Purple Taupe

📋 copy color: '#543E52'

red 84 ◦ green 62 ◦ blue 82

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

Shades of Purple Taupe #543E52

Tints of Purple Taupe #543E52

RGB

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

 GREEN value IS 62 (24.61% from 255) = 27.19%

 BLUE value IS 82 (32.42% from 255) = 35.96%

R = 36.84%
G = 27.19%
B = 35.96%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.02

 K value IS 0.67

RGB Variations

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

Color information

#543E52 (or 0x543E52) is known color: Purple Taupe. HEX triplet: 54, 3E and 52. RGB value is (84,62,82). Sum of RGB (Red+Green+Blue) = 84+62+82=228 (30% of max value = 765). Red value is 84 (33.20% from 255 or 36.84% from 228); Green value is 62 (24.61% from 255 or 27.19% from 228); Blue value is 82 (32.42% from 255 or 35.96% from 228); Max value from RGB is 84 - color contains mainly: red. Hex color #543E52 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #543E52 is #ABC1AD. Grayscale: #464646. Windows color (decimal): -11256238 or 5389908. OLE color: 5389908.

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

Color convert

RGB 84 62 82 -
CMYK 0 0.26 0.02 0.67
HSL 305.45º 0.15% 0.29% -
HSV(B) 305.45º 0.26% 0.33% -
XYZ 6.9 5.94 8.77 -
YUV 70.86 134.29 137.37 -
System Red Green Blue C M Y K H S L
Decimal 84 62 82 0 0.26 0.02 0.67 305.45 0.15 0.29
Hex 54 3E 52 0 1A 2 43 131 F 1D
Octal 124 76 122 0 32 2 103 461 17 35
Binary 1010100 111110 1010010 0 11010 10 1000011 100110001 1111 11101

Color Harmonies of #543E52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #543E52

Black with #543E52

Text Example


Text Example

White with #543E52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,62,82); }

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

background-color css

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

 a { background-color: rgb(84,62,82); }

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

border-color css

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

 span { border-color: rgb(84,62,82); }

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