COLOR #713BA7

HEX: #713BA7
RGB: (113,59,167)

Color info

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

RGB color model

#713BA7 color RGB value is (113,59,167).

  • red value is 113;
  • green value is 59;
  • blue value is 167.
RGB:
(113,59,167)
(44%,23%,65%)

RGB channels and saturation

R 113 of 255 = 44%
G 59 of 255 = 23%
B 167 of 255 = 65%

113
59
167

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

Portions of RGB colors in percentages

R + G + B =
113 + 59 + 167 = 339 (100%)
R 113 of 339 ~ 33.33%
G 59 of 339 ~ 17.4%
B 167 of 339 ~ 49.26%

%33.33
%17.4
%49.26

CMYK color model

#713BA7 color CMYK value is (32,65,0,35).

  • cyan value is 32.34%
  • magenta value is 64.67%
  • yellow value is 0.00%
  • key color value is 34.51%
CMYK:
(32,65,0,35)
C32M65Y0K35 
(32%,65%,0%,35%)
(0.32/0.65/0.00/0.35)	

CMYK percentages

%32.34
%64.67
%0
%34.51

Codes

Color #713BA7 in popluar color models

713BA7
RGB11359167
HSL270°47.79%44.31%
HSB/HSV270°64.67%65.49%
CMYK32.34%64.67%0.00%
34.51%

Color #713BA7 in popluar number systems.

HEX713BA7
Decimal11359167
Binary111000111101110100111
Octal16173247

Shades and tints

Shades of #713BA7

#713BA7
(113,59,167)
#673698
(103,54,152)
#5D3189
(93,49,137)
#532C7A
(83,44,122)
#49276B
(73,39,107)
#3F225C
(63,34,92)
#351D4D
(53,29,77)
#2B183E
(43,24,62)
#21132F
(33,19,47)
#170E20
(23,14,32)
#0D0911
(13,9,17)
#000000
(0,0,0)

Tints of #713BA7

#713BA7
(113,59,167)
#7D4CAF
(125,76,175)
#895DB7
(137,93,183)
#956EBF
(149,110,191)
#A17FC7
(161,127,199)
#AD90CF
(173,144,207)
#B9A1D7
(185,161,215)
#C5B2DF
(197,178,223)
#D1C3E7
(209,195,231)
#DDD4EF
(221,212,239)
#E9E5F7
(233,229,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #713BA7 color. Also use rgb(113,59,167) instead hex code.

Text Font Color

.myTextColor { color: #713BA7; }

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

This text font color is #713BA7.


Background Color

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

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

This div background color is #713BA7.


Border color

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

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

This div border color is #713BA7.


Opacity

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

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

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

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

This text has shadow with #713BA7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #713BA7 on black background.


Color preview on white background

This text has color #713BA7 on white background.



Black color preview on #713BA7 background

This text has black color on #713BA7 background.


White color preview on #713BA7 background

This text has white color on #713BA7 background.