#50434F

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

Shades of Purple Taupe #50434F

Tints of Purple Taupe #50434F

Color information

#50434F (or 0x50434F) is unknown color: approx Purple Taupe. HEX triplet: 50, 43 and 4F. RGB value is (80,67,79). Sum of RGB (Red+Green+Blue) = 80+67+79=226 (29% of max value = 765). Red value is 80 (31.64% from 255 or 35.40% from 226); Green value is 67 (26.56% from 255 or 29.65% from 226); Blue value is 79 (31.25% from 255 or 34.96% from 226); Max value from RGB is 80 - color contains mainly: red. Hex color #50434F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #50434F is #AFBCB0. Grayscale: #484848. Windows color (decimal): -11517105 or 5194576. OLE color: 5194576.

HSL color Cylindrical-coordinate representation of color #50434F: hue angle of 304.62º degrees, saturation: 0.09, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #50434F is Cyan = 0, Magento = 0.16, Yellow = 0.01 and Black (K on CMYK) = 0.69.

Color convert

RGB806779-
CMYK00.160.010.69
HSL304.62º8.84%28.82%-
HSV(B)304.62º16.25%31.37%-
XYZ6.736.288.26-
YUV72.26131.81133.52-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 35.40%
GREEN value IS 67 (26.56% from 255) = 29.65%
BLUE value IS 79 (31.25% from 255) = 34.96%
R=35.40%
G=29.65%
B=34.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.01
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80677900.160.010.69304.628.8428.82
Hex50434F01014513191d
Octal12010311702011054611135
Binary10100001000011100111101000011000101100110001100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50434F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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