#503D4C

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

Shades of Purple Taupe #503D4C

Tints of Purple Taupe #503D4C

Color information

#503D4C (or 0x503D4C) is unknown color: approx Purple Taupe. HEX triplet: 50, 3D and 4C. RGB value is (80,61,76). Sum of RGB (Red+Green+Blue) = 80+61+76=217 (28% of max value = 765). Red value is 80 (31.64% from 255 or 36.87% from 217); Green value is 61 (24.22% from 255 or 28.11% from 217); Blue value is 76 (30.08% from 255 or 35.02% from 217); Max value from RGB is 80 - color contains mainly: red. Hex color #503D4C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #503D4C is #AFC2B3. Grayscale: #444444. Windows color (decimal): -11518644 or 4996432. OLE color: 4996432.

HSL color Cylindrical-coordinate representation of color #503D4C: hue angle of 312.63º degrees, saturation: 0.13, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #503D4C is Cyan = 0, Magento = 0.24, Yellow = 0.05 and Black (K on CMYK) = 0.69.

Color convert

RGB806176-
CMYK00.240.050.69
HSL312.63º13.48%27.65%-
HSV(B)312.63º23.75%31.37%-
XYZ6.285.567.58-
YUV68.39132.29136.28-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 36.87%
GREEN value IS 61 (24.22% from 255) = 28.11%
BLUE value IS 76 (30.08% from 255) = 35.02%
R=36.87%
G=28.11%
B=35.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.05
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80617600.240.050.69312.6313.4827.65
Hex503D4C018545139d1c
Octal1207511403051054711534
Binary101000011110110011000110001011000101100111001110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #503D4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #503D4C; }

 p { color: rgb(80,61,76); }

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

<style>
 a { background-color: #503D4C; }

 a { background-color: rgb(80,61,76); }

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

<style>
 span { border-color: #503D4C; }

 span { border-color: rgb(80,61,76); }

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