COLOR #715CB1

HEX: #715CB1
RGB: (113,92,177)

Color info

#715CB1 contains mainly blue color. Web safe color of #715CB1 is #666699 (or #669).

RGB color model

#715CB1 color RGB value is (113,92,177).

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

RGB channels and saturation

R 113 of 255 = 44%
G 92 of 255 = 36%
B 177 of 255 = 69%

113
92
177

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

Portions of RGB colors in percentages

R + G + B =
113 + 92 + 177 = 382 (100%)
R 113 of 382 ~ 29.58%
G 92 of 382 ~ 24.08%
B 177 of 382 ~ 46.34%

%29.58
%24.08
%46.34

CMYK color model

#715CB1 color CMYK value is (36,48,0,31).

  • cyan value is 36.16%
  • magenta value is 48.02%
  • yellow value is 0.00%
  • key color value is 30.59%
CMYK:
(36,48,0,31)
C36M48Y0K31 
(36%,48%,0%,31%)
(0.36/0.48/0.00/0.31)	

CMYK percentages

%36.16
%48.02
%0
%30.59

Codes

Color #715CB1 in popluar color models

715CB1
RGB11392177
HSL255°35.27%52.75%
HSB/HSV255°48.02%69.41%
CMYK36.16%48.02%0.00%
30.59%

Color #715CB1 in popluar number systems.

HEX715CB1
Decimal11392177
Binary1110001101110010110001
Octal161134261

Shades and tints

Shades of #715CB1

#715CB1
(113,92,177)
#6754A1
(103,84,161)
#5D4C91
(93,76,145)
#534481
(83,68,129)
#493C71
(73,60,113)
#3F3461
(63,52,97)
#352C51
(53,44,81)
#2B2441
(43,36,65)
#211C31
(33,28,49)
#171421
(23,20,33)
#0D0C11
(13,12,17)
#000000
(0,0,0)

Tints of #715CB1

#715CB1
(113,92,177)
#7D6AB8
(125,106,184)
#8978BF
(137,120,191)
#9586C6
(149,134,198)
#A194CD
(161,148,205)
#ADA2D4
(173,162,212)
#B9B0DB
(185,176,219)
#C5BEE2
(197,190,226)
#D1CCE9
(209,204,233)
#DDDAF0
(221,218,240)
#E9E8F7
(233,232,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #715CB1; }

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

This text font color is #715CB1.


Background Color

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

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

This div background color is #715CB1.


Border color

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

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

This div border color is #715CB1.


Opacity

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

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

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

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

This text has shadow with #715CB1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #715CB1 on black background.


Color preview on white background

This text has color #715CB1 on white background.



Black color preview on #715CB1 background

This text has black color on #715CB1 background.


White color preview on #715CB1 background

This text has white color on #715CB1 background.