#50394F

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

Shades of Purple Taupe #50394F

Tints of Purple Taupe #50394F

Color information

#50394F (or 0x50394F) is unknown color: approx Purple Taupe. HEX triplet: 50, 39 and 4F. RGB value is (80,57,79). Sum of RGB (Red+Green+Blue) = 80+57+79=216 (28% of max value = 765). Red value is 80 (31.64% from 255 or 37.04% from 216); Green value is 57 (22.66% from 255 or 26.39% from 216); Blue value is 79 (31.25% from 255 or 36.57% from 216); Max value from RGB is 80 - color contains mainly: red. Hex color #50394F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #50394F is #AFC6B0. Grayscale: #424242. Windows color (decimal): -11519665 or 5192016. OLE color: 5192016.

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

Color convert

RGB805779-
CMYK00.290.010.69
HSL302.61º16.79%26.86%-
HSV(B)302.61º28.75%31.37%-
XYZ6.185.28.07-
YUV66.38135.12137.71-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 37.04%
GREEN value IS 57 (22.66% from 255) = 26.39%
BLUE value IS 79 (31.25% from 255) = 36.57%
R=37.04%
G=26.39%
B=36.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.01
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80577900.290.010.69302.6116.7926.86
Hex50394F01D14512f111b
Octal1207111703511054572133
Binary10100001110011001111011101110001011001011111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50394F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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