COLOR #711471

HEX: #711471
RGB: (113,20,113)

Color info

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

RGB color model

#711471 color RGB value is (113,20,113).

  • red value is 113;
  • green value is 20;
  • blue value is 113.
RGB:
(113,20,113)
(44%,8%,44%)

RGB channels and saturation

R 113 of 255 = 44%
G 20 of 255 = 8%
B 113 of 255 = 44%

113
20
113

R + G + B ~ 32%. #711471 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
113 + 20 + 113 = 246 (100%)
R 113 of 246 ~ 45.93%
G 20 of 246 ~ 8.13%
B 113 of 246 ~ 45.93%

%45.93
%45.93

CMYK color model

#711471 color CMYK value is (0,82,0,56).

  • cyan value is 0.00%
  • magenta value is 82.30%
  • yellow value is 0.00%
  • key color value is 55.69%
CMYK:
(0,82,0,56)
C0M82Y0K56 
(0%,82%,0%,56%)
(0.00/0.82/0.00/0.56)	

CMYK percentages

%0
%82.3
%0
%55.69

Codes

Color #711471 in popluar color models

711471
RGB11320113
HSL300°69.92%26.08%
HSB/HSV300°82.30%44.31%
CMYK0.00%82.30%0.00%
55.69%

Color #711471 in popluar number systems.

HEX711471
Decimal11320113
Binary1110001101001110001
Octal16124161

Shades and tints

Shades of #711471

#711471
(113,20,113)
#671367
(103,19,103)
#5D125D
(93,18,93)
#531153
(83,17,83)
#491049
(73,16,73)
#3F0F3F
(63,15,63)
#350E35
(53,14,53)
#2B0D2B
(43,13,43)
#210C21
(33,12,33)
#170B17
(23,11,23)
#0D0A0D
(13,10,13)
#000000
(0,0,0)

Tints of #711471

#711471
(113,20,113)
#7D297D
(125,41,125)
#893E89
(137,62,137)
#955395
(149,83,149)
#A168A1
(161,104,161)
#AD7DAD
(173,125,173)
#B992B9
(185,146,185)
#C5A7C5
(197,167,197)
#D1BCD1
(209,188,209)
#DDD1DD
(221,209,221)
#E9E6E9
(233,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #711471; }

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

This text font color is #711471.


Background Color

.myBgColor { background-color: #711471; }

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

This div background color is #711471.


Border color

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

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

This div border color is #711471.


Opacity

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

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

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

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

This text has shadow with #711471 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #711471 on black background.


Color preview on white background

This text has color #711471 on white background.



Black color preview on #711471 background

This text has black color on #711471 background.


White color preview on #711471 background

This text has white color on #711471 background.