Html Css Color HEX #50474E Purple Taupe

📋 copy color: '#50474E'

red 80 ◦ green 71 ◦ blue 78

#50474E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Purple Taupe #50474E

Tints of Purple Taupe #50474E

RGB

 RED value IS 80 (31.64% from 255) = 34.93%

 GREEN value IS 71 (28.13% from 255) = 31%

 BLUE value IS 78 (30.86% from 255) = 34.06%

R = 34.93%
G = 31%
B = 34.06%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.02

 K value IS 0.69

RGB Variations

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

Color information

#50474E (or 0x50474E) is known color: 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

RGB 80 71 78 -
CMYK 0 0.11 0.02 0.69
HSL 313.33º 0.06% 0.3% -
HSV(B) 313.33º 0.11% 0.31% -
XYZ 6.94 6.76 8.15 -
YUV 74.49 129.98 131.93 -
System Red Green Blue C M Y K H S L
Decimal 80 71 78 0 0.11 0.02 0.69 313.33 0.06 0.3
Hex 50 47 4E 0 B 2 45 139 6 1E
Octal 120 107 116 0 13 2 105 471 6 36
Binary 1010000 1000111 1001110 0 1011 10 1000101 100111001 110 11110

Color Harmonies of #50474E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50474E

Black with #50474E

Text Example


Text Example

White with #50474E

Text Example


Text Example

HTML Codes & Css Web 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>