#503A4E

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

Shades of Purple Taupe #503A4E

Tints of Purple Taupe #503A4E

Color information

#503A4E (or 0x503A4E) is unknown color: approx Purple Taupe. HEX triplet: 50, 3A and 4E. RGB value is (80,58,78). Sum of RGB (Red+Green+Blue) = 80+58+78=216 (28% of max value = 765). Red value is 80 (31.64% from 255 or 37.04% from 216); Green value is 58 (23.05% from 255 or 26.85% from 216); Blue value is 78 (30.86% from 255 or 36.11% from 216); Max value from RGB is 80 - color contains mainly: red. Hex color #503A4E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #503A4E is #AFC5B1. Grayscale: #424242. Windows color (decimal): -11519410 or 5126736. OLE color: 5126736.

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

Color convert

RGB805878-
CMYK00.280.020.69
HSL305.45º15.94%27.06%-
HSV(B)305.45º27.5%31.37%-
XYZ6.25.287.9-
YUV66.86134.29137.37-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 37.04%
GREEN value IS 58 (23.05% from 255) = 26.85%
BLUE value IS 78 (30.86% from 255) = 36.11%
R=37.04%
G=26.85%
B=36.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.02
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80587800.280.020.69305.4515.9427.06
Hex503A4E01C245131101b
Octal1207211603421054612033
Binary101000011101010011100111001010001011001100011000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #503A4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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