#50384E

Color #50384E Purple Taupe (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple Taupe #50384E

Tints of Purple Taupe #50384E

Color information

#50384E (or 0x50384E) is unknown color: approx 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

RGB805678-
CMYK00.300.020.69
HSL305º17.65%26.67%-
HSV(B)305º30%31.37%-
XYZ6.15.087.87-
YUV65.68134.95138.21-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.02
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80567800.300.020.6930517.6526.67
Hex50384E01E245131121b
Octal1207011603621054612233
Binary101000011100010011100111101010001011001100011001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50384E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>