#50394E

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

Shades of Purple Taupe #50394E

Tints of Purple Taupe #50394E

Color information

#50394E (or 0x50394E) is unknown color: approx Purple Taupe. HEX triplet: 50, 39 and 4E. RGB value is (80,57,78). Sum of RGB (Red+Green+Blue) = 80+57+78=215 (28% of max value = 765). Red value is 80 (31.64% from 255 or 37.21% from 215); Green value is 57 (22.66% from 255 or 26.51% from 215); Blue value is 78 (30.86% from 255 or 36.28% from 215); Max value from RGB is 80 - color contains mainly: red. Hex color #50394E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #50394E is #AFC6B1. Grayscale: #424242. Windows color (decimal): -11519666 or 5126480. OLE color: 5126480.

HSL color Cylindrical-coordinate representation of color #50394E: hue angle of 305.22º 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 #50394E is Cyan = 0, Magento = 0.29, Yellow = 0.02 and Black (K on CMYK) = 0.69.

Color convert

RGB805778-
CMYK00.290.020.69
HSL305.22º16.79%26.86%-
HSV(B)305.22º28.75%31.37%-
XYZ6.155.187.88-
YUV66.27134.62137.79-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 37.21%
GREEN value IS 57 (22.66% from 255) = 26.51%
BLUE value IS 78 (30.86% from 255) = 36.28%
R=37.21%
G=26.51%
B=36.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.02
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80577800.290.020.69305.2216.7926.86
Hex50394E01D245131111b
Octal1207111603521054612133
Binary101000011100110011100111011010001011001100011000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50394E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #50394E;
 }
 .AnyTagClassName
 {
   color: #50394E;
 }
</style>
background-color css

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

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

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

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

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

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