COLOR #713C9F

HEX: #713C9F
RGB: (113,60,159)

Color info

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

RGB color model

#713C9F color RGB value is (113,60,159).

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

RGB channels and saturation

R 113 of 255 = 44%
G 60 of 255 = 24%
B 159 of 255 = 62%

113
60
159

R + G + B ~ 43%. #713C9F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
113 + 60 + 159 = 332 (100%)
R 113 of 332 ~ 34.04%
G 60 of 332 ~ 18.07%
B 159 of 332 ~ 47.89%

%34.04
%18.07
%47.89

CMYK color model

#713C9F color CMYK value is (29,62,0,38).

  • cyan value is 28.93%
  • magenta value is 62.26%
  • yellow value is 0.00%
  • key color value is 37.65%
CMYK:
(29,62,0,38)
C29M62Y0K38 
(29%,62%,0%,38%)
(0.29/0.62/0.00/0.38)	

CMYK percentages

%28.93
%62.26
%0
%37.65

Codes

Color #713C9F in popluar color models

713C9F
RGB11360159
HSL272°45.21%42.94%
HSB/HSV272°62.26%62.35%
CMYK28.93%62.26%0.00%
37.65%

Color #713C9F in popluar number systems.

HEX713C9F
Decimal11360159
Binary111000111110010011111
Octal16174237

Shades and tints

Shades of #713C9F

#713C9F
(113,60,159)
#673791
(103,55,145)
#5D3283
(93,50,131)
#532D75
(83,45,117)
#492867
(73,40,103)
#3F2359
(63,35,89)
#351E4B
(53,30,75)
#2B193D
(43,25,61)
#21142F
(33,20,47)
#170F21
(23,15,33)
#0D0A13
(13,10,19)
#000000
(0,0,0)

Tints of #713C9F

#713C9F
(113,60,159)
#7D4DA7
(125,77,167)
#895EAF
(137,94,175)
#956FB7
(149,111,183)
#A180BF
(161,128,191)
#AD91C7
(173,145,199)
#B9A2CF
(185,162,207)
#C5B3D7
(197,179,215)
#D1C4DF
(209,196,223)
#DDD5E7
(221,213,231)
#E9E6EF
(233,230,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #713C9F color. Also use rgb(113,60,159) instead hex code.

Text Font Color

.myTextColor { color: #713C9F; }

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

This text font color is #713C9F.


Background Color

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

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

This div background color is #713C9F.


Border color

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

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

This div border color is #713C9F.


Opacity

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

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

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

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

This text has shadow with #713C9F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #713C9F on black background.


Color preview on white background

This text has color #713C9F on white background.



Black color preview on #713C9F background

This text has black color on #713C9F background.


White color preview on #713C9F background

This text has white color on #713C9F background.