#50414B

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

Shades of Purple Taupe #50414B

Tints of Purple Taupe #50414B

Color information

#50414B (or 0x50414B) is unknown color: approx Purple Taupe. HEX triplet: 50, 41 and 4B. RGB value is (80,65,75). Sum of RGB (Red+Green+Blue) = 80+65+75=220 (29% of max value = 765). Red value is 80 (31.64% from 255 or 36.36% from 220); Green value is 65 (25.78% from 255 or 29.55% from 220); Blue value is 75 (29.69% from 255 or 34.09% from 220); Max value from RGB is 80 - color contains mainly: red. Hex color #50414B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50414B is #AFBEB4. Grayscale: #464646. Windows color (decimal): -11517621 or 4931920. OLE color: 4931920.

HSL color Cylindrical-coordinate representation of color #50414B: hue angle of 320º degrees, saturation: 0.1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #50414B is Cyan = 0, Magento = 0.19, Yellow = 0.06 and Black (K on CMYK) = 0.69.

Color convert

RGB806575-
CMYK00.190.060.69
HSL320º10.34%28.43%-
HSV(B)320º18.75%31.37%-
XYZ6.475.997.47-
YUV70.62130.47134.69-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 36.36%
GREEN value IS 65 (25.78% from 255) = 29.55%
BLUE value IS 75 (29.69% from 255) = 34.09%
R=36.36%
G=29.55%
B=34.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.06
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80657500.190.060.6932010.3428.43
Hex50414B013645140a1c
Octal12010111302361055001234
Binary1010000100000110010110100111101000101101000000101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50414B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50414B; }

 p { color: rgb(80,65,75); }

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

<style>
 a { background-color: #50414B; }

 a { background-color: rgb(80,65,75); }

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

<style>
 span { border-color: #50414B; }

 span { border-color: rgb(80,65,75); }

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