COLOR #704D8F

HEX: #704D8F RGB: (112,77,143)

Color info

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

RGB color model

#704D8F color RGB value is (112,77,143).

RGB: (112,77,143) (44%, 30%, 56%)

RGB channels and saturation

R 112 of 255 = 44%
G 77 of 255 = 30%
B 143 of 255 = 56%

112
77
143

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

Portions of RGB colors in percentages

R + G + B = 112 + 77 + 143 = 332 (100%)
R 112 of 332 ~ 33.73%
G 77 of 332 ~ 23.19%
B 143 of 332 ~ 43.07'%

%33.73
%23.19
%43.07

CMYK color model

#704D8F color CMYK value is (22,46,0,44).

  • cyan value is 21.68%
  • magenta value is 46.15%
  • yellow value is 0.00%
  • key color value is 43.92%

CMYK: (22,46,0,44)
C22M46Y0K44 (22%, 46%, 0%, 44%)
(0.22 / 0.46 / 0.00 / 0.44)

CMYK percentages

%21.68
%46.15
%0
%43.92

Codes

Color #704D8F in popluar color models

70 4D 8F
RGB 112 77 143
HSL 272° 30.00% 43.14%
HSB/HSV 272° 46.15% 56.08%
CMYK 21.68% 46.15% 0.00%
43.92%

Color #704D8F in popluar number systems.

HEX 70 4D 8F
Decimal 112 77 143
Binary 1110000 1001101 10001111
Octal 160 115 217

Shades and tints

Shades of #704D8F

#704D8F
(112,77,143)
#664682
(102,70,130)
#5C3F75
(92,63,117)
#523868
(82,56,104)
#48315B
(72,49,91)
#3E2A4E
(62,42,78)
#342341
(52,35,65)
#2A1C34
(42,28,52)
#201527
(32,21,39)
#160E1A
(22,14,26)
#0C070D
(12,7,13)
#000000
(0,0,0)

Tints of #704D8F

#704D8F
(112,77,143)
#7D5D99
(125,93,153)
#8A6DA3
(138,109,163)
#977DAD
(151,125,173)
#A48DB7
(164,141,183)
#B19DC1
(177,157,193)
#BEADCB
(190,173,203)
#CBBDD5
(203,189,213)
#D8CDDF
(216,205,223)
#E5DDE9
(229,221,233)
#F2EDF3
(242,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #704D8F; }

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

This text font color is #704D8F.

Background Color

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

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

This div background color is #704D8F.

Border color

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

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

This div border color is #704D8F.

Opacity

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

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

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

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

This text has shadow with #704D8F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #704D8F.

Preview

Color preview on black background

This text has color #704D8F on black background.


Color preview on white background

This text has color #704D8F on white background.


Black color preview on #704D8F background

This text has black color on #704D8F background.


White color preview on #704D8F background

This text has white color on #704D8F background.


Related colors

Complementary color

Complementary color for #hex is #8FB270.


I love getcolorcode.com

Triadic colors

1 #8F704D and #4D8F70 with #704D8F are triadic colors.

2 #8F4D70 and #4D708F with #704D8F are triadic colors.