Html Css Color HEX #50494E Purple Taupe

📋 copy color: '#50494E'

red 80 ◦ green 73 ◦ blue 78

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

Shades of Purple Taupe #50494E

Tints of Purple Taupe #50494E

RGB

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

 GREEN value IS 73 (28.91% from 255) = 31.6%

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

R = 34.63%
G = 31.6%
B = 33.77%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.02

 K value IS 0.69

RGB Variations

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

Color information

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

RGB 80 73 78 -
CMYK 0 0.09 0.02 0.69
HSL 317.14º 0.05% 0.3% -
HSV(B) 317.14º 0.09% 0.31% -
XYZ 7.07 7.02 8.19 -
YUV 75.66 129.32 131.09 -
System Red Green Blue C M Y K H S L
Decimal 80 73 78 0 0.09 0.02 0.69 317.14 0.05 0.3
Hex 50 49 4E 0 9 2 45 13D 5 1E
Octal 120 111 116 0 11 2 105 475 5 36
Binary 1010000 1001001 1001110 0 1001 10 1000101 100111101 101 11110

Color Harmonies of #50494E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50494E

Black with #50494E

Text Example


Text Example

White with #50494E

Text Example


Text Example

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