COLOR #714F91

HEX: #714F91
RGB: (113,79,145)

Color info

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

RGB color model

#714F91 color RGB value is (113,79,145).

  • red value is 113;
  • green value is 79;
  • blue value is 145.
RGB:
(113,79,145)
(44%,31%,57%)

RGB channels and saturation

R 113 of 255 = 44%
G 79 of 255 = 31%
B 145 of 255 = 57%

113
79
145

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

Portions of RGB colors in percentages

R + G + B =
113 + 79 + 145 = 337 (100%)
R 113 of 337 ~ 33.53%
G 79 of 337 ~ 23.44%
B 145 of 337 ~ 43.03%

%33.53
%23.44
%43.03

CMYK color model

#714F91 color CMYK value is (22,46,0,43).

  • cyan value is 22.07%
  • magenta value is 45.52%
  • yellow value is 0.00%
  • key color value is 43.14%
CMYK:
(22,46,0,43)
C22M46Y0K43 
(22%,46%,0%,43%)
(0.22/0.46/0.00/0.43)	

CMYK percentages

%22.07
%45.52
%0
%43.14

Codes

Color #714F91 in popluar color models

714F91
RGB11379145
HSL271°29.46%43.92%
HSB/HSV271°45.52%56.86%
CMYK22.07%45.52%0.00%
43.14%

Color #714F91 in popluar number systems.

HEX714F91
Decimal11379145
Binary1110001100111110010001
Octal161117221

Shades and tints

Shades of #714F91

#714F91
(113,79,145)
#674884
(103,72,132)
#5D4177
(93,65,119)
#533A6A
(83,58,106)
#49335D
(73,51,93)
#3F2C50
(63,44,80)
#352543
(53,37,67)
#2B1E36
(43,30,54)
#211729
(33,23,41)
#17101C
(23,16,28)
#0D090F
(13,9,15)
#000000
(0,0,0)

Tints of #714F91

#714F91
(113,79,145)
#7D5F9B
(125,95,155)
#896FA5
(137,111,165)
#957FAF
(149,127,175)
#A18FB9
(161,143,185)
#AD9FC3
(173,159,195)
#B9AFCD
(185,175,205)
#C5BFD7
(197,191,215)
#D1CFE1
(209,207,225)
#DDDFEB
(221,223,235)
#E9EFF5
(233,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #714F91 color. Also use rgb(113,79,145) instead hex code.

Text Font Color

.myTextColor { color: #714F91; }

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

This text font color is #714F91.


Background Color

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

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

This div background color is #714F91.


Border color

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

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

This div border color is #714F91.


Opacity

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

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

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

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

This text has shadow with #714F91 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #714F91 on black background.


Color preview on white background

This text has color #714F91 on white background.



Black color preview on #714F91 background

This text has black color on #714F91 background.


White color preview on #714F91 background

This text has white color on #714F91 background.