COLOR #70196C

HEX: #70196C
RGB: (112,25,108)

Color info

#70196C contains mainly red and blue colors. Web safe color of #70196C is #660066 (or #606).

RGB color model

#70196C color RGB value is (112,25,108).

  • red value is 112;
  • green value is 25;
  • blue value is 108.
RGB:
(112,25,108)
(44%,10%,42%)

RGB channels and saturation

R 112 of 255 = 44%
G 25 of 255 = 10%
B 108 of 255 = 42%

112
25
108

R + G + B ~ 32%. #70196C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
112 + 25 + 108 = 245 (100%)
R 112 of 245 ~ 45.71%
G 25 of 245 ~ 10.2%
B 108 of 245 ~ 44.08%

%45.71
%10.2
%44.08

CMYK color model

#70196C color CMYK value is (0,78,4,56).

  • cyan value is 0.00%
  • magenta value is 77.68%
  • yellow value is 3.57%
  • key color value is 56.08%
CMYK:
(0,78,4,56)
C0M78Y4K56 
(0%,78%,4%,56%)
(0.00/0.78/0.04/0.56)	

CMYK percentages

%0
%77.68
%3.57
%56.08

Codes

Color #70196C in popluar color models

70196C
RGB11225108
HSL303°63.50%26.86%
HSB/HSV303°77.68%43.92%
CMYK0.00%77.68%3.57%
56.08%

Color #70196C in popluar number systems.

HEX70196C
Decimal11225108
Binary1110000110011101100
Octal16031154

Shades and tints

Shades of #70196C

#70196C
(112,25,108)
#661763
(102,23,99)
#5C155A
(92,21,90)
#521351
(82,19,81)
#481148
(72,17,72)
#3E0F3F
(62,15,63)
#340D36
(52,13,54)
#2A0B2D
(42,11,45)
#200924
(32,9,36)
#16071B
(22,7,27)
#0C0512
(12,5,18)
#000000
(0,0,0)

Tints of #70196C

#70196C
(112,25,108)
#7D2D79
(125,45,121)
#8A4186
(138,65,134)
#975593
(151,85,147)
#A469A0
(164,105,160)
#B17DAD
(177,125,173)
#BE91BA
(190,145,186)
#CBA5C7
(203,165,199)
#D8B9D4
(216,185,212)
#E5CDE1
(229,205,225)
#F2E1EE
(242,225,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #70196C color. Also use rgb(112,25,108) instead hex code.

Text Font Color

.myTextColor { color: #70196C; }

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

This text font color is #70196C.


Background Color

.myBgColor { background-color: #70196C; }

<div style="background-color:#70196C">Inner text</div>

This div background color is #70196C.


Border color

.myBorderColor { border: 1px solid #70196C; }

<div style="border:3px solid #70196C">Div</div>

This div border color is #70196C.


Opacity

.myOpacity80 { color: #70196C; opacity: 0.8; }

<p style="color:#70196C;opacity:0.8;">80%</p>

Text with #70196C 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 #70196C;}

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

This text has shadow with #70196C color.

.textShadow {text-shadow: 3px 3px 1px #70196C, 3px 3px 1px red;}

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

This text has shadow with #70196C primary color and red secondary color.


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

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

This text has shadow with #70196C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #70196C on black background.


Color preview on white background

This text has color #70196C on white background.



Black color preview on #70196C background

This text has black color on #70196C background.


White color preview on #70196C background

This text has white color on #70196C background.