Html Css Color HEX #50464F Purple Taupe

📋 copy color: '#50464F'

red 80 ◦ green 70 ◦ blue 79

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

Shades of Purple Taupe #50464F

Tints of Purple Taupe #50464F

RGB

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

 GREEN value IS 70 (27.73% from 255) = 30.57%

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

R = 34.93%
G = 30.57%
B = 34.5%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.01

 K value IS 0.69

RGB Variations

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

Color information

#50464F (or 0x50464F) is known color: Purple Taupe. HEX triplet: 50, 46 and 4F. RGB value is (80,70,79). Sum of RGB (Red+Green+Blue) = 80+70+79=229 (30% of max value = 765). Red value is 80 (31.64% from 255 or 34.93% from 229); Green value is 70 (27.73% from 255 or 30.57% from 229); Blue value is 79 (31.25% from 255 or 34.50% from 229); Max value from RGB is 80 - color contains mainly: red. Hex color #50464F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #50464F is #AFB9B0. Grayscale: #494949. Windows color (decimal): -11516337 or 5195344. OLE color: 5195344.

HSL color Cylindrical-coordinate representation of color #50464F: hue angle of 306º degrees, saturation: 0.07, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #50464F is Cyan = 0, Magento = 0.12, Yellow = 0.01 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 70 79 -
CMYK 0 0.12 0.01 0.69
HSL 306º 0.07% 0.29% -
HSV(B) 306º 0.13% 0.31% -
XYZ 6.91 6.65 8.32 -
YUV 74.02 130.81 132.27 -
System Red Green Blue C M Y K H S L
Decimal 80 70 79 0 0.12 0.01 0.69 306 0.07 0.29
Hex 50 46 4F 0 C 1 45 132 7 1D
Octal 120 106 117 0 14 1 105 462 7 35
Binary 1010000 1000110 1001111 0 1100 1 1000101 100110010 111 11101

Color Harmonies of #50464F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50464F

Black with #50464F

Text Example


Text Example

White with #50464F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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