#4D3F4C

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

Shades of Purple Taupe #4D3F4C

Tints of Purple Taupe #4D3F4C

Color information

#4D3F4C (or 0x4D3F4C) is unknown color: approx Purple Taupe. HEX triplet: 4D, 3F and 4C. RGB value is (77,63,76). Sum of RGB (Red+Green+Blue) = 77+63+76=216 (28% of max value = 765). Red value is 77 (30.47% from 255 or 35.65% from 216); Green value is 63 (25% from 255 or 29.17% from 216); Blue value is 76 (30.08% from 255 or 35.19% from 216); Max value from RGB is 77 - color contains mainly: red. Hex color #4D3F4C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D3F4C is #B2C0B3. Grayscale: #444444. Windows color (decimal): -11714740 or 4996941. OLE color: 4996941.

HSL color Cylindrical-coordinate representation of color #4D3F4C: hue angle of 304.29º degrees, saturation: 0.1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #4D3F4C is Cyan = 0, Magento = 0.18, Yellow = 0.01 and Black (K on CMYK) = 0.70.

Color convert

RGB776376-
CMYK00.180.010.70
HSL304.29º10%27.45%-
HSV(B)304.29º18.18%30.2%-
XYZ6.145.657.61-
YUV68.67132.14133.94-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 35.65%
GREEN value IS 63 (25% from 255) = 29.17%
BLUE value IS 76 (30.08% from 255) = 35.19%
R=35.65%
G=29.17%
B=35.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.01
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal77637600.180.010.70304.291027.45
Hex4D3F4C012146130a1b
Octal1157711402211064601233
Binary1001101111111100110001001011000110100110000101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D3F4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4D3F4C; }

 p { color: rgb(77,63,76); }

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

<style>
 a { background-color: #4D3F4C; }

 a { background-color: rgb(77,63,76); }

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

<style>
 span { border-color: #4D3F4C; }

 span { border-color: rgb(77,63,76); }

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