#50474D

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

Shades of Purple Taupe #50474D

Tints of Purple Taupe #50474D

Color information

#50474D (or 0x50474D) is unknown color: approx Purple Taupe. HEX triplet: 50, 47 and 4D. RGB value is (80,71,77). Sum of RGB (Red+Green+Blue) = 80+71+77=228 (30% of max value = 765). Red value is 80 (31.64% from 255 or 35.09% from 228); Green value is 71 (28.12% from 255 or 31.14% from 228); Blue value is 77 (30.47% from 255 or 33.77% from 228); Max value from RGB is 80 - color contains mainly: red. Hex color #50474D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #50474D is #AFB8B2. Grayscale: #4A4A4A. Windows color (decimal): -11516083 or 5064528. OLE color: 5064528.

HSL color Cylindrical-coordinate representation of color #50474D: hue angle of 320º 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 #50474D is Cyan = 0, Magento = 0.11, Yellow = 0.04 and Black (K on CMYK) = 0.69.

Color convert

RGB807177-
CMYK00.110.040.69
HSL320º5.96%29.61%-
HSV(B)320º11.25%31.37%-
XYZ6.96.757.96-
YUV74.38129.48132.01-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 35.09%
GREEN value IS 71 (28.12% from 255) = 31.14%
BLUE value IS 77 (30.47% from 255) = 33.77%
R=35.09%
G=31.14%
B=33.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.04
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80717700.110.040.693205.9629.61
Hex50474D0B44514061e
Octal1201071150134105500636
Binary10100001000111100110101011100100010110100000011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50474D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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