COLOR #715EA9

HEX: #715EA9
RGB: (113,94,169)

Color info

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

RGB color model

#715EA9 color RGB value is (113,94,169).

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

RGB channels and saturation

R 113 of 255 = 44%
G 94 of 255 = 37%
B 169 of 255 = 66%

113
94
169

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

Portions of RGB colors in percentages

R + G + B =
113 + 94 + 169 = 376 (100%)
R 113 of 376 ~ 30.05%
G 94 of 376 ~ 25%
B 169 of 376 ~ 44.95%

%30.05
%25
%44.95

CMYK color model

#715EA9 color CMYK value is (33,44,0,34).

  • cyan value is 33.14%
  • magenta value is 44.38%
  • yellow value is 0.00%
  • key color value is 33.73%
CMYK:
(33,44,0,34)
C33M44Y0K34 
(33%,44%,0%,34%)
(0.33/0.44/0.00/0.34)	

CMYK percentages

%33.14
%44.38
%0
%33.73

Codes

Color #715EA9 in popluar color models

715EA9
RGB11394169
HSL255°30.36%51.57%
HSB/HSV255°44.38%66.27%
CMYK33.14%44.38%0.00%
33.73%

Color #715EA9 in popluar number systems.

HEX715EA9
Decimal11394169
Binary1110001101111010101001
Octal161136251

Shades and tints

Shades of #715EA9

#715EA9
(113,94,169)
#67569A
(103,86,154)
#5D4E8B
(93,78,139)
#53467C
(83,70,124)
#493E6D
(73,62,109)
#3F365E
(63,54,94)
#352E4F
(53,46,79)
#2B2640
(43,38,64)
#211E31
(33,30,49)
#171622
(23,22,34)
#0D0E13
(13,14,19)
#000000
(0,0,0)

Tints of #715EA9

#715EA9
(113,94,169)
#7D6CB0
(125,108,176)
#897AB7
(137,122,183)
#9588BE
(149,136,190)
#A196C5
(161,150,197)
#ADA4CC
(173,164,204)
#B9B2D3
(185,178,211)
#C5C0DA
(197,192,218)
#D1CEE1
(209,206,225)
#DDDCE8
(221,220,232)
#E9EAEF
(233,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #715EA9; }

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

This text font color is #715EA9.


Background Color

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

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

This div background color is #715EA9.


Border color

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

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

This div border color is #715EA9.


Opacity

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

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

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

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

This text has shadow with #715EA9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #715EA9 on black background.


Color preview on white background

This text has color #715EA9 on white background.



Black color preview on #715EA9 background

This text has black color on #715EA9 background.


White color preview on #715EA9 background

This text has white color on #715EA9 background.