COLOR #71177F

HEX: #71177F RGB: (113,23,127)

Color info

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

RGB color model

#71177F color RGB value is (113,23,127).

RGB: (113,23,127) (44%, 9%, 50%)

RGB channels and saturation

R 113 of 255 = 44%
G 23 of 255 = 9%
B 127 of 255 = 50%

113
23
127

R + G + B ~ 34%. #71177F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 113 + 23 + 127 = 263 (100%)
R 113 of 263 ~ 42.97%
G 23 of 263 ~ 8.75%
B 127 of 263 ~ 48.29'%

%42.97
%48.29

CMYK color model

#71177F color CMYK value is (11,82,0,50).

  • cyan value is 11.02%
  • magenta value is 81.89%
  • yellow value is 0.00%
  • key color value is 50.20%

CMYK: (11,82,0,50)
C11M82Y0K50 (11%, 82%, 0%, 50%)
(0.11 / 0.82 / 0.00 / 0.50)

CMYK percentages

%11.02
%81.89
%0
%50.2

Codes

Color #71177F in popluar color models

71 17 7F
RGB 113 23 127
HSL 292° 69.33% 29.41%
HSB/HSV 292° 81.89% 49.80%
CMYK 11.02% 81.89% 0.00%
50.20%

Color #71177F in popluar number systems.

HEX 71 17 7F
Decimal 113 23 127
Binary 1110001 10111 1111111
Octal 161 27 177

Shades and tints

Shades of #71177F

#71177F
(113,23,127)
#671574
(103,21,116)
#5D1369
(93,19,105)
#53115E
(83,17,94)
#490F53
(73,15,83)
#3F0D48
(63,13,72)
#350B3D
(53,11,61)
#2B0932
(43,9,50)
#210727
(33,7,39)
#17051C
(23,5,28)
#0D0311
(13,3,17)
#000000
(0,0,0)

Tints of #71177F

#71177F
(113,23,127)
#7D2C8A
(125,44,138)
#894195
(137,65,149)
#9556A0
(149,86,160)
#A16BAB
(161,107,171)
#AD80B6
(173,128,182)
#B995C1
(185,149,193)
#C5AACC
(197,170,204)
#D1BFD7
(209,191,215)
#DDD4E2
(221,212,226)
#E9E9ED
(233,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #71177F; }

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

This text font color is #71177F.

Background Color

.myBgColor { background-color: #71177F; }

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

This div background color is #71177F.

Border color

.myBorderColor { border: 1px solid #71177F; }

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

This div border color is #71177F.

Opacity

.myOpacity80 { color: #71177F; opacity: 0.8; }

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

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

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

This text has shadow with #71177F color.


.textShadow {text-shadow: 3px 3px 1px #71177F', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #71177F; -webkit-box-shadow: 1px 1px 3px 2px #71177F; box-shadow:1px 1px 3px 2px #71177F;">
Div content here
</div>

This div box has shadow with color #71177F.

Preview

Color preview on black background

This text has color #71177F on black background.


Color preview on white background

This text has color #71177F on white background.


Black color preview on #71177F background

This text has black color on #71177F background.


White color preview on #71177F background

This text has white color on #71177F background.


Related colors

Complementary color

Complementary color for #hex is #8EE880.


I love getcolorcode.com

Triadic colors

1 #7F7117 and #177F71 with #71177F are triadic colors.

2 #7F1771 and #17717F with #71177F are triadic colors.