COLOR #715EA5

HEX: #715EA5
RGB: (113,94,165)

Color info

#715EA5 contains mainly red and blue colors. Web safe color of #715EA5 is #666699 (or #669).

RGB color model

#715EA5 color RGB value is (113,94,165).

  • red value is 113;
  • green value is 94;
  • blue value is 165.
RGB:
(113,94,165)
(44%,37%,65%)

RGB channels and saturation

R 113 of 255 = 44%
G 94 of 255 = 37%
B 165 of 255 = 65%

113
94
165

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

Portions of RGB colors in percentages

R + G + B =
113 + 94 + 165 = 372 (100%)
R 113 of 372 ~ 30.38%
G 94 of 372 ~ 25.27%
B 165 of 372 ~ 44.35%

%30.38
%25.27
%44.35

CMYK color model

#715EA5 color CMYK value is (32,43,0,35).

  • cyan value is 31.52%
  • magenta value is 43.03%
  • yellow value is 0.00%
  • key color value is 35.29%
CMYK:
(32,43,0,35)
C32M43Y0K35 
(32%,43%,0%,35%)
(0.32/0.43/0.00/0.35)	

CMYK percentages

%31.52
%43.03
%0
%35.29

Codes

Color #715EA5 in popluar color models

715EA5
RGB11394165
HSL256°28.29%50.78%
HSB/HSV256°43.03%64.71%
CMYK31.52%43.03%0.00%
35.29%

Color #715EA5 in popluar number systems.

HEX715EA5
Decimal11394165
Binary1110001101111010100101
Octal161136245

Shades and tints

Shades of #715EA5

#715EA5
(113,94,165)
#675696
(103,86,150)
#5D4E87
(93,78,135)
#534678
(83,70,120)
#493E69
(73,62,105)
#3F365A
(63,54,90)
#352E4B
(53,46,75)
#2B263C
(43,38,60)
#211E2D
(33,30,45)
#17161E
(23,22,30)
#0D0E0F
(13,14,15)
#000000
(0,0,0)

Tints of #715EA5

#715EA5
(113,94,165)
#7D6CAD
(125,108,173)
#897AB5
(137,122,181)
#9588BD
(149,136,189)
#A196C5
(161,150,197)
#ADA4CD
(173,164,205)
#B9B2D5
(185,178,213)
#C5C0DD
(197,192,221)
#D1CEE5
(209,206,229)
#DDDCED
(221,220,237)
#E9EAF5
(233,234,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #715EA5 color. Also use rgb(113,94,165) instead hex code.

Text Font Color

.myTextColor { color: #715EA5; }

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

This text font color is #715EA5.


Background Color

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

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

This div background color is #715EA5.


Border color

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

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

This div border color is #715EA5.


Opacity

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

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

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

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

This text has shadow with #715EA5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #715EA5 on black background.


Color preview on white background

This text has color #715EA5 on white background.



Black color preview on #715EA5 background

This text has black color on #715EA5 background.


White color preview on #715EA5 background

This text has white color on #715EA5 background.