COLOR #711B9E

HEX: #711B9E
RGB: (113,27,158)

Color info

#711B9E contains mainly red and blue colors. Web safe color of #711B9E is #663399 (or #639).

RGB color model

#711B9E color RGB value is (113,27,158).

  • red value is 113;
  • green value is 27;
  • blue value is 158.
RGB:
(113,27,158)
(44%,11%,62%)

RGB channels and saturation

R 113 of 255 = 44%
G 27 of 255 = 11%
B 158 of 255 = 62%

113
27
158

R + G + B ~ 39%. #711B9E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
113 + 27 + 158 = 298 (100%)
R 113 of 298 ~ 37.92%
G 27 of 298 ~ 9.06%
B 158 of 298 ~ 53.02%

%37.92
%53.02

CMYK color model

#711B9E color CMYK value is (28,83,0,38).

  • cyan value is 28.48%
  • magenta value is 82.91%
  • yellow value is 0.00%
  • key color value is 38.04%
CMYK:
(28,83,0,38)
C28M83Y0K38 
(28%,83%,0%,38%)
(0.28/0.83/0.00/0.38)	

CMYK percentages

%28.48
%82.91
%0
%38.04

Codes

Color #711B9E in popluar color models

711B9E
RGB11327158
HSL279°70.81%36.27%
HSB/HSV279°82.91%61.96%
CMYK28.48%82.91%0.00%
38.04%

Color #711B9E in popluar number systems.

HEX711B9E
Decimal11327158
Binary11100011101110011110
Octal16133236

Shades and tints

Shades of #711B9E

#711B9E
(113,27,158)
#671990
(103,25,144)
#5D1782
(93,23,130)
#531574
(83,21,116)
#491366
(73,19,102)
#3F1158
(63,17,88)
#350F4A
(53,15,74)
#2B0D3C
(43,13,60)
#210B2E
(33,11,46)
#170920
(23,9,32)
#0D0712
(13,7,18)
#000000
(0,0,0)

Tints of #711B9E

#711B9E
(113,27,158)
#7D2FA6
(125,47,166)
#8943AE
(137,67,174)
#9557B6
(149,87,182)
#A16BBE
(161,107,190)
#AD7FC6
(173,127,198)
#B993CE
(185,147,206)
#C5A7D6
(197,167,214)
#D1BBDE
(209,187,222)
#DDCFE6
(221,207,230)
#E9E3EE
(233,227,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #711B9E color. Also use rgb(113,27,158) instead hex code.

Text Font Color

.myTextColor { color: #711B9E; }

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

This text font color is #711B9E.


Background Color

.myBgColor { background-color: #711B9E; }

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

This div background color is #711B9E.


Border color

.myBorderColor { border: 1px solid #711B9E; }

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

This div border color is #711B9E.


Opacity

.myOpacity80 { color: #711B9E; opacity: 0.8; }

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

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

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

This text has shadow with #711B9E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #711B9E on black background.


Color preview on white background

This text has color #711B9E on white background.



Black color preview on #711B9E background

This text has black color on #711B9E background.


White color preview on #711B9E background

This text has white color on #711B9E background.