COLOR #713E7F

HEX: #713E7F
RGB: (113,62,127)

Color info

#713E7F contains mainly red and blue colors. Web safe color of #713E7F is #663366 (or #636).

RGB color model

#713E7F color RGB value is (113,62,127).

  • red value is 113;
  • green value is 62;
  • blue value is 127.
RGB:
(113,62,127)
(44%,24%,50%)

RGB channels and saturation

R 113 of 255 = 44%
G 62 of 255 = 24%
B 127 of 255 = 50%

113
62
127

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

Portions of RGB colors in percentages

R + G + B =
113 + 62 + 127 = 302 (100%)
R 113 of 302 ~ 37.42%
G 62 of 302 ~ 20.53%
B 127 of 302 ~ 42.05%

%37.42
%20.53
%42.05

CMYK color model

#713E7F color CMYK value is (11,51,0,50).

  • cyan value is 11.02%
  • magenta value is 51.18%
  • yellow value is 0.00%
  • key color value is 50.20%
CMYK:
(11,51,0,50)
C11M51Y0K50 
(11%,51%,0%,50%)
(0.11/0.51/0.00/0.50)	

CMYK percentages

%11.02
%51.18
%0
%50.2

Codes

Color #713E7F in popluar color models

713E7F
RGB11362127
HSL287°34.39%37.06%
HSB/HSV287°51.18%49.80%
CMYK11.02%51.18%0.00%
50.20%

Color #713E7F in popluar number systems.

HEX713E7F
Decimal11362127
Binary11100011111101111111
Octal16176177

Shades and tints

Shades of #713E7F

#713E7F
(113,62,127)
#673974
(103,57,116)
#5D3469
(93,52,105)
#532F5E
(83,47,94)
#492A53
(73,42,83)
#3F2548
(63,37,72)
#35203D
(53,32,61)
#2B1B32
(43,27,50)
#211627
(33,22,39)
#17111C
(23,17,28)
#0D0C11
(13,12,17)
#000000
(0,0,0)

Tints of #713E7F

#713E7F
(113,62,127)
#7D4F8A
(125,79,138)
#896095
(137,96,149)
#9571A0
(149,113,160)
#A182AB
(161,130,171)
#AD93B6
(173,147,182)
#B9A4C1
(185,164,193)
#C5B5CC
(197,181,204)
#D1C6D7
(209,198,215)
#DDD7E2
(221,215,226)
#E9E8ED
(233,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #713E7F color. Also use rgb(113,62,127) instead hex code.

Text Font Color

.myTextColor { color: #713E7F; }

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

This text font color is #713E7F.


Background Color

.myBgColor { background-color: #713E7F; }

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

This div background color is #713E7F.


Border color

.myBorderColor { border: 1px solid #713E7F; }

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

This div border color is #713E7F.


Opacity

.myOpacity80 { color: #713E7F; opacity: 0.8; }

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

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

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

This text has shadow with #713E7F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #713E7F on black background.


Color preview on white background

This text has color #713E7F on white background.



Black color preview on #713E7F background

This text has black color on #713E7F background.


White color preview on #713E7F background

This text has white color on #713E7F background.