COLOR #511071

HEX: #511071
RGB: (81,16,113)

Color info

#511071 contains mainly red and blue colors. Web safe color of #511071 is #660066 (or #606).

RGB color model

#511071 color RGB value is (81,16,113).

  • red value is 81;
  • green value is 16;
  • blue value is 113.
RGB:
(81,16,113)
(32%,6%,44%)

RGB channels and saturation

R 81 of 255 = 32%
G 16 of 255 = 6%
B 113 of 255 = 44%

81
16
113

R + G + B ~ 27%. #511071 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
81 + 16 + 113 = 210 (100%)
R 81 of 210 ~ 38.57%
G 16 of 210 ~ 7.62%
B 113 of 210 ~ 53.81%

%38.57
%53.81

CMYK color model

#511071 color CMYK value is (28,86,0,56).

  • cyan value is 28.32%
  • magenta value is 85.84%
  • yellow value is 0.00%
  • key color value is 55.69%
CMYK:
(28,86,0,56)
C28M86Y0K56 
(28%,86%,0%,56%)
(0.28/0.86/0.00/0.56)	

CMYK percentages

%28.32
%85.84
%0
%55.69

Codes

Color #511071 in popluar color models

511071
RGB8116113
HSL280°75.19%25.29%
HSB/HSV280°85.84%44.31%
CMYK28.32%85.84%0.00%
55.69%

Color #511071 in popluar number systems.

HEX511071
Decimal8116113
Binary1010001100001110001
Octal12120161

Shades and tints

Shades of #511071

#511071
(81,16,113)
#4A0F67
(74,15,103)
#430E5D
(67,14,93)
#3C0D53
(60,13,83)
#350C49
(53,12,73)
#2E0B3F
(46,11,63)
#270A35
(39,10,53)
#20092B
(32,9,43)
#190821
(25,8,33)
#120717
(18,7,23)
#0B060D
(11,6,13)
#000000
(0,0,0)

Tints of #511071

#511071
(81,16,113)
#60257D
(96,37,125)
#6F3A89
(111,58,137)
#7E4F95
(126,79,149)
#8D64A1
(141,100,161)
#9C79AD
(156,121,173)
#AB8EB9
(171,142,185)
#BAA3C5
(186,163,197)
#C9B8D1
(201,184,209)
#D8CDDD
(216,205,221)
#E7E2E9
(231,226,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #511071 color. Also use rgb(81,16,113) instead hex code.

Text Font Color

.myTextColor { color: #511071; }

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

This text font color is #511071.


Background Color

.myBgColor { background-color: #511071; }

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

This div background color is #511071.


Border color

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

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

This div border color is #511071.


Opacity

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

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

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

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

This text has shadow with #511071 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #511071 on black background.


Color preview on white background

This text has color #511071 on white background.



Black color preview on #511071 background

This text has black color on #511071 background.


White color preview on #511071 background

This text has white color on #511071 background.