#50474F

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

Shades of Purple Taupe #50474F

Tints of Purple Taupe #50474F

Color information

#50474F (or 0x50474F) is unknown color: approx Purple Taupe. HEX triplet: 50, 47 and 4F. RGB value is (80,71,79). Sum of RGB (Red+Green+Blue) = 80+71+79=230 (30% of max value = 765). Red value is 80 (31.64% from 255 or 34.78% from 230); Green value is 71 (28.12% from 255 or 30.87% from 230); Blue value is 79 (31.25% from 255 or 34.35% from 230); Max value from RGB is 80 - color contains mainly: red. Hex color #50474F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #50474F is #AFB8B0. Grayscale: #4A4A4A. Windows color (decimal): -11516081 or 5195600. OLE color: 5195600.

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

Color convert

RGB807179-
CMYK00.110.010.69
HSL306.67º5.96%29.61%-
HSV(B)306.67º11.25%31.37%-
XYZ6.976.788.34-
YUV74.6130.48131.85-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 34.78%
GREEN value IS 71 (28.12% from 255) = 30.87%
BLUE value IS 79 (31.25% from 255) = 34.35%
R=34.78%
G=30.87%
B=34.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.01
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80717900.110.010.69306.675.9629.61
Hex50474F0B14513361e
Octal1201071170131105463636
Binary101000010001111001111010111100010110011001111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50474F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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