COLOR #715C94

HEX: #715C94
RGB: (113,92,148)

Color info

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

RGB color model

#715C94 color RGB value is (113,92,148).

  • red value is 113;
  • green value is 92;
  • blue value is 148.
RGB:
(113,92,148)
(44%,36%,58%)

RGB channels and saturation

R 113 of 255 = 44%
G 92 of 255 = 36%
B 148 of 255 = 58%

113
92
148

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

Portions of RGB colors in percentages

R + G + B =
113 + 92 + 148 = 353 (100%)
R 113 of 353 ~ 32.01%
G 92 of 353 ~ 26.06%
B 148 of 353 ~ 41.93%

%32.01
%26.06
%41.93

CMYK color model

#715C94 color CMYK value is (24,38,0,42).

  • cyan value is 23.65%
  • magenta value is 37.84%
  • yellow value is 0.00%
  • key color value is 41.96%
CMYK:
(24,38,0,42)
C24M38Y0K42 
(24%,38%,0%,42%)
(0.24/0.38/0.00/0.42)	

CMYK percentages

%23.65
%37.84
%0
%41.96

Codes

Color #715C94 in popluar color models

715C94
RGB11392148
HSL263°23.33%47.06%
HSB/HSV263°37.84%58.04%
CMYK23.65%37.84%0.00%
41.96%

Color #715C94 in popluar number systems.

HEX715C94
Decimal11392148
Binary1110001101110010010100
Octal161134224

Shades and tints

Shades of #715C94

#715C94
(113,92,148)
#675487
(103,84,135)
#5D4C7A
(93,76,122)
#53446D
(83,68,109)
#493C60
(73,60,96)
#3F3453
(63,52,83)
#352C46
(53,44,70)
#2B2439
(43,36,57)
#211C2C
(33,28,44)
#17141F
(23,20,31)
#0D0C12
(13,12,18)
#000000
(0,0,0)

Tints of #715C94

#715C94
(113,92,148)
#7D6A9D
(125,106,157)
#8978A6
(137,120,166)
#9586AF
(149,134,175)
#A194B8
(161,148,184)
#ADA2C1
(173,162,193)
#B9B0CA
(185,176,202)
#C5BED3
(197,190,211)
#D1CCDC
(209,204,220)
#DDDAE5
(221,218,229)
#E9E8EE
(233,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #715C94 color. Also use rgb(113,92,148) instead hex code.

Text Font Color

.myTextColor { color: #715C94; }

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

This text font color is #715C94.


Background Color

.myBgColor { background-color: #715C94; }

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

This div background color is #715C94.


Border color

.myBorderColor { border: 1px solid #715C94; }

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

This div border color is #715C94.


Opacity

.myOpacity80 { color: #715C94; opacity: 0.8; }

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

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

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

This text has shadow with #715C94 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #715C94 on black background.


Color preview on white background

This text has color #715C94 on white background.



Black color preview on #715C94 background

This text has black color on #715C94 background.


White color preview on #715C94 background

This text has white color on #715C94 background.