#543452

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

Shades of Purple Taupe #543452

Tints of Purple Taupe #543452

Color information

#543452 (or 0x543452) is unknown color: approx Purple Taupe. HEX triplet: 54, 34 and 52. RGB value is (84,52,82). Sum of RGB (Red+Green+Blue) = 84+52+82=218 (28% of max value = 765). Red value is 84 (33.20% from 255 or 38.53% from 218); Green value is 52 (20.70% from 255 or 23.85% from 218); Blue value is 82 (32.42% from 255 or 37.61% from 218); Max value from RGB is 84 - color contains mainly: red. Hex color #543452 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #543452 is #ABCBAD. Grayscale: #404040. Windows color (decimal): -11258798 or 5387348. OLE color: 5387348.

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

Color convert

RGB845282-
CMYK00.380.020.67
HSL303.75º23.53%26.67%-
HSV(B)303.75º38.1%32.94%-
XYZ6.414.958.6-
YUV64.99137.6141.56-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 38.53%
GREEN value IS 52 (20.70% from 255) = 23.85%
BLUE value IS 82 (32.42% from 255) = 37.61%
R=38.53%
G=23.85%
B=37.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.02
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84528200.380.020.67303.7523.5326.67
Hex543452026243130181b
Octal1246412204621034603033
Binary1010100110100101001001001101010000111001100001100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #543452

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #543452; }

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

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

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

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

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

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

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

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