#50474E

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

Shades of Purple Taupe #50474E

Tints of Purple Taupe #50474E

Color information

#50474E (or 0x50474E) is unknown color: approx Purple Taupe. HEX triplet: 50, 47 and 4E. RGB value is (80,71,78). Sum of RGB (Red+Green+Blue) = 80+71+78=229 (30% of max value = 765). Red value is 80 (31.64% from 255 or 34.93% from 229); Green value is 71 (28.12% from 255 or 31.00% from 229); Blue value is 78 (30.86% from 255 or 34.06% from 229); Max value from RGB is 80 - color contains mainly: red. Hex color #50474E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #50474E is #AFB8B1. Grayscale: #4A4A4A. Windows color (decimal): -11516082 or 5130064. OLE color: 5130064.

HSL color Cylindrical-coordinate representation of color #50474E: hue angle of 313.33º degrees, saturation: 0.06, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #50474E is Cyan = 0, Magento = 0.11, Yellow = 0.02 and Black (K on CMYK) = 0.69.

Color convert

RGB807178-
CMYK00.110.020.69
HSL313.33º5.96%29.61%-
HSV(B)313.33º11.25%31.37%-
XYZ6.946.768.15-
YUV74.49129.98131.93-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 34.93%
GREEN value IS 71 (28.12% from 255) = 31.00%
BLUE value IS 78 (30.86% from 255) = 34.06%
R=34.93%
G=31.00%
B=34.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.02
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80717800.110.020.69313.335.9629.61
Hex50474E0B24513961e
Octal1201071160132105471636
Binary1010000100011110011100101110100010110011100111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50474E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50474E; }

 p { color: rgb(80,71,78); }

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

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

 a { background-color: rgb(80,71,78); }

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

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

 span { border-color: rgb(80,71,78); }

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