#50414D

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

Shades of Purple Taupe #50414D

Tints of Purple Taupe #50414D

Color information

#50414D (or 0x50414D) is unknown color: approx Purple Taupe. HEX triplet: 50, 41 and 4D. RGB value is (80,65,77). Sum of RGB (Red+Green+Blue) = 80+65+77=222 (29% of max value = 765). Red value is 80 (31.64% from 255 or 36.04% from 222); Green value is 65 (25.78% from 255 or 29.28% from 222); Blue value is 77 (30.47% from 255 or 34.68% from 222); Max value from RGB is 80 - color contains mainly: red. Hex color #50414D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #50414D is #AFBEB2. Grayscale: #464646. Windows color (decimal): -11517619 or 5062992. OLE color: 5062992.

HSL color Cylindrical-coordinate representation of color #50414D: hue angle of 312º degrees, saturation: 0.1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #50414D is Cyan = 0, Magento = 0.19, Yellow = 0.04 and Black (K on CMYK) = 0.69.

Color convert

RGB806577-
CMYK00.190.040.69
HSL312º10.34%28.43%-
HSV(B)312º18.75%31.37%-
XYZ6.546.027.84-
YUV70.85131.47134.52-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 36.04%
GREEN value IS 65 (25.78% from 255) = 29.28%
BLUE value IS 77 (30.47% from 255) = 34.68%
R=36.04%
G=29.28%
B=34.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.04
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80657700.190.040.6931210.3428.43
Hex50414D013445138a1c
Octal12010111502341054701234
Binary1010000100000110011010100111001000101100111000101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50414D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50414D; }

 p { color: rgb(80,65,77); }

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

<style>
 a { background-color: #50414D; }

 a { background-color: rgb(80,65,77); }

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

<style>
 span { border-color: #50414D; }

 span { border-color: rgb(80,65,77); }

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