#503B4A

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

Shades of Purple Taupe #503B4A

Tints of Purple Taupe #503B4A

Color information

#503B4A (or 0x503B4A) is unknown color: approx Purple Taupe. HEX triplet: 50, 3B and 4A. RGB value is (80,59,74). Sum of RGB (Red+Green+Blue) = 80+59+74=213 (28% of max value = 765). Red value is 80 (31.64% from 255 or 37.56% from 213); Green value is 59 (23.44% from 255 or 27.70% from 213); Blue value is 74 (29.30% from 255 or 34.74% from 213); Max value from RGB is 80 - color contains mainly: red. Hex color #503B4A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #503B4A is #AFC4B5. Grayscale: #424242. Windows color (decimal): -11519158 or 4864848. OLE color: 4864848.

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

Color convert

RGB805974-
CMYK00.260.080.69
HSL317.14º15.11%27.25%-
HSV(B)317.14º26.25%31.37%-
XYZ6.115.337.18-
YUV66.99131.96137.28-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 37.56%
GREEN value IS 59 (23.44% from 255) = 27.70%
BLUE value IS 74 (29.30% from 255) = 34.74%
R=37.56%
G=27.70%
B=34.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.08
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80597400.260.080.69317.1415.1127.25
Hex503B4A01A84513df1b
Octal12073112032101054751733
Binary1010000111011100101001101010001000101100111101111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #503B4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,59,74); }

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

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

 a { background-color: rgb(80,59,74); }

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

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

 span { border-color: rgb(80,59,74); }

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