#50494E

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

Shades of Purple Taupe #50494E

Tints of Purple Taupe #50494E

Color information

#50494E (or 0x50494E) is unknown color: approx Purple Taupe. HEX triplet: 50, 49 and 4E. RGB value is (80,73,78). Sum of RGB (Red+Green+Blue) = 80+73+78=231 (30% of max value = 765). Red value is 80 (31.64% from 255 or 34.63% from 231); Green value is 73 (28.91% from 255 or 31.60% from 231); Blue value is 78 (30.86% from 255 or 33.77% from 231); Max value from RGB is 80 - color contains mainly: red. Hex color #50494E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #50494E is #AFB6B1. Grayscale: #4B4B4B. Windows color (decimal): -11515570 or 5130576. OLE color: 5130576.

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

Color convert

RGB807378-
CMYK00.090.020.69
HSL317.14º4.58%30%-
HSV(B)317.14º8.75%31.37%-
XYZ7.077.028.19-
YUV75.66129.32131.09-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 34.63%
GREEN value IS 73 (28.91% from 255) = 31.60%
BLUE value IS 78 (30.86% from 255) = 33.77%
R=34.63%
G=31.60%
B=33.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.02
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80737800.090.020.69317.144.5830
Hex50494E0924513d51e
Octal1201111160112105475536
Binary1010000100100110011100100110100010110011110110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50494E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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