COLOR #70078D

HEX: #70078D
RGB: (112,7,141)

Color info

#70078D contains mainly red and blue colors. Web safe color of #70078D is #660099 (or #609).

RGB color model

#70078D color RGB value is (112,7,141).

  • red value is 112;
  • green value is 7;
  • blue value is 141.
RGB:
(112,7,141)
(44%,3%,55%)

RGB channels and saturation

R 112 of 255 = 44%
G 7 of 255 = 3%
B 141 of 255 = 55%

112
7
141

R + G + B ~ 34%. #70078D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
112 + 7 + 141 = 260 (100%)
R 112 of 260 ~ 43.08%
G 7 of 260 ~ 2.69%
B 141 of 260 ~ 54.23%

%43.08
%54.23

CMYK color model

#70078D color CMYK value is (21,95,0,45).

  • cyan value is 20.57%
  • magenta value is 95.04%
  • yellow value is 0.00%
  • key color value is 44.71%
CMYK:
(21,95,0,45)
C21M95Y0K45 
(21%,95%,0%,45%)
(0.21/0.95/0.00/0.45)	

CMYK percentages

%20.57
%95.04
%0
%44.71

Codes

Color #70078D in popluar color models

70078D
RGB1127141
HSL287°90.54%29.02%
HSB/HSV287°95.04%55.29%
CMYK20.57%95.04%0.00%
44.71%

Color #70078D in popluar number systems.

HEX70078D
Decimal1127141
Binary111000011110001101
Octal1607215

Shades and tints

Shades of #70078D

#70078D
(112,7,141)
#660781
(102,7,129)
#5C0775
(92,7,117)
#520769
(82,7,105)
#48075D
(72,7,93)
#3E0751
(62,7,81)
#340745
(52,7,69)
#2A0739
(42,7,57)
#20072D
(32,7,45)
#160721
(22,7,33)
#0C0715
(12,7,21)
#000000
(0,0,0)

Tints of #70078D

#70078D
(112,7,141)
#7D1D97
(125,29,151)
#8A33A1
(138,51,161)
#9749AB
(151,73,171)
#A45FB5
(164,95,181)
#B175BF
(177,117,191)
#BE8BC9
(190,139,201)
#CBA1D3
(203,161,211)
#D8B7DD
(216,183,221)
#E5CDE7
(229,205,231)
#F2E3F1
(242,227,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #70078D color. Also use rgb(112,7,141) instead hex code.

Text Font Color

.myTextColor { color: #70078D; }

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

This text font color is #70078D.


Background Color

.myBgColor { background-color: #70078D; }

<div style="background-color:#70078D">Inner text</div>

This div background color is #70078D.


Border color

.myBorderColor { border: 1px solid #70078D; }

<div style="border:3px solid #70078D">Div</div>

This div border color is #70078D.


Opacity

.myOpacity80 { color: #70078D; opacity: 0.8; }

<p style="color:#70078D;opacity:0.8;">80%</p>

Text with #70078D 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 #70078D;}

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

This text has shadow with #70078D color.

.textShadow {text-shadow: 3px 3px 1px #70078D, 3px 3px 1px red;}

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

This text has shadow with #70078D primary color and red secondary color.


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

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

This text has shadow with #70078D and red colors in old Internet Explorer.


Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #70078D;
-webkit-box-shadow: 1px 1px 3px 2px #70078D;
box-shadow:1px 1px 3px 2px #70078D;">
Div content here</div>
This div box has shadow with color #70078D.

Preview

Color preview on black background

This text has color #70078D on black background.


Color preview on white background

This text has color #70078D on white background.



Black color preview on #70078D background

This text has black color on #70078D background.


White color preview on #70078D background

This text has white color on #70078D background.