COLOR #714590

HEX: #714590
RGB: (113,69,144)

Color info

#714590 contains mainly red and blue colors. Web safe color of #714590 is #663399 (or #639).

RGB color model

#714590 color RGB value is (113,69,144).

  • red value is 113;
  • green value is 69;
  • blue value is 144.
RGB:
(113,69,144)
(44%,27%,56%)

RGB channels and saturation

R 113 of 255 = 44%
G 69 of 255 = 27%
B 144 of 255 = 56%

113
69
144

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

Portions of RGB colors in percentages

R + G + B =
113 + 69 + 144 = 326 (100%)
R 113 of 326 ~ 34.66%
G 69 of 326 ~ 21.17%
B 144 of 326 ~ 44.17%

%34.66
%21.17
%44.17

CMYK color model

#714590 color CMYK value is (22,52,0,44).

  • cyan value is 21.53%
  • magenta value is 52.08%
  • yellow value is 0.00%
  • key color value is 43.53%
CMYK:
(22,52,0,44)
C22M52Y0K44 
(22%,52%,0%,44%)
(0.22/0.52/0.00/0.44)	

CMYK percentages

%21.53
%52.08
%0
%43.53

Codes

Color #714590 in popluar color models

714590
RGB11369144
HSL275°35.21%41.76%
HSB/HSV275°52.08%56.47%
CMYK21.53%52.08%0.00%
43.53%

Color #714590 in popluar number systems.

HEX714590
Decimal11369144
Binary1110001100010110010000
Octal161105220

Shades and tints

Shades of #714590

#714590
(113,69,144)
#673F83
(103,63,131)
#5D3976
(93,57,118)
#533369
(83,51,105)
#492D5C
(73,45,92)
#3F274F
(63,39,79)
#352142
(53,33,66)
#2B1B35
(43,27,53)
#211528
(33,21,40)
#170F1B
(23,15,27)
#0D090E
(13,9,14)
#000000
(0,0,0)

Tints of #714590

#714590
(113,69,144)
#7D559A
(125,85,154)
#8965A4
(137,101,164)
#9575AE
(149,117,174)
#A185B8
(161,133,184)
#AD95C2
(173,149,194)
#B9A5CC
(185,165,204)
#C5B5D6
(197,181,214)
#D1C5E0
(209,197,224)
#DDD5EA
(221,213,234)
#E9E5F4
(233,229,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #714590 color. Also use rgb(113,69,144) instead hex code.

Text Font Color

.myTextColor { color: #714590; }

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

This text font color is #714590.


Background Color

.myBgColor { background-color: #714590; }

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

This div background color is #714590.


Border color

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

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

This div border color is #714590.


Opacity

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

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

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

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

This text has shadow with #714590 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #714590 on black background.


Color preview on white background

This text has color #714590 on white background.



Black color preview on #714590 background

This text has black color on #714590 background.


White color preview on #714590 background

This text has white color on #714590 background.