COLOR #511681

HEX: #511681
RGB: (81,22,129)

Color info

#511681 contains mainly red and blue colors. Web safe color of #511681 is #660099 (or #609).

RGB color model

#511681 color RGB value is (81,22,129).

  • red value is 81;
  • green value is 22;
  • blue value is 129.
RGB: (81,22,129) (32%,9%,51%)

RGB channels and saturation

R 81 of 255 = 32%
G 22 of 255 = 9%
B 129 of 255 = 51%

81
22
129

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

Portions of RGB colors in percentages

R + G + B =
81 + 22 + 129 = 232 (100%)
R 81 of 232 ~ 34.91%
G 22 of 232 ~ 9.48%
B 129 of 232 ~ 55.6%

%34.91
%55.6

CMYK color model

#511681 color CMYK value is (37,83,0,49).

  • cyan value is 37.21%
  • magenta value is 82.95%
  • yellow value is 0.00%
  • key color value is 49.41%
CMYK: (37,83,0,49) C37M83Y0K49 (37%,83%,0%,49%) (0.37/0.83/0.00/0.49)

CMYK percentages

%37.21
%82.95
%0
%49.41

Codes

Color #511681 in popluar color models

511681
RGB8122129
HSL273°70.86%29.61%
HSB/HSV273°82.95%50.59%
CMYK37.21%82.95%0.00%
49.41%

Color #511681 in popluar number systems.

HEX511681
Decimal8122129
Binary10100011011010000001
Octal12126201

Shades and tints

Shades of #511681

#511681
(81,22,129)
#4A1476
(74,20,118)
#43126B
(67,18,107)
#3C1060
(60,16,96)
#350E55
(53,14,85)
#2E0C4A
(46,12,74)
#270A3F
(39,10,63)
#200834
(32,8,52)
#190629
(25,6,41)
#12041E
(18,4,30)
#0B0213
(11,2,19)
#000000
(0,0,0)

Tints of #511681

#511681
(81,22,129)
#602B8C
(96,43,140)
#6F4097
(111,64,151)
#7E55A2
(126,85,162)
#8D6AAD
(141,106,173)
#9C7FB8
(156,127,184)
#AB94C3
(171,148,195)
#BAA9CE
(186,169,206)
#C9BED9
(201,190,217)
#D8D3E4
(216,211,228)
#E7E8EF
(231,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #511681 color. Also use rgb(81,22,129) instead hex code.

Text Font Color

.myTextColor { color: #511681; }

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

This text font color is #511681.


Background Color

.myBgColor { background-color: #511681; }

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

This div background color is #511681.


Border color

.myBorderColor { border: 1px solid #511681; }

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

This div border color is #511681.


Opacity

.myOpacity80 { color: #511681; opacity: 0.8; }

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

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

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

This text has shadow with #511681 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #511681 on black background.


Color preview on white background

This text has color #511681 on white background.



Black color preview on #511681 background

This text has black color on #511681 background.


White color preview on #511681 background

This text has white color on #511681 background.