#543852

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

Shades of Purple Taupe #543852

Tints of Purple Taupe #543852

Color information

#543852 (or 0x543852) is unknown color: approx Purple Taupe. HEX triplet: 54, 38 and 52. RGB value is (84,56,82). Sum of RGB (Red+Green+Blue) = 84+56+82=222 (29% of max value = 765). Red value is 84 (33.20% from 255 or 37.84% from 222); Green value is 56 (22.27% from 255 or 25.23% from 222); Blue value is 82 (32.42% from 255 or 36.94% from 222); Max value from RGB is 84 - color contains mainly: red. Hex color #543852 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #543852 is #ABC7AD. Grayscale: #434343. Windows color (decimal): -11257774 or 5388372. OLE color: 5388372.

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

Color convert

RGB845682-
CMYK00.330.020.67
HSL304.29º20%27.45%-
HSV(B)304.29º33.33%32.94%-
XYZ6.595.328.66-
YUV67.34136.28139.89-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 37.84%
GREEN value IS 56 (22.27% from 255) = 25.23%
BLUE value IS 82 (32.42% from 255) = 36.94%
R=37.84%
G=25.23%
B=36.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.02
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84568200.330.020.67304.292027.45
Hex543852021243130141b
Octal1247012204121034602433
Binary1010100111000101001001000011010000111001100001010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #543852

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #543852; }

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

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

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

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

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

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

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

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