#513A4A

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

Shades of Purple Taupe #513A4A

Tints of Purple Taupe #513A4A

Color information

#513A4A (or 0x513A4A) is unknown color: approx Purple Taupe. HEX triplet: 51, 3A and 4A. RGB value is (81,58,74). Sum of RGB (Red+Green+Blue) = 81+58+74=213 (28% of max value = 765). Red value is 81 (32.03% from 255 or 38.03% from 213); Green value is 58 (23.05% from 255 or 27.23% from 213); Blue value is 74 (29.30% from 255 or 34.74% from 213); Max value from RGB is 81 - color contains mainly: red. Hex color #513A4A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #513A4A is #AEC5B5. Grayscale: #424242. Windows color (decimal): -11453878 or 4864593. OLE color: 4864593.

HSL color Cylindrical-coordinate representation of color #513A4A: hue angle of 318.26º 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 #513A4A is Cyan = 0, Magento = 0.28, Yellow = 0.09 and Black (K on CMYK) = 0.68.

Color convert

RGB815874-
CMYK00.280.090.68
HSL318.26º16.55%27.25%-
HSV(B)318.26º28.4%31.76%-
XYZ6.145.277.17-
YUV66.7132.12138.2-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 38.03%
GREEN value IS 58 (23.05% from 255) = 27.23%
BLUE value IS 74 (29.30% from 255) = 34.74%
R=38.03%
G=27.23%
B=34.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.09
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81587400.280.090.68318.2616.5527.25
Hex513A4A01C94413e111b
Octal12172112034111044762133
Binary10100011110101001010011100100110001001001111101000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #513A4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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