COLOR #715783

HEX: #715783
RGB: (113,87,131)

Color info

#715783 contains red, green and blue colors in about the same proportion. Web safe color of #715783 is #666699 (or #669).

RGB color model

#715783 color RGB value is (113,87,131).

  • red value is 113;
  • green value is 87;
  • blue value is 131.
RGB:
(113,87,131)
(44%,34%,51%)

RGB channels and saturation

R 113 of 255 = 44%
G 87 of 255 = 34%
B 131 of 255 = 51%

113
87
131

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

Portions of RGB colors in percentages

R + G + B =
113 + 87 + 131 = 331 (100%)
R 113 of 331 ~ 34.14%
G 87 of 331 ~ 26.28%
B 131 of 331 ~ 39.58%

%34.14
%26.28
%39.58

CMYK color model

#715783 color CMYK value is (14,34,0,49).

  • cyan value is 13.74%
  • magenta value is 33.59%
  • yellow value is 0.00%
  • key color value is 48.63%
CMYK:
(14,34,0,49)
C14M34Y0K49 
(14%,34%,0%,49%)
(0.14/0.34/0.00/0.49)	

CMYK percentages

%13.74
%33.59
%0
%48.63

Codes

Color #715783 in popluar color models

715783
RGB11387131
HSL275°20.18%42.75%
HSB/HSV275°33.59%51.37%
CMYK13.74%33.59%0.00%
48.63%

Color #715783 in popluar number systems.

HEX715783
Decimal11387131
Binary1110001101011110000011
Octal161127203

Shades and tints

Shades of #715783

#715783
(113,87,131)
#675078
(103,80,120)
#5D496D
(93,73,109)
#534262
(83,66,98)
#493B57
(73,59,87)
#3F344C
(63,52,76)
#352D41
(53,45,65)
#2B2636
(43,38,54)
#211F2B
(33,31,43)
#171820
(23,24,32)
#0D1115
(13,17,21)
#000000
(0,0,0)

Tints of #715783

#715783
(113,87,131)
#7D668E
(125,102,142)
#897599
(137,117,153)
#9584A4
(149,132,164)
#A193AF
(161,147,175)
#ADA2BA
(173,162,186)
#B9B1C5
(185,177,197)
#C5C0D0
(197,192,208)
#D1CFDB
(209,207,219)
#DDDEE6
(221,222,230)
#E9EDF1
(233,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #715783 color. Also use rgb(113,87,131) instead hex code.

Text Font Color

.myTextColor { color: #715783; }

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

This text font color is #715783.


Background Color

.myBgColor { background-color: #715783; }

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

This div background color is #715783.


Border color

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

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

This div border color is #715783.


Opacity

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

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

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

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

This text has shadow with #715783 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #715783 on black background.


Color preview on white background

This text has color #715783 on white background.



Black color preview on #715783 background

This text has black color on #715783 background.


White color preview on #715783 background

This text has white color on #715783 background.