Html Css Color HEX #50394C Purple Taupe

📋 copy color: '#50394C'

red 80 ◦ green 57 ◦ blue 76

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

Shades of Purple Taupe #50394C

Tints of Purple Taupe #50394C

RGB

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

 GREEN value IS 57 (22.66% from 255) = 26.76%

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

R = 37.56%
G = 26.76%
B = 35.68%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.05

 K value IS 0.69

RGB Variations

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

Color information

#50394C (or 0x50394C) is known color: Purple Taupe. HEX triplet: 50, 39 and 4C. RGB value is (80,57,76). Sum of RGB (Red+Green+Blue) = 80+57+76=213 (28% of max value = 765). Red value is 80 (31.64% from 255 or 37.56% from 213); Green value is 57 (22.66% from 255 or 26.76% from 213); Blue value is 76 (30.08% from 255 or 35.68% from 213); Max value from RGB is 80 - color contains mainly: red. Hex color #50394C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50394C is #AFC6B3. Grayscale: #414141. Windows color (decimal): -11519668 or 4995408. OLE color: 4995408.

HSL color Cylindrical-coordinate representation of color #50394C: hue angle of 310.43º degrees, saturation: 0.17, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #50394C is Cyan = 0, Magento = 0.29, Yellow = 0.05 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 57 76 -
CMYK 0 0.29 0.05 0.69
HSL 310.43º 0.17% 0.27% -
HSV(B) 310.43º 0.29% 0.31% -
XYZ 6.08 5.15 7.51 -
YUV 66.04 133.62 137.96 -
System Red Green Blue C M Y K H S L
Decimal 80 57 76 0 0.29 0.05 0.69 310.43 0.17 0.27
Hex 50 39 4C 0 1D 5 45 136 11 1B
Octal 120 71 114 0 35 5 105 466 21 33
Binary 1010000 111001 1001100 0 11101 101 1000101 100110110 10001 11011

Color Harmonies of #50394C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50394C

Black with #50394C

Text Example


Text Example

White with #50394C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50394C; }

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

 H1.HeaderClassName
 {
   color: #50394C;
 }
 .AnyTagClassName
 {
   color: #50394C;
 }
</style>

background-color css

<style>
 a { background-color: #50394C; }

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

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

border-color css

<style>
 span { border-color: #50394C; }

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

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