COLOR #713CB3

HEX: #713CB3
RGB: (113,60,179)

Color info

#713CB3 contains mainly blue color. Web safe color of #713CB3 is #663399 (or #639).

RGB color model

#713CB3 color RGB value is (113,60,179).

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

RGB channels and saturation

R 113 of 255 = 44%
G 60 of 255 = 24%
B 179 of 255 = 70%

113
60
179

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

Portions of RGB colors in percentages

R + G + B =
113 + 60 + 179 = 352 (100%)
R 113 of 352 ~ 32.1%
G 60 of 352 ~ 17.05%
B 179 of 352 ~ 50.85%

%32.1
%17.05
%50.85

CMYK color model

#713CB3 color CMYK value is (37,66,0,30).

  • cyan value is 36.87%
  • magenta value is 66.48%
  • yellow value is 0.00%
  • key color value is 29.80%
CMYK:
(37,66,0,30)
C37M66Y0K30 
(37%,66%,0%,30%)
(0.37/0.66/0.00/0.30)	

CMYK percentages

%36.87
%66.48
%0
%29.8

Codes

Color #713CB3 in popluar color models

713CB3
RGB11360179
HSL267°49.79%46.86%
HSB/HSV267°66.48%70.20%
CMYK36.87%66.48%0.00%
29.80%

Color #713CB3 in popluar number systems.

HEX713CB3
Decimal11360179
Binary111000111110010110011
Octal16174263

Shades and tints

Shades of #713CB3

#713CB3
(113,60,179)
#6737A3
(103,55,163)
#5D3293
(93,50,147)
#532D83
(83,45,131)
#492873
(73,40,115)
#3F2363
(63,35,99)
#351E53
(53,30,83)
#2B1943
(43,25,67)
#211433
(33,20,51)
#170F23
(23,15,35)
#0D0A13
(13,10,19)
#000000
(0,0,0)

Tints of #713CB3

#713CB3
(113,60,179)
#7D4DB9
(125,77,185)
#895EBF
(137,94,191)
#956FC5
(149,111,197)
#A180CB
(161,128,203)
#AD91D1
(173,145,209)
#B9A2D7
(185,162,215)
#C5B3DD
(197,179,221)
#D1C4E3
(209,196,227)
#DDD5E9
(221,213,233)
#E9E6EF
(233,230,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #713CB3; }

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

This text font color is #713CB3.


Background Color

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

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

This div background color is #713CB3.


Border color

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

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

This div border color is #713CB3.


Opacity

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

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

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

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

This text has shadow with #713CB3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #713CB3 on black background.


Color preview on white background

This text has color #713CB3 on white background.



Black color preview on #713CB3 background

This text has black color on #713CB3 background.


White color preview on #713CB3 background

This text has white color on #713CB3 background.