#50374E

Color #50374E Purple Taupe (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple Taupe #50374E

Tints of Purple Taupe #50374E

Color information

#50374E (or 0x50374E) is unknown color: approx Purple Taupe. HEX triplet: 50, 37 and 4E. RGB value is (80,55,78). Sum of RGB (Red+Green+Blue) = 80+55+78=213 (28% of max value = 765). Red value is 80 (31.64% from 255 or 37.56% from 213); Green value is 55 (21.88% from 255 or 25.82% from 213); Blue value is 78 (30.86% from 255 or 36.62% from 213); Max value from RGB is 80 - color contains mainly: red. Hex color #50374E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #50374E is #AFC8B1. Grayscale: #414141. Windows color (decimal): -11520178 or 5125968. OLE color: 5125968.

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

Color convert

RGB805578-
CMYK00.310.020.69
HSL304.8º18.52%26.47%-
HSV(B)304.8º31.25%31.37%-
XYZ6.054.997.85-
YUV65.1135.28138.63-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 37.56%
GREEN value IS 55 (21.88% from 255) = 25.82%
BLUE value IS 78 (30.86% from 255) = 36.62%
R=37.56%
G=25.82%
B=36.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.02
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80557800.310.020.69304.818.5226.47
Hex50374E01F245131131a
Octal1206711603721054612332
Binary101000011011110011100111111010001011001100011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50374E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #50374E;
 }
 .AnyTagClassName
 {
   color: #50374E;
 }
</style>
background-color css

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

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

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

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

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

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