#503A4A

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

Shades of Purple Taupe #503A4A

Tints of Purple Taupe #503A4A

Color information

#503A4A (or 0x503A4A) is unknown color: approx Purple Taupe. HEX triplet: 50, 3A and 4A. RGB value is (80,58,74). Sum of RGB (Red+Green+Blue) = 80+58+74=212 (28% of max value = 765). Red value is 80 (31.64% from 255 or 37.74% from 212); Green value is 58 (23.05% from 255 or 27.36% from 212); Blue value is 74 (29.30% from 255 or 34.91% from 212); Max value from RGB is 80 - color contains mainly: red. Hex color #503A4A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #503A4A is #AFC5B5. Grayscale: #424242. Windows color (decimal): -11519414 or 4864592. OLE color: 4864592.

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

Color convert

RGB805874-
CMYK00.280.080.69
HSL316.36º15.94%27.06%-
HSV(B)316.36º27.5%31.37%-
XYZ6.065.237.17-
YUV66.4132.29137.7-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 37.74%
GREEN value IS 58 (23.05% from 255) = 27.36%
BLUE value IS 74 (29.30% from 255) = 34.91%
R=37.74%
G=27.36%
B=34.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.08
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80587400.280.080.69316.3615.9427.06
Hex503A4A01C84513c101b
Octal12072112034101054742033
Binary10100001110101001010011100100010001011001111001000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #503A4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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