COLOR #714678

HEX: #714678
RGB: (113,70,120)

Color info

#714678 contains red, green and blue colors in about the same proportion. Web safe color of #714678 is #663366 (or #636).

RGB color model

#714678 color RGB value is (113,70,120).

  • red value is 113;
  • green value is 70;
  • blue value is 120.
RGB:
(113,70,120)
(44%,27%,47%)

RGB channels and saturation

R 113 of 255 = 44%
G 70 of 255 = 27%
B 120 of 255 = 47%

113
70
120

R + G + B ~ 39%. #714678 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
113 + 70 + 120 = 303 (100%)
R 113 of 303 ~ 37.29%
G 70 of 303 ~ 23.1%
B 120 of 303 ~ 39.6%

%37.29
%23.1
%39.6

CMYK color model

#714678 color CMYK value is (6,42,0,53).

  • cyan value is 5.83%
  • magenta value is 41.67%
  • yellow value is 0.00%
  • key color value is 52.94%
CMYK:
(6,42,0,53)
C6M42Y0K53 
(6%,42%,0%,53%)
(0.06/0.42/0.00/0.53)	

CMYK percentages

%5.83
%41.67
%0
%52.94

Codes

Color #714678 in popluar color models

714678
RGB11370120
HSL292°26.32%37.25%
HSB/HSV292°41.67%47.06%
CMYK5.83%41.67%0.00%
52.94%

Color #714678 in popluar number systems.

HEX714678
Decimal11370120
Binary111000110001101111000
Octal161106170

Shades and tints

Shades of #714678

#714678
(113,70,120)
#67406E
(103,64,110)
#5D3A64
(93,58,100)
#53345A
(83,52,90)
#492E50
(73,46,80)
#3F2846
(63,40,70)
#35223C
(53,34,60)
#2B1C32
(43,28,50)
#211628
(33,22,40)
#17101E
(23,16,30)
#0D0A14
(13,10,20)
#000000
(0,0,0)

Tints of #714678

#714678
(113,70,120)
#7D5684
(125,86,132)
#896690
(137,102,144)
#95769C
(149,118,156)
#A186A8
(161,134,168)
#AD96B4
(173,150,180)
#B9A6C0
(185,166,192)
#C5B6CC
(197,182,204)
#D1C6D8
(209,198,216)
#DDD6E4
(221,214,228)
#E9E6F0
(233,230,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #714678 color. Also use rgb(113,70,120) instead hex code.

Text Font Color

.myTextColor { color: #714678; }

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

This text font color is #714678.


Background Color

.myBgColor { background-color: #714678; }

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

This div background color is #714678.


Border color

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

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

This div border color is #714678.


Opacity

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

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

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

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

This text has shadow with #714678 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #714678 on black background.


Color preview on white background

This text has color #714678 on white background.



Black color preview on #714678 background

This text has black color on #714678 background.


White color preview on #714678 background

This text has white color on #714678 background.