COLOR #701978

HEX: #701978
RGB: (112,25,120)

Color info

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

RGB color model

#701978 color RGB value is (112,25,120).

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

RGB channels and saturation

R 112 of 255 = 44%
G 25 of 255 = 10%
B 120 of 255 = 47%

112
25
120

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

Portions of RGB colors in percentages

R + G + B =
112 + 25 + 120 = 257 (100%)
R 112 of 257 ~ 43.58%
G 25 of 257 ~ 9.73%
B 120 of 257 ~ 46.69%

%43.58
%9.73
%46.69

CMYK color model

#701978 color CMYK value is (7,79,0,53).

  • cyan value is 6.67%
  • magenta value is 79.17%
  • yellow value is 0.00%
  • key color value is 52.94%
CMYK:
(7,79,0,53)
C7M79Y0K53 
(7%,79%,0%,53%)
(0.07/0.79/0.00/0.53)	

CMYK percentages

%6.67
%79.17
%0
%52.94

Codes

Color #701978 in popluar color models

701978
RGB11225120
HSL295°65.52%28.43%
HSB/HSV295°79.17%47.06%
CMYK6.67%79.17%0.00%
52.94%

Color #701978 in popluar number systems.

HEX701978
Decimal11225120
Binary1110000110011111000
Octal16031170

Shades and tints

Shades of #701978

#701978
(112,25,120)
#66176E
(102,23,110)
#5C1564
(92,21,100)
#52135A
(82,19,90)
#481150
(72,17,80)
#3E0F46
(62,15,70)
#340D3C
(52,13,60)
#2A0B32
(42,11,50)
#200928
(32,9,40)
#16071E
(22,7,30)
#0C0514
(12,5,20)
#000000
(0,0,0)

Tints of #701978

#701978
(112,25,120)
#7D2D84
(125,45,132)
#8A4190
(138,65,144)
#97559C
(151,85,156)
#A469A8
(164,105,168)
#B17DB4
(177,125,180)
#BE91C0
(190,145,192)
#CBA5CC
(203,165,204)
#D8B9D8
(216,185,216)
#E5CDE4
(229,205,228)
#F2E1F0
(242,225,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #701978; }

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

This text font color is #701978.


Background Color

.myBgColor { background-color: #701978; }

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

This div background color is #701978.


Border color

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

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

This div border color is #701978.


Opacity

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

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

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

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

This text has shadow with #701978 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #701978 on black background.


Color preview on white background

This text has color #701978 on white background.



Black color preview on #701978 background

This text has black color on #701978 background.


White color preview on #701978 background

This text has white color on #701978 background.