Html Css Color HEX #503D4C Purple Taupe

📋 copy color: '#503D4C'

red 80 ◦ green 61 ◦ blue 76

#503D4C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Purple Taupe #503D4C

Tints of Purple Taupe #503D4C

RGB

 RED value IS 80 (31.64% from 255) = 36.87%

 GREEN value IS 61 (24.22% from 255) = 28.11%

 BLUE value IS 76 (30.08% from 255) = 35.02%

R = 36.87%
G = 28.11%
B = 35.02%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.05

 K value IS 0.69

RGB Variations

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

Color information

#503D4C (or 0x503D4C) is known color: Purple Taupe. HEX triplet: 50, 3D and 4C. RGB value is (80,61,76). Sum of RGB (Red+Green+Blue) = 80+61+76=217 (28% of max value = 765). Red value is 80 (31.64% from 255 or 36.87% from 217); Green value is 61 (24.22% from 255 or 28.11% from 217); Blue value is 76 (30.08% from 255 or 35.02% from 217); Max value from RGB is 80 - color contains mainly: red. Hex color #503D4C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #503D4C is #AFC2B3. Grayscale: #444444. Windows color (decimal): -11518644 or 4996432. OLE color: 4996432.

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

Color convert

RGB 80 61 76 -
CMYK 0 0.24 0.05 0.69
HSL 312.63º 0.13% 0.28% -
HSV(B) 312.63º 0.24% 0.31% -
XYZ 6.28 5.56 7.58 -
YUV 68.39 132.29 136.28 -
System Red Green Blue C M Y K H S L
Decimal 80 61 76 0 0.24 0.05 0.69 312.63 0.13 0.28
Hex 50 3D 4C 0 18 5 45 139 D 1C
Octal 120 75 114 0 30 5 105 471 15 34
Binary 1010000 111101 1001100 0 11000 101 1000101 100111001 1101 11100

Color Harmonies of #503D4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #503D4C

Black with #503D4C

Text Example


Text Example

White with #503D4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #503D4C;
 }
 .AnyTagClassName
 {
   color: #503D4C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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