COLOR #716399

HEX: #716399
RGB: (113,99,153)

Color info

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

RGB color model

#716399 color RGB value is (113,99,153).

  • red value is 113;
  • green value is 99;
  • blue value is 153.
RGB:
(113,99,153)
(44%,39%,60%)

RGB channels and saturation

R 113 of 255 = 44%
G 99 of 255 = 39%
B 153 of 255 = 60%

113
99
153

R + G + B ~ 48%. #716399 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
113 + 99 + 153 = 365 (100%)
R 113 of 365 ~ 30.96%
G 99 of 365 ~ 27.12%
B 153 of 365 ~ 41.92%

%30.96
%27.12
%41.92

CMYK color model

#716399 color CMYK value is (26,35,0,40).

  • cyan value is 26.14%
  • magenta value is 35.29%
  • yellow value is 0.00%
  • key color value is 40.00%
CMYK:
(26,35,0,40)
C26M35Y0K40 
(26%,35%,0%,40%)
(0.26/0.35/0.00/0.40)	

CMYK percentages

%26.14
%35.29
%0
%40

Codes

Color #716399 in popluar color models

716399
RGB11399153
HSL256°21.43%49.41%
HSB/HSV256°35.29%60.00%
CMYK26.14%35.29%0.00%
40.00%

Color #716399 in popluar number systems.

HEX716399
Decimal11399153
Binary1110001110001110011001
Octal161143231

Shades and tints

Shades of #716399

#716399
(113,99,153)
#675A8C
(103,90,140)
#5D517F
(93,81,127)
#534872
(83,72,114)
#493F65
(73,63,101)
#3F3658
(63,54,88)
#352D4B
(53,45,75)
#2B243E
(43,36,62)
#211B31
(33,27,49)
#171224
(23,18,36)
#0D0917
(13,9,23)
#000000
(0,0,0)

Tints of #716399

#716399
(113,99,153)
#7D71A2
(125,113,162)
#897FAB
(137,127,171)
#958DB4
(149,141,180)
#A19BBD
(161,155,189)
#ADA9C6
(173,169,198)
#B9B7CF
(185,183,207)
#C5C5D8
(197,197,216)
#D1D3E1
(209,211,225)
#DDE1EA
(221,225,234)
#E9EFF3
(233,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #716399 color. Also use rgb(113,99,153) instead hex code.

Text Font Color

.myTextColor { color: #716399; }

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

This text font color is #716399.


Background Color

.myBgColor { background-color: #716399; }

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

This div background color is #716399.


Border color

.myBorderColor { border: 1px solid #716399; }

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

This div border color is #716399.


Opacity

.myOpacity80 { color: #716399; opacity: 0.8; }

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

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

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

This text has shadow with #716399 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #716399 on black background.


Color preview on white background

This text has color #716399 on white background.



Black color preview on #716399 background

This text has black color on #716399 background.


White color preview on #716399 background

This text has white color on #716399 background.