Html Css Color HEX #50484F Purple Taupe

📋 copy color: '#50484F'

red 80 ◦ green 72 ◦ blue 79

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

Shades of Purple Taupe #50484F

Tints of Purple Taupe #50484F

RGB

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

 GREEN value IS 72 (28.52% from 255) = 31.17%

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

R = 34.63%
G = 31.17%
B = 34.2%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.01

 K value IS 0.69

RGB Variations

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

Color information

#50484F (or 0x50484F) is known color: Purple Taupe. HEX triplet: 50, 48 and 4F. RGB value is (80,72,79). Sum of RGB (Red+Green+Blue) = 80+72+79=231 (30% of max value = 765). Red value is 80 (31.64% from 255 or 34.63% from 231); Green value is 72 (28.52% from 255 or 31.17% from 231); Blue value is 79 (31.25% from 255 or 34.20% from 231); Max value from RGB is 80 - color contains mainly: red. Hex color #50484F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #50484F is #AFB7B0. Grayscale: #4B4B4B. Windows color (decimal): -11515825 or 5195856. OLE color: 5195856.

HSL color Cylindrical-coordinate representation of color #50484F: hue angle of 307.5º degrees, saturation: 0.05, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #50484F is Cyan = 0, Magento = 0.10, Yellow = 0.01 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 72 79 -
CMYK 0 0.10 0.01 0.69
HSL 307.5º 0.05% 0.3% -
HSV(B) 307.5º 0.1% 0.31% -
XYZ 7.04 6.9 8.36 -
YUV 75.19 130.15 131.43 -
System Red Green Blue C M Y K H S L
Decimal 80 72 79 0 0.10 0.01 0.69 307.5 0.05 0.3
Hex 50 48 4F 0 A 1 45 134 5 1E
Octal 120 110 117 0 12 1 105 464 5 36
Binary 1010000 1001000 1001111 0 1010 1 1000101 100110100 101 11110

Color Harmonies of #50484F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50484F

Black with #50484F

Text Example


Text Example

White with #50484F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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