Html Css Color HEX #50474F Purple Taupe

📋 copy color: '#50474F'

red 80 ◦ green 71 ◦ blue 79

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

Shades of Purple Taupe #50474F

Tints of Purple Taupe #50474F

RGB

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

 GREEN value IS 71 (28.13% 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 value IS 0

 M value IS 0.11

 Y value IS 0.01

 K value IS 0.69

RGB Variations

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

Color information

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

RGB 80 71 79 -
CMYK 0 0.11 0.01 0.69
HSL 306.67º 0.06% 0.3% -
HSV(B) 306.67º 0.11% 0.31% -
XYZ 6.97 6.78 8.34 -
YUV 74.6 130.48 131.85 -
System Red Green Blue C M Y K H S L
Decimal 80 71 79 0 0.11 0.01 0.69 306.67 0.06 0.3
Hex 50 47 4F 0 B 1 45 133 6 1E
Octal 120 107 117 0 13 1 105 463 6 36
Binary 1010000 1000111 1001111 0 1011 1 1000101 100110011 110 11110

Color Harmonies of #50474F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50474F

Black with #50474F

Text Example


Text Example

White with #50474F

Text Example


Text Example

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