Html Css Color HEX #503C4A Purple Taupe

📋 copy color: '#503C4A'

red 80 ◦ green 60 ◦ blue 74

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

Shades of Purple Taupe #503C4A

Tints of Purple Taupe #503C4A

RGB

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

 GREEN value IS 60 (23.83% from 255) = 28.04%

 BLUE value IS 74 (29.3% from 255) = 34.58%

R = 37.38%
G = 28.04%
B = 34.58%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.08

 K value IS 0.69

RGB Variations

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

Color information

#503C4A (or 0x503C4A) is known color: Purple Taupe. HEX triplet: 50, 3C and 4A. RGB value is (80,60,74). Sum of RGB (Red+Green+Blue) = 80+60+74=214 (28% of max value = 765). Red value is 80 (31.64% from 255 or 37.38% from 214); Green value is 60 (23.83% from 255 or 28.04% from 214); Blue value is 74 (29.30% from 255 or 34.58% from 214); Max value from RGB is 80 - color contains mainly: red. Hex color #503C4A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #503C4A is #AFC3B5. Grayscale: #434343. Windows color (decimal): -11518902 or 4865104. OLE color: 4865104.

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

Color convert

RGB 80 60 74 -
CMYK 0 0.25 0.08 0.69
HSL 318º 0.14% 0.27% -
HSV(B) 318º 0.25% 0.31% -
XYZ 6.16 5.43 7.2 -
YUV 67.58 131.63 136.86 -
System Red Green Blue C M Y K H S L
Decimal 80 60 74 0 0.25 0.08 0.69 318 0.14 0.27
Hex 50 3C 4A 0 19 8 45 13E E 1B
Octal 120 74 112 0 31 10 105 476 16 33
Binary 1010000 111100 1001010 0 11001 1000 1000101 100111110 1110 11011

Color Harmonies of #503C4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #503C4A

Black with #503C4A

Text Example


Text Example

White with #503C4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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