COLOR #711467

HEX: #711467
RGB: (113,20,103)

Color info

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

RGB color model

#711467 color RGB value is (113,20,103).

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

RGB channels and saturation

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

113
20
103

R + G + B ~ 31%. #711467 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
113 + 20 + 103 = 236 (100%)
R 113 of 236 ~ 47.88%
G 20 of 236 ~ 8.47%
B 103 of 236 ~ 43.64%

%47.88
%43.64

CMYK color model

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

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

CMYK percentages

%0
%82.3
%8.85
%55.69

Codes

Color #711467 in popluar color models

711467
RGB11320103
HSL306°69.92%26.08%
HSB/HSV306°82.30%44.31%
CMYK0.00%82.30%8.85%
55.69%

Color #711467 in popluar number systems.

HEX711467
Decimal11320103
Binary1110001101001100111
Octal16124147

Shades and tints

Shades of #711467

#711467
(113,20,103)
#67135E
(103,19,94)
#5D1255
(93,18,85)
#53114C
(83,17,76)
#491043
(73,16,67)
#3F0F3A
(63,15,58)
#350E31
(53,14,49)
#2B0D28
(43,13,40)
#210C1F
(33,12,31)
#170B16
(23,11,22)
#0D0A0D
(13,10,13)
#000000
(0,0,0)

Tints of #711467

#711467
(113,20,103)
#7D2974
(125,41,116)
#893E81
(137,62,129)
#95538E
(149,83,142)
#A1689B
(161,104,155)
#AD7DA8
(173,125,168)
#B992B5
(185,146,181)
#C5A7C2
(197,167,194)
#D1BCCF
(209,188,207)
#DDD1DC
(221,209,220)
#E9E6E9
(233,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #711467; }

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

This text font color is #711467.


Background Color

.myBgColor { background-color: #711467; }

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

This div background color is #711467.


Border color

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

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

This div border color is #711467.


Opacity

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

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

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

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

This text has shadow with #711467 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #711467 on black background.


Color preview on white background

This text has color #711467 on white background.



Black color preview on #711467 background

This text has black color on #711467 background.


White color preview on #711467 background

This text has white color on #711467 background.