Html Css Color HEX #543552 Purple Taupe

📋 copy color: '#543552'

red 84 ◦ green 53 ◦ blue 82

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

Shades of Purple Taupe #543552

Tints of Purple Taupe #543552

RGB

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

 GREEN value IS 53 (21.09% from 255) = 24.2%

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

R = 38.36%
G = 24.2%
B = 37.44%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.02

 K value IS 0.67

RGB Variations

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

Color information

#543552 (or 0x543552) is known color: Purple Taupe. HEX triplet: 54, 35 and 52. RGB value is (84,53,82). Sum of RGB (Red+Green+Blue) = 84+53+82=219 (29% of max value = 765). Red value is 84 (33.20% from 255 or 38.36% from 219); Green value is 53 (21.09% from 255 or 24.20% from 219); Blue value is 82 (32.42% from 255 or 37.44% from 219); Max value from RGB is 84 - color contains mainly: red. Hex color #543552 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #543552 is #ABCAAD. Grayscale: #414141. Windows color (decimal): -11258542 or 5387604. OLE color: 5387604.

HSL color Cylindrical-coordinate representation of color #543552: hue angle of 303.87º degrees, saturation: 0.23, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #543552 is Cyan = 0, Magento = 0.37, Yellow = 0.02 and Black (K on CMYK) = 0.67.

Color convert

RGB 84 53 82 -
CMYK 0 0.37 0.02 0.67
HSL 303.87º 0.23% 0.27% -
HSV(B) 303.87º 0.37% 0.33% -
XYZ 6.45 5.04 8.62 -
YUV 65.58 137.27 141.14 -
System Red Green Blue C M Y K H S L
Decimal 84 53 82 0 0.37 0.02 0.67 303.87 0.23 0.27
Hex 54 35 52 0 25 2 43 130 17 1B
Octal 124 65 122 0 45 2 103 460 27 33
Binary 1010100 110101 1010010 0 100101 10 1000011 100110000 10111 11011

Color Harmonies of #543552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #543552

Black with #543552

Text Example


Text Example

White with #543552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #543552; }

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

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

background-color css

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

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

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

border-color css

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

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

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