COLOR #711588

HEX: #711588
RGB: (113,21,136)

Color info

#711588 contains mainly red and blue colors. Web safe color of #711588 is #660099 (or #609).

RGB color model

#711588 color RGB value is (113,21,136).

  • red value is 113;
  • green value is 21;
  • blue value is 136.
RGB:
(113,21,136)
(44%,8%,53%)

RGB channels and saturation

R 113 of 255 = 44%
G 21 of 255 = 8%
B 136 of 255 = 53%

113
21
136

R + G + B ~ 35%. #711588 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
113 + 21 + 136 = 270 (100%)
R 113 of 270 ~ 41.85%
G 21 of 270 ~ 7.78%
B 136 of 270 ~ 50.37%

%41.85
%50.37

CMYK color model

#711588 color CMYK value is (17,85,0,47).

  • cyan value is 16.91%
  • magenta value is 84.56%
  • yellow value is 0.00%
  • key color value is 46.67%
CMYK:
(17,85,0,47)
C17M85Y0K47 
(17%,85%,0%,47%)
(0.17/0.85/0.00/0.47)	

CMYK percentages

%16.91
%84.56
%0
%46.67

Codes

Color #711588 in popluar color models

711588
RGB11321136
HSL288°73.25%30.78%
HSB/HSV288°84.56%53.33%
CMYK16.91%84.56%0.00%
46.67%

Color #711588 in popluar number systems.

HEX711588
Decimal11321136
Binary11100011010110001000
Octal16125210

Shades and tints

Shades of #711588

#711588
(113,21,136)
#67147C
(103,20,124)
#5D1370
(93,19,112)
#531264
(83,18,100)
#491158
(73,17,88)
#3F104C
(63,16,76)
#350F40
(53,15,64)
#2B0E34
(43,14,52)
#210D28
(33,13,40)
#170C1C
(23,12,28)
#0D0B10
(13,11,16)
#000000
(0,0,0)

Tints of #711588

#711588
(113,21,136)
#7D2A92
(125,42,146)
#893F9C
(137,63,156)
#9554A6
(149,84,166)
#A169B0
(161,105,176)
#AD7EBA
(173,126,186)
#B993C4
(185,147,196)
#C5A8CE
(197,168,206)
#D1BDD8
(209,189,216)
#DDD2E2
(221,210,226)
#E9E7EC
(233,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #711588 color. Also use rgb(113,21,136) instead hex code.

Text Font Color

.myTextColor { color: #711588; }

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

This text font color is #711588.


Background Color

.myBgColor { background-color: #711588; }

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

This div background color is #711588.


Border color

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

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

This div border color is #711588.


Opacity

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

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

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

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

This text has shadow with #711588 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #711588 on black background.


Color preview on white background

This text has color #711588 on white background.



Black color preview on #711588 background

This text has black color on #711588 background.


White color preview on #711588 background

This text has white color on #711588 background.