COLOR #511E79

HEX: #511E79
RGB: (81,30,121)

Color info

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

RGB color model

#511E79 color RGB value is (81,30,121).

  • red value is 81;
  • green value is 30;
  • blue value is 121.
RGB:
(81,30,121)
(32%,12%,47%)

RGB channels and saturation

R 81 of 255 = 32%
G 30 of 255 = 12%
B 121 of 255 = 47%

81
30
121

R + G + B ~ 30%. #511E79 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
81 + 30 + 121 = 232 (100%)
R 81 of 232 ~ 34.91%
G 30 of 232 ~ 12.93%
B 121 of 232 ~ 52.16%

%34.91
%12.93
%52.16

CMYK color model

#511E79 color CMYK value is (33,75,0,53).

  • cyan value is 33.06%
  • magenta value is 75.21%
  • yellow value is 0.00%
  • key color value is 52.55%
CMYK:
(33,75,0,53)
C33M75Y0K53 
(33%,75%,0%,53%)
(0.33/0.75/0.00/0.53)	

CMYK percentages

%33.06
%75.21
%0
%52.55

Codes

Color #511E79 in popluar color models

511E79
RGB8130121
HSL274°60.26%29.61%
HSB/HSV274°75.21%47.45%
CMYK33.06%75.21%0.00%
52.55%

Color #511E79 in popluar number systems.

HEX511E79
Decimal8130121
Binary1010001111101111001
Octal12136171

Shades and tints

Shades of #511E79

#511E79
(81,30,121)
#4A1C6E
(74,28,110)
#431A63
(67,26,99)
#3C1858
(60,24,88)
#35164D
(53,22,77)
#2E1442
(46,20,66)
#271237
(39,18,55)
#20102C
(32,16,44)
#190E21
(25,14,33)
#120C16
(18,12,22)
#0B0A0B
(11,10,11)
#000000
(0,0,0)

Tints of #511E79

#511E79
(81,30,121)
#603285
(96,50,133)
#6F4691
(111,70,145)
#7E5A9D
(126,90,157)
#8D6EA9
(141,110,169)
#9C82B5
(156,130,181)
#AB96C1
(171,150,193)
#BAAACD
(186,170,205)
#C9BED9
(201,190,217)
#D8D2E5
(216,210,229)
#E7E6F1
(231,230,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #511E79 color. Also use rgb(81,30,121) instead hex code.

Text Font Color

.myTextColor { color: #511E79; }

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

This text font color is #511E79.


Background Color

.myBgColor { background-color: #511E79; }

<div style="background-color:#511E79">Inner text</div>

This div background color is #511E79.


Border color

.myBorderColor { border: 1px solid #511E79; }

<div style="border:3px solid #511E79">Div</div>

This div border color is #511E79.


Opacity

.myOpacity80 { color: #511E79; opacity: 0.8; }

<p style="color:#511E79;opacity:0.8;">80%</p>

Text with #511E79 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 #511E79;}

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

This text has shadow with #511E79 color.

.textShadow {text-shadow: 3px 3px 1px #511E79, 3px 3px 1px red;}

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

This text has shadow with #511E79 primary color and red secondary color.


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

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

This text has shadow with #511E79 and red colors in old Internet Explorer.


Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #511E79;
-webkit-box-shadow: 1px 1px 3px 2px #511E79;
box-shadow:1px 1px 3px 2px #511E79;">
Div content here</div>
This div box has shadow with color #511E79.

Preview

Color preview on black background

This text has color #511E79 on black background.


Color preview on white background

This text has color #511E79 on white background.



Black color preview on #511E79 background

This text has black color on #511E79 background.


White color preview on #511E79 background

This text has white color on #511E79 background.