COLOR #712691

HEX: #712691
RGB: (113,38,145)

Color info

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

RGB color model

#712691 color RGB value is (113,38,145).

  • red value is 113;
  • green value is 38;
  • blue value is 145.
RGB:
(113,38,145)
(44%,15%,57%)

RGB channels and saturation

R 113 of 255 = 44%
G 38 of 255 = 15%
B 145 of 255 = 57%

113
38
145

R + G + B ~ 39%. #712691 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
113 + 38 + 145 = 296 (100%)
R 113 of 296 ~ 38.18%
G 38 of 296 ~ 12.84%
B 145 of 296 ~ 48.99%

%38.18
%12.84
%48.99

CMYK color model

#712691 color CMYK value is (22,74,0,43).

  • cyan value is 22.07%
  • magenta value is 73.79%
  • yellow value is 0.00%
  • key color value is 43.14%
CMYK:
(22,74,0,43)
C22M74Y0K43 
(22%,74%,0%,43%)
(0.22/0.74/0.00/0.43)	

CMYK percentages

%22.07
%73.79
%0
%43.14

Codes

Color #712691 in popluar color models

712691
RGB11338145
HSL282°58.47%35.88%
HSB/HSV282°73.79%56.86%
CMYK22.07%73.79%0.00%
43.14%

Color #712691 in popluar number systems.

HEX712691
Decimal11338145
Binary111000110011010010001
Octal16146221

Shades and tints

Shades of #712691

#712691
(113,38,145)
#672384
(103,35,132)
#5D2077
(93,32,119)
#531D6A
(83,29,106)
#491A5D
(73,26,93)
#3F1750
(63,23,80)
#351443
(53,20,67)
#2B1136
(43,17,54)
#210E29
(33,14,41)
#170B1C
(23,11,28)
#0D080F
(13,8,15)
#000000
(0,0,0)

Tints of #712691

#712691
(113,38,145)
#7D399B
(125,57,155)
#894CA5
(137,76,165)
#955FAF
(149,95,175)
#A172B9
(161,114,185)
#AD85C3
(173,133,195)
#B998CD
(185,152,205)
#C5ABD7
(197,171,215)
#D1BEE1
(209,190,225)
#DDD1EB
(221,209,235)
#E9E4F5
(233,228,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #712691 color. Also use rgb(113,38,145) instead hex code.

Text Font Color

.myTextColor { color: #712691; }

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

This text font color is #712691.


Background Color

.myBgColor { background-color: #712691; }

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

This div background color is #712691.


Border color

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

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

This div border color is #712691.


Opacity

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

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

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

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

This text has shadow with #712691 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #712691 on black background.


Color preview on white background

This text has color #712691 on white background.



Black color preview on #712691 background

This text has black color on #712691 background.


White color preview on #712691 background

This text has white color on #712691 background.