COLOR #714E8B

HEX: #714E8B
RGB: (113,78,139)

Color info

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

RGB color model

#714E8B color RGB value is (113,78,139).

  • red value is 113;
  • green value is 78;
  • blue value is 139.
RGB:
(113,78,139)
(44%,31%,55%)

RGB channels and saturation

R 113 of 255 = 44%
G 78 of 255 = 31%
B 139 of 255 = 55%

113
78
139

R + G + B ~ 43%. #714E8B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
113 + 78 + 139 = 330 (100%)
R 113 of 330 ~ 34.24%
G 78 of 330 ~ 23.64%
B 139 of 330 ~ 42.12%

%34.24
%23.64
%42.12

CMYK color model

#714E8B color CMYK value is (19,44,0,45).

  • cyan value is 18.71%
  • magenta value is 43.88%
  • yellow value is 0.00%
  • key color value is 45.49%
CMYK:
(19,44,0,45)
C19M44Y0K45 
(19%,44%,0%,45%)
(0.19/0.44/0.00/0.45)	

CMYK percentages

%18.71
%43.88
%0
%45.49

Codes

Color #714E8B in popluar color models

714E8B
RGB11378139
HSL274°28.11%42.55%
HSB/HSV274°43.88%54.51%
CMYK18.71%43.88%0.00%
45.49%

Color #714E8B in popluar number systems.

HEX714E8B
Decimal11378139
Binary1110001100111010001011
Octal161116213

Shades and tints

Shades of #714E8B

#714E8B
(113,78,139)
#67477F
(103,71,127)
#5D4073
(93,64,115)
#533967
(83,57,103)
#49325B
(73,50,91)
#3F2B4F
(63,43,79)
#352443
(53,36,67)
#2B1D37
(43,29,55)
#21162B
(33,22,43)
#170F1F
(23,15,31)
#0D0813
(13,8,19)
#000000
(0,0,0)

Tints of #714E8B

#714E8B
(113,78,139)
#7D5E95
(125,94,149)
#896E9F
(137,110,159)
#957EA9
(149,126,169)
#A18EB3
(161,142,179)
#AD9EBD
(173,158,189)
#B9AEC7
(185,174,199)
#C5BED1
(197,190,209)
#D1CEDB
(209,206,219)
#DDDEE5
(221,222,229)
#E9EEEF
(233,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #714E8B color. Also use rgb(113,78,139) instead hex code.

Text Font Color

.myTextColor { color: #714E8B; }

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

This text font color is #714E8B.


Background Color

.myBgColor { background-color: #714E8B; }

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

This div background color is #714E8B.


Border color

.myBorderColor { border: 1px solid #714E8B; }

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

This div border color is #714E8B.


Opacity

.myOpacity80 { color: #714E8B; opacity: 0.8; }

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

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

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

This text has shadow with #714E8B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #714E8B on black background.


Color preview on white background

This text has color #714E8B on white background.



Black color preview on #714E8B background

This text has black color on #714E8B background.


White color preview on #714E8B background

This text has white color on #714E8B background.