COLOR #712D94

HEX: #712D94
RGB: (113,45,148)

Color info

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

RGB color model

#712D94 color RGB value is (113,45,148).

  • red value is 113;
  • green value is 45;
  • blue value is 148.
RGB:
(113,45,148)
(44%,18%,58%)

RGB channels and saturation

R 113 of 255 = 44%
G 45 of 255 = 18%
B 148 of 255 = 58%

113
45
148

R + G + B ~ 40%. #712D94 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
113 + 45 + 148 = 306 (100%)
R 113 of 306 ~ 36.93%
G 45 of 306 ~ 14.71%
B 148 of 306 ~ 48.37%

%36.93
%14.71
%48.37

CMYK color model

#712D94 color CMYK value is (24,70,0,42).

  • cyan value is 23.65%
  • magenta value is 69.59%
  • yellow value is 0.00%
  • key color value is 41.96%
CMYK:
(24,70,0,42)
C24M70Y0K42 
(24%,70%,0%,42%)
(0.24/0.70/0.00/0.42)	

CMYK percentages

%23.65
%69.59
%0
%41.96

Codes

Color #712D94 in popluar color models

712D94
RGB11345148
HSL280°53.37%37.84%
HSB/HSV280°69.59%58.04%
CMYK23.65%69.59%0.00%
41.96%

Color #712D94 in popluar number systems.

HEX712D94
Decimal11345148
Binary111000110110110010100
Octal16155224

Shades and tints

Shades of #712D94

#712D94
(113,45,148)
#672987
(103,41,135)
#5D257A
(93,37,122)
#53216D
(83,33,109)
#491D60
(73,29,96)
#3F1953
(63,25,83)
#351546
(53,21,70)
#2B1139
(43,17,57)
#210D2C
(33,13,44)
#17091F
(23,9,31)
#0D0512
(13,5,18)
#000000
(0,0,0)

Tints of #712D94

#712D94
(113,45,148)
#7D409D
(125,64,157)
#8953A6
(137,83,166)
#9566AF
(149,102,175)
#A179B8
(161,121,184)
#AD8CC1
(173,140,193)
#B99FCA
(185,159,202)
#C5B2D3
(197,178,211)
#D1C5DC
(209,197,220)
#DDD8E5
(221,216,229)
#E9EBEE
(233,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #712D94 color. Also use rgb(113,45,148) instead hex code.

Text Font Color

.myTextColor { color: #712D94; }

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

This text font color is #712D94.


Background Color

.myBgColor { background-color: #712D94; }

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

This div background color is #712D94.


Border color

.myBorderColor { border: 1px solid #712D94; }

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

This div border color is #712D94.


Opacity

.myOpacity80 { color: #712D94; opacity: 0.8; }

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

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

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

This text has shadow with #712D94 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #712D94 on black background.


Color preview on white background

This text has color #712D94 on white background.



Black color preview on #712D94 background

This text has black color on #712D94 background.


White color preview on #712D94 background

This text has white color on #712D94 background.