COLOR #701879

HEX: #701879
RGB: (112,24,121)

Color info

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

RGB color model

#701879 color RGB value is (112,24,121).

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

RGB channels and saturation

R 112 of 255 = 44%
G 24 of 255 = 9%
B 121 of 255 = 47%

112
24
121

R + G + B ~ 33%. #701879 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
112 + 24 + 121 = 257 (100%)
R 112 of 257 ~ 43.58%
G 24 of 257 ~ 9.34%
B 121 of 257 ~ 47.08%

%43.58
%47.08

CMYK color model

#701879 color CMYK value is (7,80,0,53).

  • cyan value is 7.44%
  • magenta value is 80.17%
  • yellow value is 0.00%
  • key color value is 52.55%
CMYK:
(7,80,0,53)
C7M80Y0K53 
(7%,80%,0%,53%)
(0.07/0.80/0.00/0.53)	

CMYK percentages

%7.44
%80.17
%0
%52.55

Codes

Color #701879 in popluar color models

701879
RGB11224121
HSL294°66.90%28.43%
HSB/HSV294°80.17%47.45%
CMYK7.44%80.17%0.00%
52.55%

Color #701879 in popluar number systems.

HEX701879
Decimal11224121
Binary1110000110001111001
Octal16030171

Shades and tints

Shades of #701879

#701879
(112,24,121)
#66166E
(102,22,110)
#5C1463
(92,20,99)
#521258
(82,18,88)
#48104D
(72,16,77)
#3E0E42
(62,14,66)
#340C37
(52,12,55)
#2A0A2C
(42,10,44)
#200821
(32,8,33)
#160616
(22,6,22)
#0C040B
(12,4,11)
#000000
(0,0,0)

Tints of #701879

#701879
(112,24,121)
#7D2D85
(125,45,133)
#8A4291
(138,66,145)
#97579D
(151,87,157)
#A46CA9
(164,108,169)
#B181B5
(177,129,181)
#BE96C1
(190,150,193)
#CBABCD
(203,171,205)
#D8C0D9
(216,192,217)
#E5D5E5
(229,213,229)
#F2EAF1
(242,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #701879; }

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

This text font color is #701879.


Background Color

.myBgColor { background-color: #701879; }

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

This div background color is #701879.


Border color

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

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

This div border color is #701879.


Opacity

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

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

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

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

This text has shadow with #701879 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #701879 on black background.


Color preview on white background

This text has color #701879 on white background.



Black color preview on #701879 background

This text has black color on #701879 background.


White color preview on #701879 background

This text has white color on #701879 background.