COLOR #711A81

HEX: #711A81
RGB: (113,26,129)

Color info

#711A81 contains mainly red and blue colors. Web safe color of #711A81 is #660099 (or #609).

RGB color model

#711A81 color RGB value is (113,26,129).

  • red value is 113;
  • green value is 26;
  • blue value is 129.
RGB:
(113,26,129)
(44%,10%,51%)

RGB channels and saturation

R 113 of 255 = 44%
G 26 of 255 = 10%
B 129 of 255 = 51%

113
26
129

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

Portions of RGB colors in percentages

R + G + B =
113 + 26 + 129 = 268 (100%)
R 113 of 268 ~ 42.16%
G 26 of 268 ~ 9.7%
B 129 of 268 ~ 48.13%

%42.16
%9.7
%48.13

CMYK color model

#711A81 color CMYK value is (12,80,0,49).

  • cyan value is 12.40%
  • magenta value is 79.84%
  • yellow value is 0.00%
  • key color value is 49.41%
CMYK:
(12,80,0,49)
C12M80Y0K49 
(12%,80%,0%,49%)
(0.12/0.80/0.00/0.49)	

CMYK percentages

%12.4
%79.84
%0
%49.41

Codes

Color #711A81 in popluar color models

711A81
RGB11326129
HSL291°66.45%30.39%
HSB/HSV291°79.84%50.59%
CMYK12.40%79.84%0.00%
49.41%

Color #711A81 in popluar number systems.

HEX711A81
Decimal11326129
Binary11100011101010000001
Octal16132201

Shades and tints

Shades of #711A81

#711A81
(113,26,129)
#671876
(103,24,118)
#5D166B
(93,22,107)
#531460
(83,20,96)
#491255
(73,18,85)
#3F104A
(63,16,74)
#350E3F
(53,14,63)
#2B0C34
(43,12,52)
#210A29
(33,10,41)
#17081E
(23,8,30)
#0D0613
(13,6,19)
#000000
(0,0,0)

Tints of #711A81

#711A81
(113,26,129)
#7D2E8C
(125,46,140)
#894297
(137,66,151)
#9556A2
(149,86,162)
#A16AAD
(161,106,173)
#AD7EB8
(173,126,184)
#B992C3
(185,146,195)
#C5A6CE
(197,166,206)
#D1BAD9
(209,186,217)
#DDCEE4
(221,206,228)
#E9E2EF
(233,226,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #711A81 color. Also use rgb(113,26,129) instead hex code.

Text Font Color

.myTextColor { color: #711A81; }

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

This text font color is #711A81.


Background Color

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

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

This div background color is #711A81.


Border color

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

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

This div border color is #711A81.


Opacity

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

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

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

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

This text has shadow with #711A81 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #711A81 on black background.


Color preview on white background

This text has color #711A81 on white background.



Black color preview on #711A81 background

This text has black color on #711A81 background.


White color preview on #711A81 background

This text has white color on #711A81 background.