HEX: #704A8D
RGB: (112,74,141)
#704A8D contains mainly red and blue colors. Web safe color of #704A8D is #663399 (or #639).
#704A8D color RGB value is (112,74,141).
RGB: (112,74,141)
(44%, 29%, 55%)
R 112 of 255 = 44%
G 74 of 255 = 29%
B 141 of 255 = 55%
R + G + B ~ 43%. #704A8D is middle color (not dark and not light).
R + G + B = 112 + 74 + 141 = 327 (100%)
R 112 of 327 ~ 34.25%
G 74 of 327 ~ 22.63%
B 141 of 327 ~ 43.12'%
#704A8D color CMYK value is (21,48,0,45).
CMYK: (21,48,0,45)
C21M48Y0K45 (21%, 48%, 0%, 45%)
(0.21 / 0.48 / 0.00 / 0.45)
Color #704A8D in popluar color models
70 | 4A | 8D | |
---|---|---|---|
RGB | 112 | 74 | 141 |
HSL | 274° | 31.16% | 42.16% |
HSB/HSV | 274° | 47.52% | 55.29% |
CMYK | 20.57% | 47.52% | 0.00% |
44.71% |
Color #704A8D in popluar number systems.
HEX | 70 | 4A | 8D |
Decimal | 112 | 74 | 141 |
Binary | 1110000 | 1001010 | 10001101 |
Octal | 160 | 112 | 215 |
Shades of #704A8D
Tints of #704A8D
Examples of css and html codes for elements with #704A8D color. Also use rgb(112,74,141) instead hex code.
.myTextColor { color: #704A8D; }
<p style="color:#704A8D">This sample text font color is #704A8D.</p>
This text font color is #704A8D.
.myBgColor { background-color: #704A8D; }
<div style="background-color:#704A8D">Inner text</div>
This div background color is #704A8D.
.myBorderColor { border: 1px solid #704A8D; }
<div style="border:3px solid #704A8D">Div</div>
This div border color is #704A8D.
.myOpacity80 { color: #704A8D; opacity: 0.8; }
<p style="color:#704A8D;opacity:0.8;">80%</p>
Text with #704A8D color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #704A8D;}
<p style="text-shadow: 3px 3px 1px #704A8D">Text here.</p>
This text has shadow with #704A8D color.
.textShadow {text-shadow: 3px 3px 1px #704A8D', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #704A8D, 5px 5px 20px red">Text here.</p>
This text has shadow with #704A8D primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#704A8D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#704A8D, Direction=45, Strength=4)">Text</p>
This text has shadow with #704A8D and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #704A8D;
-webkit-box-shadow: 1px 1px 3px 2px #704A8D;
box-shadow: 1px 1px 3px 2px #704A8D;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #704A8D; -webkit-box-shadow: 1px 1px 3px 2px #704A8D; box-shadow:1px 1px 3px 2px #704A8D;">
Div content here
</div>
This text has color #704A8D on black background.
This text has color #704A8D on white background.
This text has black color on #704A8D background.
This text has white color on #704A8D background.
Complementary color for #hex is #8FB572.