COLOR #711D73

HEX: #711D73
RGB: (113,29,115)

Color info

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

RGB color model

#711D73 color RGB value is (113,29,115).

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

RGB channels and saturation

R 113 of 255 = 44%
G 29 of 255 = 11%
B 115 of 255 = 45%

113
29
115

R + G + B ~ 33%. #711D73 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
113 + 29 + 115 = 257 (100%)
R 113 of 257 ~ 43.97%
G 29 of 257 ~ 11.28%
B 115 of 257 ~ 44.75%

%43.97
%11.28
%44.75

CMYK color model

#711D73 color CMYK value is (2,75,0,55).

  • cyan value is 1.74%
  • magenta value is 74.78%
  • yellow value is 0.00%
  • key color value is 54.90%
CMYK:
(2,75,0,55)
C2M75Y0K55 
(2%,75%,0%,55%)
(0.02/0.75/0.00/0.55)	

CMYK percentages

%1.74
%74.78
%0
%54.9

Codes

Color #711D73 in popluar color models

711D73
RGB11329115
HSL299°59.72%28.24%
HSB/HSV299°74.78%45.10%
CMYK1.74%74.78%0.00%
54.90%

Color #711D73 in popluar number systems.

HEX711D73
Decimal11329115
Binary1110001111011110011
Octal16135163

Shades and tints

Shades of #711D73

#711D73
(113,29,115)
#671B69
(103,27,105)
#5D195F
(93,25,95)
#531755
(83,23,85)
#49154B
(73,21,75)
#3F1341
(63,19,65)
#351137
(53,17,55)
#2B0F2D
(43,15,45)
#210D23
(33,13,35)
#170B19
(23,11,25)
#0D090F
(13,9,15)
#000000
(0,0,0)

Tints of #711D73

#711D73
(113,29,115)
#7D317F
(125,49,127)
#89458B
(137,69,139)
#955997
(149,89,151)
#A16DA3
(161,109,163)
#AD81AF
(173,129,175)
#B995BB
(185,149,187)
#C5A9C7
(197,169,199)
#D1BDD3
(209,189,211)
#DDD1DF
(221,209,223)
#E9E5EB
(233,229,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #711D73; }

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

This text font color is #711D73.


Background Color

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

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

This div background color is #711D73.


Border color

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

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

This div border color is #711D73.


Opacity

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

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

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

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

This text has shadow with #711D73 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #711D73 on black background.


Color preview on white background

This text has color #711D73 on white background.



Black color preview on #711D73 background

This text has black color on #711D73 background.


White color preview on #711D73 background

This text has white color on #711D73 background.