COLOR #711060

HEX: #711060
RGB: (113,16,96)

Color info

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

RGB color model

#711060 color RGB value is (113,16,96).

  • red value is 113;
  • green value is 16;
  • blue value is 96.
RGB:
(113,16,96)
(44%,6%,38%)

RGB channels and saturation

R 113 of 255 = 44%
G 16 of 255 = 6%
B 96 of 255 = 38%

113
16
96

R + G + B ~ 29%. #711060 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
113 + 16 + 96 = 225 (100%)
R 113 of 225 ~ 50.22%
G 16 of 225 ~ 7.11%
B 96 of 225 ~ 42.67%

%50.22
%42.67

CMYK color model

#711060 color CMYK value is (0,86,15,56).

  • cyan value is 0.00%
  • magenta value is 85.84%
  • yellow value is 15.04%
  • key color value is 55.69%
CMYK:
(0,86,15,56)
C0M86Y15K56 
(0%,86%,15%,56%)
(0.00/0.86/0.15/0.56)	

CMYK percentages

%0
%85.84
%15.04
%55.69

Codes

Color #711060 in popluar color models

711060
RGB1131696
HSL311°75.19%25.29%
HSB/HSV311°85.84%44.31%
CMYK0.00%85.84%15.04%
55.69%

Color #711060 in popluar number systems.

HEX711060
Decimal1131696
Binary1110001100001100000
Octal16120140

Shades and tints

Shades of #711060

#711060
(113,16,96)
#670F58
(103,15,88)
#5D0E50
(93,14,80)
#530D48
(83,13,72)
#490C40
(73,12,64)
#3F0B38
(63,11,56)
#350A30
(53,10,48)
#2B0928
(43,9,40)
#210820
(33,8,32)
#170718
(23,7,24)
#0D0610
(13,6,16)
#000000
(0,0,0)

Tints of #711060

#711060
(113,16,96)
#7D256E
(125,37,110)
#893A7C
(137,58,124)
#954F8A
(149,79,138)
#A16498
(161,100,152)
#AD79A6
(173,121,166)
#B98EB4
(185,142,180)
#C5A3C2
(197,163,194)
#D1B8D0
(209,184,208)
#DDCDDE
(221,205,222)
#E9E2EC
(233,226,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #711060; }

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

This text font color is #711060.


Background Color

.myBgColor { background-color: #711060; }

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

This div background color is #711060.


Border color

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

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

This div border color is #711060.


Opacity

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

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

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

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

This text has shadow with #711060 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #711060 on black background.


Color preview on white background

This text has color #711060 on white background.



Black color preview on #711060 background

This text has black color on #711060 background.


White color preview on #711060 background

This text has white color on #711060 background.