COLOR #711D7F

HEX: #711D7F
RGB: (113,29,127)

Color info

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

RGB color model

#711D7F color RGB value is (113,29,127).

  • red value is 113;
  • green value is 29;
  • blue value is 127.
RGB:
(113,29,127)
(44%,11%,50%)

RGB channels and saturation

R 113 of 255 = 44%
G 29 of 255 = 11%
B 127 of 255 = 50%

113
29
127

R + G + B ~ 35%. #711D7F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
113 + 29 + 127 = 269 (100%)
R 113 of 269 ~ 42.01%
G 29 of 269 ~ 10.78%
B 127 of 269 ~ 47.21%

%42.01
%10.78
%47.21

CMYK color model

#711D7F color CMYK value is (11,77,0,50).

  • cyan value is 11.02%
  • magenta value is 77.17%
  • yellow value is 0.00%
  • key color value is 50.20%
CMYK:
(11,77,0,50)
C11M77Y0K50 
(11%,77%,0%,50%)
(0.11/0.77/0.00/0.50)	

CMYK percentages

%11.02
%77.17
%0
%50.2

Codes

Color #711D7F in popluar color models

711D7F
RGB11329127
HSL291°62.82%30.59%
HSB/HSV291°77.17%49.80%
CMYK11.02%77.17%0.00%
50.20%

Color #711D7F in popluar number systems.

HEX711D7F
Decimal11329127
Binary1110001111011111111
Octal16135177

Shades and tints

Shades of #711D7F

#711D7F
(113,29,127)
#671B74
(103,27,116)
#5D1969
(93,25,105)
#53175E
(83,23,94)
#491553
(73,21,83)
#3F1348
(63,19,72)
#35113D
(53,17,61)
#2B0F32
(43,15,50)
#210D27
(33,13,39)
#170B1C
(23,11,28)
#0D0911
(13,9,17)
#000000
(0,0,0)

Tints of #711D7F

#711D7F
(113,29,127)
#7D318A
(125,49,138)
#894595
(137,69,149)
#9559A0
(149,89,160)
#A16DAB
(161,109,171)
#AD81B6
(173,129,182)
#B995C1
(185,149,193)
#C5A9CC
(197,169,204)
#D1BDD7
(209,189,215)
#DDD1E2
(221,209,226)
#E9E5ED
(233,229,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #711D7F color. Also use rgb(113,29,127) instead hex code.

Text Font Color

.myTextColor { color: #711D7F; }

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

This text font color is #711D7F.


Background Color

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

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

This div background color is #711D7F.


Border color

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

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

This div border color is #711D7F.


Opacity

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

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

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

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

This text has shadow with #711D7F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #711D7F on black background.


Color preview on white background

This text has color #711D7F on white background.



Black color preview on #711D7F background

This text has black color on #711D7F background.


White color preview on #711D7F background

This text has white color on #711D7F background.