COLOR #714B96

HEX: #714B96 RGB: (113,75,150)

Color info

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

RGB color model

#714B96 color RGB value is (113,75,150).

RGB: (113,75,150) (44%, 29%, 59%)

RGB channels and saturation

R 113 of 255 = 44%
G 75 of 255 = 29%
B 150 of 255 = 59%

113
75
150

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

Portions of RGB colors in percentages

R + G + B = 113 + 75 + 150 = 338 (100%)
R 113 of 338 ~ 33.43%
G 75 of 338 ~ 22.19%
B 150 of 338 ~ 44.38'%

%33.43
%22.19
%44.38

CMYK color model

#714B96 color CMYK value is (25,50,0,41).

  • cyan value is 24.67%
  • magenta value is 50.00%
  • yellow value is 0.00%
  • key color value is 41.18%

CMYK: (25,50,0,41)
C25M50Y0K41 (25%, 50%, 0%, 41%)
(0.25 / 0.50 / 0.00 / 0.41)

CMYK percentages

%24.67
%50
%0
%41.18

Codes

Color #714B96 in popluar color models

71 4B 96
RGB 113 75 150
HSL 270° 33.33% 44.12%
HSB/HSV 270° 50.00% 58.82%
CMYK 24.67% 50.00% 0.00%
41.18%

Color #714B96 in popluar number systems.

HEX 71 4B 96
Decimal 113 75 150
Binary 1110001 1001011 10010110
Octal 161 113 226

Shades and tints

Shades of #714B96

#714B96
(113,75,150)
#674589
(103,69,137)
#5D3F7C
(93,63,124)
#53396F
(83,57,111)
#493362
(73,51,98)
#3F2D55
(63,45,85)
#352748
(53,39,72)
#2B213B
(43,33,59)
#211B2E
(33,27,46)
#171521
(23,21,33)
#0D0F14
(13,15,20)
#000000
(0,0,0)

Tints of #714B96

#714B96
(113,75,150)
#7D5B9F
(125,91,159)
#896BA8
(137,107,168)
#957BB1
(149,123,177)
#A18BBA
(161,139,186)
#AD9BC3
(173,155,195)
#B9ABCC
(185,171,204)
#C5BBD5
(197,187,213)
#D1CBDE
(209,203,222)
#DDDBE7
(221,219,231)
#E9EBF0
(233,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #714B96 color. Also use rgb(113,75,150) instead hex code.

Text Font Color

.myTextColor { color: #714B96; }

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

This text font color is #714B96.

Background Color

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

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

This div background color is #714B96.

Border color

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

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

This div border color is #714B96.

Opacity

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

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

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

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

This text has shadow with #714B96 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #714B96.

Preview

Color preview on black background

This text has color #714B96 on black background.


Color preview on white background

This text has color #714B96 on white background.


Black color preview on #714B96 background

This text has black color on #714B96 background.


White color preview on #714B96 background

This text has white color on #714B96 background.


Related colors

Complementary color

Complementary color for #hex is #8EB469.


I love getcolorcode.com

Triadic colors

1 #96714B and #4B9671 with #714B96 are triadic colors.

2 #964B71 and #4B7196 with #714B96 are triadic colors.