COLOR #711775

HEX: #711775
RGB: (113,23,117)

Color info

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

RGB color model

#711775 color RGB value is (113,23,117).

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

RGB channels and saturation

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

113
23
117

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

Portions of RGB colors in percentages

R + G + B =
113 + 23 + 117 = 253 (100%)
R 113 of 253 ~ 44.66%
G 23 of 253 ~ 9.09%
B 117 of 253 ~ 46.25%

%44.66
%46.25

CMYK color model

#711775 color CMYK value is (3,80,0,54).

  • cyan value is 3.42%
  • magenta value is 80.34%
  • yellow value is 0.00%
  • key color value is 54.12%
CMYK:
(3,80,0,54)
C3M80Y0K54 
(3%,80%,0%,54%)
(0.03/0.80/0.00/0.54)	

CMYK percentages

%3.42
%80.34
%0
%54.12

Codes

Color #711775 in popluar color models

711775
RGB11323117
HSL297°67.14%27.45%
HSB/HSV297°80.34%45.88%
CMYK3.42%80.34%0.00%
54.12%

Color #711775 in popluar number systems.

HEX711775
Decimal11323117
Binary1110001101111110101
Octal16127165

Shades and tints

Shades of #711775

#711775
(113,23,117)
#67156B
(103,21,107)
#5D1361
(93,19,97)
#531157
(83,17,87)
#490F4D
(73,15,77)
#3F0D43
(63,13,67)
#350B39
(53,11,57)
#2B092F
(43,9,47)
#210725
(33,7,37)
#17051B
(23,5,27)
#0D0311
(13,3,17)
#000000
(0,0,0)

Tints of #711775

#711775
(113,23,117)
#7D2C81
(125,44,129)
#89418D
(137,65,141)
#955699
(149,86,153)
#A16BA5
(161,107,165)
#AD80B1
(173,128,177)
#B995BD
(185,149,189)
#C5AAC9
(197,170,201)
#D1BFD5
(209,191,213)
#DDD4E1
(221,212,225)
#E9E9ED
(233,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #711775; }

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

This text font color is #711775.


Background Color

.myBgColor { background-color: #711775; }

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

This div background color is #711775.


Border color

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

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

This div border color is #711775.


Opacity

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

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

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

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

This text has shadow with #711775 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #711775 on black background.


Color preview on white background

This text has color #711775 on white background.



Black color preview on #711775 background

This text has black color on #711775 background.


White color preview on #711775 background

This text has white color on #711775 background.