COLOR #513E7F

HEX: #513E7F RGB: (81,62,127)

Color info

#513E7F contains mainly red and blue colors. Web safe color of #513E7F is #663366 (or #636).

RGB color model

#513E7F color RGB value is (81,62,127).

RGB: (81,62,127) (32%, 24%, 50%)

RGB channels and saturation

R 81 of 255 = 32%
G 62 of 255 = 24%
B 127 of 255 = 50%

81
62
127

R + G + B ~ 35%. #513E7F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 81 + 62 + 127 = 270 (100%)
R 81 of 270 ~ 30%
G 62 of 270 ~ 22.96%
B 127 of 270 ~ 47.04'%

%30
%22.96
%47.04

CMYK color model

#513E7F color CMYK value is (36,51,0,50).

  • cyan value is 36.22%
  • magenta value is 51.18%
  • yellow value is 0.00%
  • key color value is 50.20%

CMYK: (36,51,0,50)
C36M51Y0K50 (36%, 51%, 0%, 50%)
(0.36 / 0.51 / 0.00 / 0.50)

CMYK percentages

%36.22
%51.18
%0
%50.2

Codes

Color #513E7F in popluar color models

51 3E 7F
RGB 81 62 127
HSL 258° 34.39% 37.06%
HSB/HSV 258° 51.18% 49.80%
CMYK 36.22% 51.18% 0.00%
50.20%

Color #513E7F in popluar number systems.

HEX 51 3E 7F
Decimal 81 62 127
Binary 1010001 111110 1111111
Octal 121 76 177

Shades and tints

Shades of #513E7F

#513E7F
(81,62,127)
#4A3974
(74,57,116)
#433469
(67,52,105)
#3C2F5E
(60,47,94)
#352A53
(53,42,83)
#2E2548
(46,37,72)
#27203D
(39,32,61)
#201B32
(32,27,50)
#191627
(25,22,39)
#12111C
(18,17,28)
#0B0C11
(11,12,17)
#000000
(0,0,0)

Tints of #513E7F

#513E7F
(81,62,127)
#604F8A
(96,79,138)
#6F6095
(111,96,149)
#7E71A0
(126,113,160)
#8D82AB
(141,130,171)
#9C93B6
(156,147,182)
#ABA4C1
(171,164,193)
#BAB5CC
(186,181,204)
#C9C6D7
(201,198,215)
#D8D7E2
(216,215,226)
#E7E8ED
(231,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #513E7F color. Also use rgb(81,62,127) instead hex code.

Text Font Color

.myTextColor { color: #513E7F; }

<p style="color:#513E7F">This sample text font color is #513E7F.</p>

This text font color is #513E7F.

Background Color

.myBgColor { background-color: #513E7F; }

<div style="background-color:#513E7F">Inner text</div>

This div background color is #513E7F.

Border color

.myBorderColor { border: 1px solid #513E7F; }

<div style="border:3px solid #513E7F">Div</div>

This div border color is #513E7F.

Opacity

.myOpacity80 { color: #513E7F; opacity: 0.8; }

<p style="color:#513E7F;opacity:0.8;">80%</p>

Text with #513E7F color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #513E7F;}

<p style="text-shadow: 3px 3px 1px #513E7F">Text here.</p>

This text has shadow with #513E7F color.


.textShadow {text-shadow: 3px 3px 1px #513E7F', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #513E7F, 5px 5px 20px red">Text here.</p>

This text has shadow with #513E7F primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#513E7F, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#513E7F, Direction=45, Strength=4)">Text</p>

This text has shadow with #513E7F and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #513E7F;
-webkit-box-shadow: 1px 1px 3px 2px #513E7F;
box-shadow: 1px 1px 3px 2px #513E7F;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #513E7F; -webkit-box-shadow: 1px 1px 3px 2px #513E7F; box-shadow:1px 1px 3px 2px #513E7F;">
Div content here
</div>

This div box has shadow with color #513E7F.

Preview

Color preview on black background

This text has color #513E7F on black background.


Color preview on white background

This text has color #513E7F on white background.


Black color preview on #513E7F background

This text has black color on #513E7F background.


White color preview on #513E7F background

This text has white color on #513E7F background.


Related colors

Complementary color

Complementary color for #hex is #AEC180.


I love getcolorcode.com

Triadic colors

1 #7F513E and #3E7F51 with #513E7F are triadic colors.

2 #7F3E51 and #3E517F with #513E7F are triadic colors.