COLOR #714C92

HEX: #714C92
RGB: (113,76,146)

Color info

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

RGB color model

#714C92 color RGB value is (113,76,146).

  • red value is 113;
  • green value is 76;
  • blue value is 146.
RGB:
(113,76,146)
(44%,30%,57%)

RGB channels and saturation

R 113 of 255 = 44%
G 76 of 255 = 30%
B 146 of 255 = 57%

113
76
146

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

Portions of RGB colors in percentages

R + G + B =
113 + 76 + 146 = 335 (100%)
R 113 of 335 ~ 33.73%
G 76 of 335 ~ 22.69%
B 146 of 335 ~ 43.58%

%33.73
%22.69
%43.58

CMYK color model

#714C92 color CMYK value is (23,48,0,43).

  • cyan value is 22.60%
  • magenta value is 47.95%
  • yellow value is 0.00%
  • key color value is 42.75%
CMYK:
(23,48,0,43)
C23M48Y0K43 
(23%,48%,0%,43%)
(0.23/0.48/0.00/0.43)	

CMYK percentages

%22.6
%47.95
%0
%42.75

Codes

Color #714C92 in popluar color models

714C92
RGB11376146
HSL272°31.53%43.53%
HSB/HSV272°47.95%57.25%
CMYK22.60%47.95%0.00%
42.75%

Color #714C92 in popluar number systems.

HEX714C92
Decimal11376146
Binary1110001100110010010010
Octal161114222

Shades and tints

Shades of #714C92

#714C92
(113,76,146)
#674685
(103,70,133)
#5D4078
(93,64,120)
#533A6B
(83,58,107)
#49345E
(73,52,94)
#3F2E51
(63,46,81)
#352844
(53,40,68)
#2B2237
(43,34,55)
#211C2A
(33,28,42)
#17161D
(23,22,29)
#0D1010
(13,16,16)
#000000
(0,0,0)

Tints of #714C92

#714C92
(113,76,146)
#7D5C9B
(125,92,155)
#896CA4
(137,108,164)
#957CAD
(149,124,173)
#A18CB6
(161,140,182)
#AD9CBF
(173,156,191)
#B9ACC8
(185,172,200)
#C5BCD1
(197,188,209)
#D1CCDA
(209,204,218)
#DDDCE3
(221,220,227)
#E9ECEC
(233,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #714C92 color. Also use rgb(113,76,146) instead hex code.

Text Font Color

.myTextColor { color: #714C92; }

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

This text font color is #714C92.


Background Color

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

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

This div background color is #714C92.


Border color

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

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

This div border color is #714C92.


Opacity

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

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

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

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

This text has shadow with #714C92 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #714C92 on black background.


Color preview on white background

This text has color #714C92 on white background.



Black color preview on #714C92 background

This text has black color on #714C92 background.


White color preview on #714C92 background

This text has white color on #714C92 background.