#503D4E

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

Shades of Purple Taupe #503D4E

Tints of Purple Taupe #503D4E

Color information

#503D4E (or 0x503D4E) is unknown color: approx Purple Taupe. HEX triplet: 50, 3D and 4E. RGB value is (80,61,78). Sum of RGB (Red+Green+Blue) = 80+61+78=219 (29% of max value = 765). Red value is 80 (31.64% from 255 or 36.53% from 219); Green value is 61 (24.22% from 255 or 27.85% from 219); Blue value is 78 (30.86% from 255 or 35.62% from 219); Max value from RGB is 80 - color contains mainly: red. Hex color #503D4E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #503D4E is #AFC2B1. Grayscale: #444444. Windows color (decimal): -11518642 or 5127504. OLE color: 5127504.

HSL color Cylindrical-coordinate representation of color #503D4E: hue angle of 306.32º 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 #503D4E is Cyan = 0, Magento = 0.24, Yellow = 0.02 and Black (K on CMYK) = 0.69.

Color convert

RGB806178-
CMYK00.240.020.69
HSL306.32º13.48%27.65%-
HSV(B)306.32º23.75%31.37%-
XYZ6.355.597.95-
YUV68.62133.29136.12-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 36.53%
GREEN value IS 61 (24.22% from 255) = 27.85%
BLUE value IS 78 (30.86% from 255) = 35.62%
R=36.53%
G=27.85%
B=35.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.02
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80617800.240.020.69306.3213.4827.65
Hex503D4E018245132d1c
Octal1207511603021054621534
Binary10100001111011001110011000101000101100110010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #503D4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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