COLOR #704D87

HEX: #704D87 RGB: (112,77,135)

Color info

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

RGB color model

#704D87 color RGB value is (112,77,135).

RGB: (112,77,135) (44%, 30%, 53%)

RGB channels and saturation

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

112
77
135

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

Portions of RGB colors in percentages

R + G + B = 112 + 77 + 135 = 324 (100%)
R 112 of 324 ~ 34.57%
G 77 of 324 ~ 23.77%
B 135 of 324 ~ 41.67'%

%34.57
%23.77
%41.67

CMYK color model

#704D87 color CMYK value is (17,43,0,47).

  • cyan value is 17.04%
  • magenta value is 42.96%
  • yellow value is 0.00%
  • key color value is 47.06%

CMYK: (17,43,0,47)
C17M43Y0K47 (17%, 43%, 0%, 47%)
(0.17 / 0.43 / 0.00 / 0.47)

CMYK percentages

%17.04
%42.96
%0
%47.06

Codes

Color #704D87 in popluar color models

70 4D 87
RGB 112 77 135
HSL 276° 27.36% 41.57%
HSB/HSV 276° 42.96% 52.94%
CMYK 17.04% 42.96% 0.00%
47.06%

Color #704D87 in popluar number systems.

HEX 70 4D 87
Decimal 112 77 135
Binary 1110000 1001101 10000111
Octal 160 115 207

Shades and tints

Shades of #704D87

#704D87
(112,77,135)
#66467B
(102,70,123)
#5C3F6F
(92,63,111)
#523863
(82,56,99)
#483157
(72,49,87)
#3E2A4B
(62,42,75)
#34233F
(52,35,63)
#2A1C33
(42,28,51)
#201527
(32,21,39)
#160E1B
(22,14,27)
#0C070F
(12,7,15)
#000000
(0,0,0)

Tints of #704D87

#704D87
(112,77,135)
#7D5D91
(125,93,145)
#8A6D9B
(138,109,155)
#977DA5
(151,125,165)
#A48DAF
(164,141,175)
#B19DB9
(177,157,185)
#BEADC3
(190,173,195)
#CBBDCD
(203,189,205)
#D8CDD7
(216,205,215)
#E5DDE1
(229,221,225)
#F2EDEB
(242,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #704D87; }

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

This text font color is #704D87.

Background Color

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

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

This div background color is #704D87.

Border color

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

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

This div border color is #704D87.

Opacity

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

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

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

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

This text has shadow with #704D87 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #704D87.

Preview

Color preview on black background

This text has color #704D87 on black background.


Color preview on white background

This text has color #704D87 on white background.


Black color preview on #704D87 background

This text has black color on #704D87 background.


White color preview on #704D87 background

This text has white color on #704D87 background.


Related colors

Complementary color

Complementary color for #hex is #8FB278.


I love getcolorcode.com

Triadic colors

1 #87704D and #4D8770 with #704D87 are triadic colors.

2 #874D70 and #4D7087 with #704D87 are triadic colors.