COLOR #711F90

HEX: #711F90
RGB: (113,31,144)

Color info

#711F90 contains mainly red and blue colors. Web safe color of #711F90 is #663399 (or #639).

RGB color model

#711F90 color RGB value is (113,31,144).

  • red value is 113;
  • green value is 31;
  • blue value is 144.
RGB:
(113,31,144)
(44%,12%,56%)

RGB channels and saturation

R 113 of 255 = 44%
G 31 of 255 = 12%
B 144 of 255 = 56%

113
31
144

R + G + B ~ 37%. #711F90 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
113 + 31 + 144 = 288 (100%)
R 113 of 288 ~ 39.24%
G 31 of 288 ~ 10.76%
B 144 of 288 ~ 50%

%39.24
%10.76
%50

CMYK color model

#711F90 color CMYK value is (22,78,0,44).

  • cyan value is 21.53%
  • magenta value is 78.47%
  • yellow value is 0.00%
  • key color value is 43.53%
CMYK:
(22,78,0,44)
C22M78Y0K44 
(22%,78%,0%,44%)
(0.22/0.78/0.00/0.44)	

CMYK percentages

%21.53
%78.47
%0
%43.53

Codes

Color #711F90 in popluar color models

711F90
RGB11331144
HSL284°64.57%34.31%
HSB/HSV284°78.47%56.47%
CMYK21.53%78.47%0.00%
43.53%

Color #711F90 in popluar number systems.

HEX711F90
Decimal11331144
Binary11100011111110010000
Octal16137220

Shades and tints

Shades of #711F90

#711F90
(113,31,144)
#671D83
(103,29,131)
#5D1B76
(93,27,118)
#531969
(83,25,105)
#49175C
(73,23,92)
#3F154F
(63,21,79)
#351342
(53,19,66)
#2B1135
(43,17,53)
#210F28
(33,15,40)
#170D1B
(23,13,27)
#0D0B0E
(13,11,14)
#000000
(0,0,0)

Tints of #711F90

#711F90
(113,31,144)
#7D339A
(125,51,154)
#8947A4
(137,71,164)
#955BAE
(149,91,174)
#A16FB8
(161,111,184)
#AD83C2
(173,131,194)
#B997CC
(185,151,204)
#C5ABD6
(197,171,214)
#D1BFE0
(209,191,224)
#DDD3EA
(221,211,234)
#E9E7F4
(233,231,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #711F90 color. Also use rgb(113,31,144) instead hex code.

Text Font Color

.myTextColor { color: #711F90; }

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

This text font color is #711F90.


Background Color

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

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

This div background color is #711F90.


Border color

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

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

This div border color is #711F90.


Opacity

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

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

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

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

This text has shadow with #711F90 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #711F90 on black background.


Color preview on white background

This text has color #711F90 on white background.



Black color preview on #711F90 background

This text has black color on #711F90 background.


White color preview on #711F90 background

This text has white color on #711F90 background.