COLOR #711C6A

HEX: #711C6A RGB: (113,28,106)

Color info

#711C6A contains mainly red and blue colors. Web safe color of #711C6A is #663366 (or #636).

RGB color model

#711C6A color RGB value is (113,28,106).

RGB: (113,28,106) (44%, 11%, 42%)

RGB channels and saturation

R 113 of 255 = 44%
G 28 of 255 = 11%
B 106 of 255 = 42%

113
28
106

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

Portions of RGB colors in percentages

R + G + B = 113 + 28 + 106 = 247 (100%)
R 113 of 247 ~ 45.75%
G 28 of 247 ~ 11.34%
B 106 of 247 ~ 42.91'%

%45.75
%11.34
%42.91

CMYK color model

#711C6A color CMYK value is (0,75,6,56).

  • cyan value is 0.00%
  • magenta value is 75.22%
  • yellow value is 6.19%
  • key color value is 55.69%

CMYK: (0,75,6,56)
C0M75Y6K56 (0%, 75%, 6%, 56%)
(0.00 / 0.75 / 0.06 / 0.56)

CMYK percentages

%0
%75.22
%6.19
%55.69

Codes

Color #711C6A in popluar color models

71 1C 6A
RGB 113 28 106
HSL 305° 60.28% 27.65%
HSB/HSV 305° 75.22% 44.31%
CMYK 0.00% 75.22% 6.19%
55.69%

Color #711C6A in popluar number systems.

HEX 71 1C 6A
Decimal 113 28 106
Binary 1110001 11100 1101010
Octal 161 34 152

Shades and tints

Shades of #711C6A

#711C6A
(113,28,106)
#671A61
(103,26,97)
#5D1858
(93,24,88)
#53164F
(83,22,79)
#491446
(73,20,70)
#3F123D
(63,18,61)
#351034
(53,16,52)
#2B0E2B
(43,14,43)
#210C22
(33,12,34)
#170A19
(23,10,25)
#0D0810
(13,8,16)
#000000
(0,0,0)

Tints of #711C6A

#711C6A
(113,28,106)
#7D3077
(125,48,119)
#894484
(137,68,132)
#955891
(149,88,145)
#A16C9E
(161,108,158)
#AD80AB
(173,128,171)
#B994B8
(185,148,184)
#C5A8C5
(197,168,197)
#D1BCD2
(209,188,210)
#DDD0DF
(221,208,223)
#E9E4EC
(233,228,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #711C6A color. Also use rgb(113,28,106) instead hex code.

Text Font Color

.myTextColor { color: #711C6A; }

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

This text font color is #711C6A.

Background Color

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

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

This div background color is #711C6A.

Border color

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

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

This div border color is #711C6A.

Opacity

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

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

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

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

This text has shadow with #711C6A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #711C6A.

Preview

Color preview on black background

This text has color #711C6A on black background.


Color preview on white background

This text has color #711C6A on white background.


Black color preview on #711C6A background

This text has black color on #711C6A background.


White color preview on #711C6A background

This text has white color on #711C6A background.


Related colors

Complementary color

Complementary color for #hex is #8EE395.


I love getcolorcode.com

Triadic colors

1 #6A711C and #1C6A71 with #711C6A are triadic colors.

2 #6A1C71 and #1C716A with #711C6A are triadic colors.