Html Css Color HEX #503D4B Purple Taupe

📋 copy color: '#503D4B'

red 80 ◦ green 61 ◦ blue 75

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

Shades of Purple Taupe #503D4B

Tints of Purple Taupe #503D4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 34.72%

R = 37.04%
G = 28.24%
B = 34.72%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.06

 K value IS 0.69

RGB Variations

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

Color information

#503D4B (or 0x503D4B) is known color: Purple Taupe. HEX triplet: 50, 3D and 4B. RGB value is (80,61,75). Sum of RGB (Red+Green+Blue) = 80+61+75=216 (28% of max value = 765). Red value is 80 (31.64% from 255 or 37.04% from 216); Green value is 61 (24.22% from 255 or 28.24% from 216); Blue value is 75 (29.69% from 255 or 34.72% from 216); Max value from RGB is 80 - color contains mainly: red. Hex color #503D4B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #503D4B is #AFC2B4. Grayscale: #444444. Windows color (decimal): -11518645 or 4930896. OLE color: 4930896.

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

Color convert

RGB 80 61 75 -
CMYK 0 0.24 0.06 0.69
HSL 315.79º 0.13% 0.28% -
HSV(B) 315.79º 0.24% 0.31% -
XYZ 6.25 5.55 7.4 -
YUV 68.28 131.79 136.36 -
System Red Green Blue C M Y K H S L
Decimal 80 61 75 0 0.24 0.06 0.69 315.79 0.13 0.28
Hex 50 3D 4B 0 18 6 45 13C D 1C
Octal 120 75 113 0 30 6 105 474 15 34
Binary 1010000 111101 1001011 0 11000 110 1000101 100111100 1101 11100

Color Harmonies of #503D4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #503D4B

Black with #503D4B

Text Example


Text Example

White with #503D4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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