#513850

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

Shades of Purple Taupe #513850

Tints of Purple Taupe #513850

Color information

#513850 (or 0x513850) is unknown color: approx Purple Taupe. HEX triplet: 51, 38 and 50. RGB value is (81,56,80). Sum of RGB (Red+Green+Blue) = 81+56+80=217 (28% of max value = 765). Red value is 81 (32.03% from 255 or 37.33% from 217); Green value is 56 (22.27% from 255 or 25.81% from 217); Blue value is 80 (31.64% from 255 or 36.87% from 217); Max value from RGB is 81 - color contains mainly: red. Hex color #513850 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #513850 is #AEC7AF. Grayscale: #424242. Windows color (decimal): -11454384 or 5257297. OLE color: 5257297.

HSL color Cylindrical-coordinate representation of color #513850: hue angle of 302.4º degrees, saturation: 0.18, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #513850 is Cyan = 0, Magento = 0.31, Yellow = 0.01 and Black (K on CMYK) = 0.68.

Color convert

RGB815680-
CMYK00.310.010.68
HSL302.4º18.25%26.86%-
HSV(B)302.4º30.86%31.76%-
XYZ6.265.168.26-
YUV66.21135.78138.55-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 37.33%
GREEN value IS 56 (22.27% from 255) = 25.81%
BLUE value IS 80 (31.64% from 255) = 36.87%
R=37.33%
G=25.81%
B=36.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.01
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81568000.310.010.68302.418.2526.86
Hex51385001F14412e121b
Octal1217012003711044562233
Binary10100011110001010000011111110001001001011101001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #513850

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #513850; }

 p { color: rgb(81,56,80); }

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

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

 a { background-color: rgb(81,56,80); }

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

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

 span { border-color: rgb(81,56,80); }

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