COLOR #704A8D

HEX: #704A8D RGB: (112,74,141)

Color info

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

RGB color model

#704A8D color RGB value is (112,74,141).

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

RGB channels and saturation

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

112
74
141

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

Portions of RGB colors in percentages

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'%

%34.25
%22.63
%43.12

CMYK color model

#704A8D color CMYK value is (21,48,0,45).

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

CMYK: (21,48,0,45)
C21M48Y0K45 (21%, 48%, 0%, 45%)
(0.21 / 0.48 / 0.00 / 0.45)

CMYK percentages

%20.57
%47.52
%0
%44.71

Codes

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 and tints

Shades of #704A8D

#704A8D
(112,74,141)
#664481
(102,68,129)
#5C3E75
(92,62,117)
#523869
(82,56,105)
#48325D
(72,50,93)
#3E2C51
(62,44,81)
#342645
(52,38,69)
#2A2039
(42,32,57)
#201A2D
(32,26,45)
#161421
(22,20,33)
#0C0E15
(12,14,21)
#000000
(0,0,0)

Tints of #704A8D

#704A8D
(112,74,141)
#7D5A97
(125,90,151)
#8A6AA1
(138,106,161)
#977AAB
(151,122,171)
#A48AB5
(164,138,181)
#B19ABF
(177,154,191)
#BEAAC9
(190,170,201)
#CBBAD3
(203,186,211)
#D8CADD
(216,202,221)
#E5DAE7
(229,218,231)
#F2EAF1
(242,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #704A8D; }

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

This text font color is #704A8D.

Background Color

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

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

This div background color is #704A8D.

Border color

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

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

This div border color is #704A8D.

Opacity

.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%.

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 #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.

Div box shadow color

/* 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 div box has shadow with color #704A8D.

Preview

Color preview on black background

This text has color #704A8D on black background.


Color preview on white background

This text has color #704A8D on white background.


Black color preview on #704A8D background

This text has black color on #704A8D background.


White color preview on #704A8D background

This text has white color on #704A8D background.


Related colors

Complementary color

Complementary color for #hex is #8FB572.


I love getcolorcode.com

Triadic colors

1 #8D704A and #4A8D70 with #704A8D are triadic colors.

2 #8D4A70 and #4A708D with #704A8D are triadic colors.