Html Css Color HEX #50494F Purple Taupe

📋 copy color: '#50494F'

red 80 ◦ green 73 ◦ blue 79

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

Shades of Purple Taupe #50494F

Tints of Purple Taupe #50494F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 34.05%

R = 34.48%
G = 31.47%
B = 34.05%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.01

 K value IS 0.69

RGB Variations

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

Color information

#50494F (or 0x50494F) is known color: Purple Taupe. HEX triplet: 50, 49 and 4F. RGB value is (80,73,79). Sum of RGB (Red+Green+Blue) = 80+73+79=232 (30% of max value = 765). Red value is 80 (31.64% from 255 or 34.48% from 232); Green value is 73 (28.91% from 255 or 31.47% from 232); Blue value is 79 (31.25% from 255 or 34.05% from 232); Max value from RGB is 80 - color contains mainly: red. Hex color #50494F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #50494F is #AFB6B0. Grayscale: #4B4B4B. Windows color (decimal): -11515569 or 5196112. OLE color: 5196112.

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

Color convert

RGB 80 73 79 -
CMYK 0 0.09 0.01 0.69
HSL 308.57º 0.05% 0.3% -
HSV(B) 308.57º 0.09% 0.31% -
XYZ 7.1 7.04 8.38 -
YUV 75.78 129.82 131.01 -
System Red Green Blue C M Y K H S L
Decimal 80 73 79 0 0.09 0.01 0.69 308.57 0.05 0.3
Hex 50 49 4F 0 9 1 45 135 5 1E
Octal 120 111 117 0 11 1 105 465 5 36
Binary 1010000 1001001 1001111 0 1001 1 1000101 100110101 101 11110

Color Harmonies of #50494F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50494F

Black with #50494F

Text Example


Text Example

White with #50494F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #50494F;
 }
 .AnyTagClassName
 {
   color: #50494F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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