COLOR #704C87

HEX: #704C87
RGB: (112,76,135)

Color info

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

RGB color model

#704C87 color RGB value is (112,76,135).

  • red value is 112;
  • green value is 76;
  • blue value is 135.
RGB:
(112,76,135)
(44%,30%,53%)

RGB channels and saturation

R 112 of 255 = 44%
G 76 of 255 = 30%
B 135 of 255 = 53%

112
76
135

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

Portions of RGB colors in percentages

R + G + B =
112 + 76 + 135 = 323 (100%)
R 112 of 323 ~ 34.67%
G 76 of 323 ~ 23.53%
B 135 of 323 ~ 41.8%

%34.67
%23.53
%41.8

CMYK color model

#704C87 color CMYK value is (17,44,0,47).

  • cyan value is 17.04%
  • magenta value is 43.70%
  • yellow value is 0.00%
  • key color value is 47.06%
CMYK:
(17,44,0,47)
C17M44Y0K47 
(17%,44%,0%,47%)
(0.17/0.44/0.00/0.47)	

CMYK percentages

%17.04
%43.7
%0
%47.06

Codes

Color #704C87 in popluar color models

704C87
RGB11276135
HSL277°27.96%41.37%
HSB/HSV277°43.70%52.94%
CMYK17.04%43.70%0.00%
47.06%

Color #704C87 in popluar number systems.

HEX704C87
Decimal11276135
Binary1110000100110010000111
Octal160114207

Shades and tints

Shades of #704C87

#704C87
(112,76,135)
#66467B
(102,70,123)
#5C406F
(92,64,111)
#523A63
(82,58,99)
#483457
(72,52,87)
#3E2E4B
(62,46,75)
#34283F
(52,40,63)
#2A2233
(42,34,51)
#201C27
(32,28,39)
#16161B
(22,22,27)
#0C100F
(12,16,15)
#000000
(0,0,0)

Tints of #704C87

#704C87
(112,76,135)
#7D5C91
(125,92,145)
#8A6C9B
(138,108,155)
#977CA5
(151,124,165)
#A48CAF
(164,140,175)
#B19CB9
(177,156,185)
#BEACC3
(190,172,195)
#CBBCCD
(203,188,205)
#D8CCD7
(216,204,215)
#E5DCE1
(229,220,225)
#F2ECEB
(242,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #704C87 color. Also use rgb(112,76,135) instead hex code.

Text Font Color

.myTextColor { color: #704C87; }

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

This text font color is #704C87.


Background Color

.myBgColor { background-color: #704C87; }

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

This div background color is #704C87.


Border color

.myBorderColor { border: 1px solid #704C87; }

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

This div border color is #704C87.


Opacity

.myOpacity80 { color: #704C87; opacity: 0.8; }

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

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

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

This text has shadow with #704C87 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #704C87 on black background.


Color preview on white background

This text has color #704C87 on white background.



Black color preview on #704C87 background

This text has black color on #704C87 background.


White color preview on #704C87 background

This text has white color on #704C87 background.