COLOR #711052

HEX: #711052
RGB: (113,16,82)

Color info

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

RGB color model

#711052 color RGB value is (113,16,82).

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

RGB channels and saturation

R 113 of 255 = 44%
G 16 of 255 = 6%
B 82 of 255 = 32%

113
16
82

R + G + B ~ 27%. #711052 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
113 + 16 + 82 = 211 (100%)
R 113 of 211 ~ 53.55%
G 16 of 211 ~ 7.58%
B 82 of 211 ~ 38.86%

%53.55
%38.86

CMYK color model

#711052 color CMYK value is (0,86,27,56).

  • cyan value is 0.00%
  • magenta value is 85.84%
  • yellow value is 27.43%
  • key color value is 55.69%
CMYK:
(0,86,27,56)
C0M86Y27K56 
(0%,86%,27%,56%)
(0.00/0.86/0.27/0.56)	

CMYK percentages

%0
%85.84
%27.43
%55.69

Codes

Color #711052 in popluar color models

711052
RGB1131682
HSL319°75.19%25.29%
HSB/HSV319°85.84%44.31%
CMYK0.00%85.84%27.43%
55.69%

Color #711052 in popluar number systems.

HEX711052
Decimal1131682
Binary1110001100001010010
Octal16120122

Shades and tints

Shades of #711052

#711052
(113,16,82)
#670F4B
(103,15,75)
#5D0E44
(93,14,68)
#530D3D
(83,13,61)
#490C36
(73,12,54)
#3F0B2F
(63,11,47)
#350A28
(53,10,40)
#2B0921
(43,9,33)
#21081A
(33,8,26)
#170713
(23,7,19)
#0D060C
(13,6,12)
#000000
(0,0,0)

Tints of #711052

#711052
(113,16,82)
#7D2561
(125,37,97)
#893A70
(137,58,112)
#954F7F
(149,79,127)
#A1648E
(161,100,142)
#AD799D
(173,121,157)
#B98EAC
(185,142,172)
#C5A3BB
(197,163,187)
#D1B8CA
(209,184,202)
#DDCDD9
(221,205,217)
#E9E2E8
(233,226,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #711052; }

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

This text font color is #711052.


Background Color

.myBgColor { background-color: #711052; }

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

This div background color is #711052.


Border color

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

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

This div border color is #711052.


Opacity

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

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

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

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

This text has shadow with #711052 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #711052 on black background.


Color preview on white background

This text has color #711052 on white background.



Black color preview on #711052 background

This text has black color on #711052 background.


White color preview on #711052 background

This text has white color on #711052 background.