COLOR #711776

HEX: #711776
RGB: (113,23,118)

Color info

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

RGB color model

#711776 color RGB value is (113,23,118).

  • red value is 113;
  • green value is 23;
  • blue value is 118.
RGB:
(113,23,118)
(44%,9%,46%)

RGB channels and saturation

R 113 of 255 = 44%
G 23 of 255 = 9%
B 118 of 255 = 46%

113
23
118

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

Portions of RGB colors in percentages

R + G + B =
113 + 23 + 118 = 254 (100%)
R 113 of 254 ~ 44.49%
G 23 of 254 ~ 9.06%
B 118 of 254 ~ 46.46%

%44.49
%46.46

CMYK color model

#711776 color CMYK value is (4,81,0,54).

  • cyan value is 4.24%
  • magenta value is 80.51%
  • yellow value is 0.00%
  • key color value is 53.73%
CMYK:
(4,81,0,54)
C4M81Y0K54 
(4%,81%,0%,54%)
(0.04/0.81/0.00/0.54)	

CMYK percentages

%4.24
%80.51
%0
%53.73

Codes

Color #711776 in popluar color models

711776
RGB11323118
HSL297°67.38%27.65%
HSB/HSV297°80.51%46.27%
CMYK4.24%80.51%0.00%
53.73%

Color #711776 in popluar number systems.

HEX711776
Decimal11323118
Binary1110001101111110110
Octal16127166

Shades and tints

Shades of #711776

#711776
(113,23,118)
#67156C
(103,21,108)
#5D1362
(93,19,98)
#531158
(83,17,88)
#490F4E
(73,15,78)
#3F0D44
(63,13,68)
#350B3A
(53,11,58)
#2B0930
(43,9,48)
#210726
(33,7,38)
#17051C
(23,5,28)
#0D0312
(13,3,18)
#000000
(0,0,0)

Tints of #711776

#711776
(113,23,118)
#7D2C82
(125,44,130)
#89418E
(137,65,142)
#95569A
(149,86,154)
#A16BA6
(161,107,166)
#AD80B2
(173,128,178)
#B995BE
(185,149,190)
#C5AACA
(197,170,202)
#D1BFD6
(209,191,214)
#DDD4E2
(221,212,226)
#E9E9EE
(233,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #711776 color. Also use rgb(113,23,118) instead hex code.

Text Font Color

.myTextColor { color: #711776; }

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

This text font color is #711776.


Background Color

.myBgColor { background-color: #711776; }

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

This div background color is #711776.


Border color

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

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

This div border color is #711776.


Opacity

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

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

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

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

This text has shadow with #711776 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #711776 on black background.


Color preview on white background

This text has color #711776 on white background.



Black color preview on #711776 background

This text has black color on #711776 background.


White color preview on #711776 background

This text has white color on #711776 background.