COLOR #713865

HEX: #713865
RGB: (113,56,101)

Color info

#713865 contains red, green and blue colors in about the same proportion. Web safe color of #713865 is #663366 (or #636).

RGB color model

#713865 color RGB value is (113,56,101).

  • red value is 113;
  • green value is 56;
  • blue value is 101.
RGB:
(113,56,101)
(44%,22%,40%)

RGB channels and saturation

R 113 of 255 = 44%
G 56 of 255 = 22%
B 101 of 255 = 40%

113
56
101

R + G + B ~ 35%. #713865 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
113 + 56 + 101 = 270 (100%)
R 113 of 270 ~ 41.85%
G 56 of 270 ~ 20.74%
B 101 of 270 ~ 37.41%

%41.85
%20.74
%37.41

CMYK color model

#713865 color CMYK value is (0,50,11,56).

  • cyan value is 0.00%
  • magenta value is 50.44%
  • yellow value is 10.62%
  • key color value is 55.69%
CMYK:
(0,50,11,56)
C0M50Y11K56 
(0%,50%,11%,56%)
(0.00/0.50/0.11/0.56)	

CMYK percentages

%0
%50.44
%10.62
%55.69

Codes

Color #713865 in popluar color models

713865
RGB11356101
HSL313°33.73%33.14%
HSB/HSV313°50.44%44.31%
CMYK0.00%50.44%10.62%
55.69%

Color #713865 in popluar number systems.

HEX713865
Decimal11356101
Binary11100011110001100101
Octal16170145

Shades and tints

Shades of #713865

#713865
(113,56,101)
#67335C
(103,51,92)
#5D2E53
(93,46,83)
#53294A
(83,41,74)
#492441
(73,36,65)
#3F1F38
(63,31,56)
#351A2F
(53,26,47)
#2B1526
(43,21,38)
#21101D
(33,16,29)
#170B14
(23,11,20)
#0D060B
(13,6,11)
#000000
(0,0,0)

Tints of #713865

#713865
(113,56,101)
#7D4A73
(125,74,115)
#895C81
(137,92,129)
#956E8F
(149,110,143)
#A1809D
(161,128,157)
#AD92AB
(173,146,171)
#B9A4B9
(185,164,185)
#C5B6C7
(197,182,199)
#D1C8D5
(209,200,213)
#DDDAE3
(221,218,227)
#E9ECF1
(233,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #713865 color. Also use rgb(113,56,101) instead hex code.

Text Font Color

.myTextColor { color: #713865; }

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

This text font color is #713865.


Background Color

.myBgColor { background-color: #713865; }

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

This div background color is #713865.


Border color

.myBorderColor { border: 1px solid #713865; }

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

This div border color is #713865.


Opacity

.myOpacity80 { color: #713865; opacity: 0.8; }

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

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

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

This text has shadow with #713865 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #713865 on black background.


Color preview on white background

This text has color #713865 on white background.



Black color preview on #713865 background

This text has black color on #713865 background.


White color preview on #713865 background

This text has white color on #713865 background.