Html Css Color HEX #50384E Purple Taupe

📋 copy color: '#50384E'

red 80 ◦ green 56 ◦ blue 78

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

Shades of Purple Taupe #50384E

Tints of Purple Taupe #50384E

RGB

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

 GREEN value IS 56 (22.27% from 255) = 26.17%

 BLUE value IS 78 (30.86% from 255) = 36.45%

R = 37.38%
G = 26.17%
B = 36.45%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.02

 K value IS 0.69

RGB Variations

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

Color information

#50384E (or 0x50384E) is known color: Purple Taupe. HEX triplet: 50, 38 and 4E. RGB value is (80,56,78). Sum of RGB (Red+Green+Blue) = 80+56+78=214 (28% of max value = 765). Red value is 80 (31.64% from 255 or 37.38% from 214); Green value is 56 (22.27% from 255 or 26.17% from 214); Blue value is 78 (30.86% from 255 or 36.45% from 214); Max value from RGB is 80 - color contains mainly: red. Hex color #50384E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #50384E is #AFC7B1. Grayscale: #414141. Windows color (decimal): -11519922 or 5126224. OLE color: 5126224.

HSL color Cylindrical-coordinate representation of color #50384E: hue angle of 305º degrees, saturation: 0.18, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #50384E is Cyan = 0, Magento = 0.30, Yellow = 0.02 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 56 78 -
CMYK 0 0.30 0.02 0.69
HSL 305º 0.18% 0.27% -
HSV(B) 305º 0.3% 0.31% -
XYZ 6.1 5.08 7.87 -
YUV 65.68 134.95 138.21 -
System Red Green Blue C M Y K H S L
Decimal 80 56 78 0 0.30 0.02 0.69 305 0.18 0.27
Hex 50 38 4E 0 1E 2 45 131 12 1B
Octal 120 70 116 0 36 2 105 461 22 33
Binary 1010000 111000 1001110 0 11110 10 1000101 100110001 10010 11011

Color Harmonies of #50384E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50384E

Black with #50384E

Text Example


Text Example

White with #50384E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50384E; }

 p { color: rgb(80,56,78); }

 H1.HeaderClassName
 {
   color: #50384E;
 }
 .AnyTagClassName
 {
   color: #50384E;
 }
</style>

background-color css

<style>
 a { background-color: #50384E; }

 a { background-color: rgb(80,56,78); }

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

border-color css

<style>
 span { border-color: #50384E; }

 span { border-color: rgb(80,56,78); }

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