#543451

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

Shades of Purple Taupe #543451

Tints of Purple Taupe #543451

Color information

#543451 (or 0x543451) is unknown color: approx Purple Taupe. HEX triplet: 54, 34 and 51. RGB value is (84,52,81). Sum of RGB (Red+Green+Blue) = 84+52+81=217 (28% of max value = 765). Red value is 84 (33.20% from 255 or 38.71% from 217); Green value is 52 (20.70% from 255 or 23.96% from 217); Blue value is 81 (32.03% from 255 or 37.33% from 217); Max value from RGB is 84 - color contains mainly: red. Hex color #543451 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #543451 is #ABCBAE. Grayscale: #404040. Windows color (decimal): -11258799 or 5321812. OLE color: 5321812.

HSL color Cylindrical-coordinate representation of color #543451: hue angle of 305.62º 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 #543451 is Cyan = 0, Magento = 0.38, Yellow = 0.04 and Black (K on CMYK) = 0.67.

Color convert

RGB845281-
CMYK00.380.040.67
HSL305.62º23.53%26.67%-
HSV(B)305.62º38.1%32.94%-
XYZ6.374.938.4-
YUV64.87137.1141.64-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 38.71%
GREEN value IS 52 (20.70% from 255) = 23.96%
BLUE value IS 81 (32.03% from 255) = 37.33%
R=38.71%
G=23.96%
B=37.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.04
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84528100.380.040.67305.6223.5326.67
Hex543451026443132181b
Octal1246412104641034623033
Binary10101001101001010001010011010010000111001100101100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #543451

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #543451; }

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

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

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

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

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

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

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

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