COLOR #700179

HEX: #700179
RGB: (112,1,121)

Color info

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

RGB color model

#700179 color RGB value is (112,1,121).

  • red value is 112;
  • green value is 1;
  • blue value is 121.
RGB:
(112,1,121)
(44%,0%,47%)

RGB channels and saturation

R 112 of 255 = 44%
G 1 of 255 = 0%
B 121 of 255 = 47%

112
1
121

R + G + B ~ 30%. #700179 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
112 + 1 + 121 = 234 (100%)
R 112 of 234 ~ 47.86%
G 1 of 234 ~ 0.43%
B 121 of 234 ~ 51.71%

%47.86
%51.71

CMYK color model

#700179 color CMYK value is (7,99,0,53).

  • cyan value is 7.44%
  • magenta value is 99.17%
  • yellow value is 0.00%
  • key color value is 52.55%
CMYK:
(7,99,0,53)
C7M99Y0K53 
(7%,99%,0%,53%)
(0.07/0.99/0.00/0.53)	

CMYK percentages

%7.44
%99.17
%0
%52.55

Codes

Color #700179 in popluar color models

700179
RGB1121121
HSL296°98.36%23.92%
HSB/HSV296°99.17%47.45%
CMYK7.44%99.17%0.00%
52.55%

Color #700179 in popluar number systems.

HEX700179
Decimal1121121
Binary111000011111001
Octal1601171

Shades and tints

Shades of #700179

#700179
(112,1,121)
#66016E
(102,1,110)
#5C0163
(92,1,99)
#520158
(82,1,88)
#48014D
(72,1,77)
#3E0142
(62,1,66)
#340137
(52,1,55)
#2A012C
(42,1,44)
#200121
(32,1,33)
#160116
(22,1,22)
#0C010B
(12,1,11)
#000000
(0,0,0)

Tints of #700179

#700179
(112,1,121)
#7D1885
(125,24,133)
#8A2F91
(138,47,145)
#97469D
(151,70,157)
#A45DA9
(164,93,169)
#B174B5
(177,116,181)
#BE8BC1
(190,139,193)
#CBA2CD
(203,162,205)
#D8B9D9
(216,185,217)
#E5D0E5
(229,208,229)
#F2E7F1
(242,231,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #700179 color. Also use rgb(112,1,121) instead hex code.

Text Font Color

.myTextColor { color: #700179; }

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

This text font color is #700179.


Background Color

.myBgColor { background-color: #700179; }

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

This div background color is #700179.


Border color

.myBorderColor { border: 1px solid #700179; }

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

This div border color is #700179.


Opacity

.myOpacity80 { color: #700179; opacity: 0.8; }

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

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

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

This text has shadow with #700179 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #700179 on black background.


Color preview on white background

This text has color #700179 on white background.



Black color preview on #700179 background

This text has black color on #700179 background.


White color preview on #700179 background

This text has white color on #700179 background.