#513A4E

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

Shades of Purple Taupe #513A4E

Tints of Purple Taupe #513A4E

Color information

#513A4E (or 0x513A4E) is unknown color: approx Purple Taupe. HEX triplet: 51, 3A and 4E. RGB value is (81,58,78). Sum of RGB (Red+Green+Blue) = 81+58+78=217 (28% of max value = 765). Red value is 81 (32.03% from 255 or 37.33% from 217); Green value is 58 (23.05% from 255 or 26.73% from 217); Blue value is 78 (30.86% from 255 or 35.94% from 217); Max value from RGB is 81 - color contains mainly: red. Hex color #513A4E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #513A4E is #AEC5B1. Grayscale: #434343. Windows color (decimal): -11453874 or 5126737. OLE color: 5126737.

HSL color Cylindrical-coordinate representation of color #513A4E: hue angle of 307.83º degrees, saturation: 0.17, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #513A4E is Cyan = 0, Magento = 0.28, Yellow = 0.04 and Black (K on CMYK) = 0.68.

Color convert

RGB815878-
CMYK00.280.040.68
HSL307.83º16.55%27.25%-
HSV(B)307.83º28.4%31.76%-
XYZ6.285.337.9-
YUV67.16134.12137.87-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 37.33%
GREEN value IS 58 (23.05% from 255) = 26.73%
BLUE value IS 78 (30.86% from 255) = 35.94%
R=37.33%
G=26.73%
B=35.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.04
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81587800.280.040.68307.8316.5527.25
Hex513A4E01C444134111b
Octal1217211603441044642133
Binary1010001111010100111001110010010001001001101001000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #513A4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #513A4E; }

 p { color: rgb(81,58,78); }

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

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

 a { background-color: rgb(81,58,78); }

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

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

 span { border-color: rgb(81,58,78); }

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