COLOR #704B8D

HEX: #704B8D RGB: (112,75,141)

Color info

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

RGB color model

#704B8D color RGB value is (112,75,141).

RGB: (112,75,141) (44%, 29%, 55%)

RGB channels and saturation

R 112 of 255 = 44%
G 75 of 255 = 29%
B 141 of 255 = 55%

112
75
141

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

Portions of RGB colors in percentages

R + G + B = 112 + 75 + 141 = 328 (100%)
R 112 of 328 ~ 34.15%
G 75 of 328 ~ 22.87%
B 141 of 328 ~ 42.99'%

%34.15
%22.87
%42.99

CMYK color model

#704B8D color CMYK value is (21,47,0,45).

  • cyan value is 20.57%
  • magenta value is 46.81%
  • yellow value is 0.00%
  • key color value is 44.71%

CMYK: (21,47,0,45)
C21M47Y0K45 (21%, 47%, 0%, 45%)
(0.21 / 0.47 / 0.00 / 0.45)

CMYK percentages

%20.57
%46.81
%0
%44.71

Codes

Color #704B8D in popluar color models

70 4B 8D
RGB 112 75 141
HSL 274° 30.56% 42.35%
HSB/HSV 274° 46.81% 55.29%
CMYK 20.57% 46.81% 0.00%
44.71%

Color #704B8D in popluar number systems.

HEX 70 4B 8D
Decimal 112 75 141
Binary 1110000 1001011 10001101
Octal 160 113 215

Shades and tints

Shades of #704B8D

#704B8D
(112,75,141)
#664581
(102,69,129)
#5C3F75
(92,63,117)
#523969
(82,57,105)
#48335D
(72,51,93)
#3E2D51
(62,45,81)
#342745
(52,39,69)
#2A2139
(42,33,57)
#201B2D
(32,27,45)
#161521
(22,21,33)
#0C0F15
(12,15,21)
#000000
(0,0,0)

Tints of #704B8D

#704B8D
(112,75,141)
#7D5B97
(125,91,151)
#8A6BA1
(138,107,161)
#977BAB
(151,123,171)
#A48BB5
(164,139,181)
#B19BBF
(177,155,191)
#BEABC9
(190,171,201)
#CBBBD3
(203,187,211)
#D8CBDD
(216,203,221)
#E5DBE7
(229,219,231)
#F2EBF1
(242,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #704B8D color. Also use rgb(112,75,141) instead hex code.

Text Font Color

.myTextColor { color: #704B8D; }

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

This text font color is #704B8D.

Background Color

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

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

This div background color is #704B8D.

Border color

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

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

This div border color is #704B8D.

Opacity

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

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

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

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

This text has shadow with #704B8D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #704B8D.

Preview

Color preview on black background

This text has color #704B8D on black background.


Color preview on white background

This text has color #704B8D on white background.


Black color preview on #704B8D background

This text has black color on #704B8D background.


White color preview on #704B8D background

This text has white color on #704B8D background.


Related colors

Complementary color

Complementary color for #hex is #8FB472.


I love getcolorcode.com

Triadic colors

1 #8D704B and #4B8D70 with #704B8D are triadic colors.

2 #8D4B70 and #4B708D with #704B8D are triadic colors.