COLOR #715CA9

HEX: #715CA9
RGB: (113,92,169)

Color info

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

RGB color model

#715CA9 color RGB value is (113,92,169).

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

RGB channels and saturation

R 113 of 255 = 44%
G 92 of 255 = 36%
B 169 of 255 = 66%

113
92
169

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

Portions of RGB colors in percentages

R + G + B =
113 + 92 + 169 = 374 (100%)
R 113 of 374 ~ 30.21%
G 92 of 374 ~ 24.6%
B 169 of 374 ~ 45.19%

%30.21
%24.6
%45.19

CMYK color model

#715CA9 color CMYK value is (33,46,0,34).

  • cyan value is 33.14%
  • magenta value is 45.56%
  • yellow value is 0.00%
  • key color value is 33.73%
CMYK:
(33,46,0,34)
C33M46Y0K34 
(33%,46%,0%,34%)
(0.33/0.46/0.00/0.34)	

CMYK percentages

%33.14
%45.56
%0
%33.73

Codes

Color #715CA9 in popluar color models

715CA9
RGB11392169
HSL256°30.92%51.18%
HSB/HSV256°45.56%66.27%
CMYK33.14%45.56%0.00%
33.73%

Color #715CA9 in popluar number systems.

HEX715CA9
Decimal11392169
Binary1110001101110010101001
Octal161134251

Shades and tints

Shades of #715CA9

#715CA9
(113,92,169)
#67549A
(103,84,154)
#5D4C8B
(93,76,139)
#53447C
(83,68,124)
#493C6D
(73,60,109)
#3F345E
(63,52,94)
#352C4F
(53,44,79)
#2B2440
(43,36,64)
#211C31
(33,28,49)
#171422
(23,20,34)
#0D0C13
(13,12,19)
#000000
(0,0,0)

Tints of #715CA9

#715CA9
(113,92,169)
#7D6AB0
(125,106,176)
#8978B7
(137,120,183)
#9586BE
(149,134,190)
#A194C5
(161,148,197)
#ADA2CC
(173,162,204)
#B9B0D3
(185,176,211)
#C5BEDA
(197,190,218)
#D1CCE1
(209,204,225)
#DDDAE8
(221,218,232)
#E9E8EF
(233,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #715CA9; }

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

This text font color is #715CA9.


Background Color

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

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

This div background color is #715CA9.


Border color

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

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

This div border color is #715CA9.


Opacity

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

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

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

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

This text has shadow with #715CA9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #715CA9 on black background.


Color preview on white background

This text has color #715CA9 on white background.



Black color preview on #715CA9 background

This text has black color on #715CA9 background.


White color preview on #715CA9 background

This text has white color on #715CA9 background.