Html Css Color HEX #503F4B Purple Taupe

📋 copy color: '#503F4B'

red 80 ◦ green 63 ◦ blue 75

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

Shades of Purple Taupe #503F4B

Tints of Purple Taupe #503F4B

RGB

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

 GREEN value IS 63 (25% from 255) = 28.9%

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

R = 36.7%
G = 28.9%
B = 34.4%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.06

 K value IS 0.69

RGB Variations

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

Color information

#503F4B (or 0x503F4B) is known color: Purple Taupe. HEX triplet: 50, 3F and 4B. RGB value is (80,63,75). Sum of RGB (Red+Green+Blue) = 80+63+75=218 (28% of max value = 765). Red value is 80 (31.64% from 255 or 36.70% from 218); Green value is 63 (25% from 255 or 28.90% from 218); Blue value is 75 (29.69% from 255 or 34.40% from 218); Max value from RGB is 80 - color contains mainly: red. Hex color #503F4B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #503F4B is #AFC0B4. Grayscale: #454545. Windows color (decimal): -11518133 or 4931408. OLE color: 4931408.

HSL color Cylindrical-coordinate representation of color #503F4B: hue angle of 317.65º degrees, saturation: 0.12, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #503F4B is Cyan = 0, Magento = 0.21, Yellow = 0.06 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 63 75 -
CMYK 0 0.21 0.06 0.69
HSL 317.65º 0.12% 0.28% -
HSV(B) 317.65º 0.21% 0.31% -
XYZ 6.36 5.77 7.44 -
YUV 69.45 131.13 135.52 -
System Red Green Blue C M Y K H S L
Decimal 80 63 75 0 0.21 0.06 0.69 317.65 0.12 0.28
Hex 50 3F 4B 0 15 6 45 13E C 1C
Octal 120 77 113 0 25 6 105 476 14 34
Binary 1010000 111111 1001011 0 10101 110 1000101 100111110 1100 11100

Color Harmonies of #503F4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #503F4B

Black with #503F4B

Text Example


Text Example

White with #503F4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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