#503B4B

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

Shades of Purple Taupe #503B4B

Tints of Purple Taupe #503B4B

Color information

#503B4B (or 0x503B4B) is unknown color: approx Purple Taupe. HEX triplet: 50, 3B and 4B. RGB value is (80,59,75). Sum of RGB (Red+Green+Blue) = 80+59+75=214 (28% of max value = 765). Red value is 80 (31.64% from 255 or 37.38% from 214); Green value is 59 (23.44% from 255 or 27.57% from 214); Blue value is 75 (29.69% from 255 or 35.05% from 214); Max value from RGB is 80 - color contains mainly: red. Hex color #503B4B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #503B4B is #AFC4B4. Grayscale: #434343. Windows color (decimal): -11519157 or 4930384. OLE color: 4930384.

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

Color convert

RGB805975-
CMYK00.260.060.69
HSL314.29º15.11%27.25%-
HSV(B)314.29º26.25%31.37%-
XYZ6.145.347.36-
YUV67.1132.46137.2-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 37.38%
GREEN value IS 59 (23.44% from 255) = 27.57%
BLUE value IS 75 (29.69% from 255) = 35.05%
R=37.38%
G=27.57%
B=35.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.06
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80597500.260.060.69314.2915.1127.25
Hex503B4B01A64513af1b
Octal1207311303261054721733
Binary101000011101110010110110101101000101100111010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #503B4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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