Html Css Color HEX #50404E Purple Taupe

📋 copy color: '#50404E'

red 80 ◦ green 64 ◦ blue 78

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

Shades of Purple Taupe #50404E

Tints of Purple Taupe #50404E

RGB

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

 GREEN value IS 64 (25.39% from 255) = 28.83%

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

R = 36.04%
G = 28.83%
B = 35.14%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.02

 K value IS 0.69

RGB Variations

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

Color information

#50404E (or 0x50404E) is known color: Purple Taupe. HEX triplet: 50, 40 and 4E. RGB value is (80,64,78). Sum of RGB (Red+Green+Blue) = 80+64+78=222 (29% of max value = 765). Red value is 80 (31.64% from 255 or 36.04% from 222); Green value is 64 (25.39% from 255 or 28.83% from 222); Blue value is 78 (30.86% from 255 or 35.14% from 222); Max value from RGB is 80 - color contains mainly: red. Hex color #50404E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #50404E is #AFBFB1. Grayscale: #464646. Windows color (decimal): -11517874 or 5128272. OLE color: 5128272.

HSL color Cylindrical-coordinate representation of color #50404E: hue angle of 307.5º degrees, saturation: 0.11, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #50404E is Cyan = 0, Magento = 0.20, Yellow = 0.02 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 64 78 -
CMYK 0 0.20 0.02 0.69
HSL 307.5º 0.11% 0.28% -
HSV(B) 307.5º 0.2% 0.31% -
XYZ 6.52 5.92 8.01 -
YUV 70.38 132.3 134.86 -
System Red Green Blue C M Y K H S L
Decimal 80 64 78 0 0.20 0.02 0.69 307.5 0.11 0.28
Hex 50 40 4E 0 14 2 45 134 B 1C
Octal 120 100 116 0 24 2 105 464 13 34
Binary 1010000 1000000 1001110 0 10100 10 1000101 100110100 1011 11100

Color Harmonies of #50404E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50404E

Black with #50404E

Text Example


Text Example

White with #50404E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #50404E;
 }
 .AnyTagClassName
 {
   color: #50404E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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