Html Css Color HEX #543F52 Purple Taupe

📋 copy color: '#543F52'

red 84 ◦ green 63 ◦ blue 82

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

Shades of Purple Taupe #543F52

Tints of Purple Taupe #543F52

RGB

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

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

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

R = 36.68%
G = 27.51%
B = 35.81%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.02

 K value IS 0.67

RGB Variations

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

Color information

#543F52 (or 0x543F52) is known color: Purple Taupe. HEX triplet: 54, 3F and 52. RGB value is (84,63,82). Sum of RGB (Red+Green+Blue) = 84+63+82=229 (30% of max value = 765). Red value is 84 (33.20% from 255 or 36.68% from 229); Green value is 63 (25% from 255 or 27.51% from 229); Blue value is 82 (32.42% from 255 or 35.81% from 229); Max value from RGB is 84 - color contains mainly: red. Hex color #543F52 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #543F52 is #ABC0AD. Grayscale: #474747. Windows color (decimal): -11255982 or 5390164. OLE color: 5390164.

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

Color convert

RGB 84 63 82 -
CMYK 0 0.25 0.02 0.67
HSL 305.71º 0.14% 0.29% -
HSV(B) 305.71º 0.25% 0.33% -
XYZ 6.96 6.05 8.78 -
YUV 71.45 133.96 136.96 -
System Red Green Blue C M Y K H S L
Decimal 84 63 82 0 0.25 0.02 0.67 305.71 0.14 0.29
Hex 54 3F 52 0 19 2 43 132 E 1D
Octal 124 77 122 0 31 2 103 462 16 35
Binary 1010100 111111 1010010 0 11001 10 1000011 100110010 1110 11101

Color Harmonies of #543F52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #543F52

Black with #543F52

Text Example


Text Example

White with #543F52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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