COLOR #714D85

HEX: #714D85 RGB: (113,77,133)

Color info

#714D85 contains red, green and blue colors in about the same proportion. Web safe color of #714D85 is #663399 (or #639).

RGB color model

#714D85 color RGB value is (113,77,133).

RGB: (113,77,133) (44%, 30%, 52%)

RGB channels and saturation

R 113 of 255 = 44%
G 77 of 255 = 30%
B 133 of 255 = 52%

113
77
133

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

Portions of RGB colors in percentages

R + G + B = 113 + 77 + 133 = 323 (100%)
R 113 of 323 ~ 34.98%
G 77 of 323 ~ 23.84%
B 133 of 323 ~ 41.18'%

%34.98
%23.84
%41.18

CMYK color model

#714D85 color CMYK value is (15,42,0,48).

  • cyan value is 15.04%
  • magenta value is 42.11%
  • yellow value is 0.00%
  • key color value is 47.84%

CMYK: (15,42,0,48)
C15M42Y0K48 (15%, 42%, 0%, 48%)
(0.15 / 0.42 / 0.00 / 0.48)

CMYK percentages

%15.04
%42.11
%0
%47.84

Codes

Color #714D85 in popluar color models

71 4D 85
RGB 113 77 133
HSL 279° 26.67% 41.18%
HSB/HSV 279° 42.11% 52.16%
CMYK 15.04% 42.11% 0.00%
47.84%

Color #714D85 in popluar number systems.

HEX 71 4D 85
Decimal 113 77 133
Binary 1110001 1001101 10000101
Octal 161 115 205

Shades and tints

Shades of #714D85

#714D85
(113,77,133)
#674679
(103,70,121)
#5D3F6D
(93,63,109)
#533861
(83,56,97)
#493155
(73,49,85)
#3F2A49
(63,42,73)
#35233D
(53,35,61)
#2B1C31
(43,28,49)
#211525
(33,21,37)
#170E19
(23,14,25)
#0D070D
(13,7,13)
#000000
(0,0,0)

Tints of #714D85

#714D85
(113,77,133)
#7D5D90
(125,93,144)
#896D9B
(137,109,155)
#957DA6
(149,125,166)
#A18DB1
(161,141,177)
#AD9DBC
(173,157,188)
#B9ADC7
(185,173,199)
#C5BDD2
(197,189,210)
#D1CDDD
(209,205,221)
#DDDDE8
(221,221,232)
#E9EDF3
(233,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #714D85 color. Also use rgb(113,77,133) instead hex code.

Text Font Color

.myTextColor { color: #714D85; }

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

This text font color is #714D85.

Background Color

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

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

This div background color is #714D85.

Border color

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

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

This div border color is #714D85.

Opacity

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

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

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

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

This text has shadow with #714D85 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #714D85.

Preview

Color preview on black background

This text has color #714D85 on black background.


Color preview on white background

This text has color #714D85 on white background.


Black color preview on #714D85 background

This text has black color on #714D85 background.


White color preview on #714D85 background

This text has white color on #714D85 background.


Related colors

Complementary color

Complementary color for #hex is #8EB27A.


I love getcolorcode.com

Triadic colors

1 #85714D and #4D8571 with #714D85 are triadic colors.

2 #854D71 and #4D7185 with #714D85 are triadic colors.