Html Css Color HEX #50434E Purple Taupe

📋 copy color: '#50434E'

red 80 ◦ green 67 ◦ blue 78

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

Shades of Purple Taupe #50434E

Tints of Purple Taupe #50434E

RGB

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

 GREEN value IS 67 (26.56% from 255) = 29.78%

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

R = 35.56%
G = 29.78%
B = 34.67%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.02

 K value IS 0.69

RGB Variations

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

Color information

#50434E (or 0x50434E) is known color: Purple Taupe. HEX triplet: 50, 43 and 4E. RGB value is (80,67,78). Sum of RGB (Red+Green+Blue) = 80+67+78=225 (29% of max value = 765). Red value is 80 (31.64% from 255 or 35.56% from 225); Green value is 67 (26.56% from 255 or 29.78% from 225); Blue value is 78 (30.86% from 255 or 34.67% from 225); Max value from RGB is 80 - color contains mainly: red. Hex color #50434E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #50434E is #AFBCB1. Grayscale: #484848. Windows color (decimal): -11517106 or 5129040. OLE color: 5129040.

HSL color Cylindrical-coordinate representation of color #50434E: hue angle of 309.23º degrees, saturation: 0.09, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #50434E is Cyan = 0, Magento = 0.16, Yellow = 0.02 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 67 78 -
CMYK 0 0.16 0.02 0.69
HSL 309.23º 0.09% 0.29% -
HSV(B) 309.23º 0.16% 0.31% -
XYZ 6.69 6.27 8.07 -
YUV 72.14 131.31 133.61 -
System Red Green Blue C M Y K H S L
Decimal 80 67 78 0 0.16 0.02 0.69 309.23 0.09 0.29
Hex 50 43 4E 0 10 2 45 135 9 1D
Octal 120 103 116 0 20 2 105 465 11 35
Binary 1010000 1000011 1001110 0 10000 10 1000101 100110101 1001 11101

Color Harmonies of #50434E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50434E

Black with #50434E

Text Example


Text Example

White with #50434E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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