COLOR #511E7D

HEX: #511E7D
RGB: (81,30,125)

Color info

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

RGB color model

#511E7D color RGB value is (81,30,125).

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

RGB channels and saturation

R 81 of 255 = 32%
G 30 of 255 = 12%
B 125 of 255 = 49%

81
30
125

R + G + B ~ 31%. #511E7D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
81 + 30 + 125 = 236 (100%)
R 81 of 236 ~ 34.32%
G 30 of 236 ~ 12.71%
B 125 of 236 ~ 52.97%

%34.32
%12.71
%52.97

CMYK color model

#511E7D color CMYK value is (35,76,0,51).

  • cyan value is 35.20%
  • magenta value is 76.00%
  • yellow value is 0.00%
  • key color value is 50.98%
CMYK:
(35,76,0,51)
C35M76Y0K51 
(35%,76%,0%,51%)
(0.35/0.76/0.00/0.51)	

CMYK percentages

%35.2
%76
%0
%50.98

Codes

Color #511E7D in popluar color models

511E7D
RGB8130125
HSL272°61.29%30.39%
HSB/HSV272°76.00%49.02%
CMYK35.20%76.00%0.00%
50.98%

Color #511E7D in popluar number systems.

HEX511E7D
Decimal8130125
Binary1010001111101111101
Octal12136175

Shades and tints

Shades of #511E7D

#511E7D
(81,30,125)
#4A1C72
(74,28,114)
#431A67
(67,26,103)
#3C185C
(60,24,92)
#351651
(53,22,81)
#2E1446
(46,20,70)
#27123B
(39,18,59)
#201030
(32,16,48)
#190E25
(25,14,37)
#120C1A
(18,12,26)
#0B0A0F
(11,10,15)
#000000
(0,0,0)

Tints of #511E7D

#511E7D
(81,30,125)
#603288
(96,50,136)
#6F4693
(111,70,147)
#7E5A9E
(126,90,158)
#8D6EA9
(141,110,169)
#9C82B4
(156,130,180)
#AB96BF
(171,150,191)
#BAAACA
(186,170,202)
#C9BED5
(201,190,213)
#D8D2E0
(216,210,224)
#E7E6EB
(231,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #511E7D; }

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

This text font color is #511E7D.


Background Color

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

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

This div background color is #511E7D.


Border color

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

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

This div border color is #511E7D.


Opacity

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

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

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

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

This text has shadow with #511E7D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #511E7D on black background.


Color preview on white background

This text has color #511E7D on white background.



Black color preview on #511E7D background

This text has black color on #511E7D background.


White color preview on #511E7D background

This text has white color on #511E7D background.