COLOR #701091

HEX: #701091
RGB: (112,16,145)

Color info

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

RGB color model

#701091 color RGB value is (112,16,145).

  • red value is 112;
  • green value is 16;
  • blue value is 145.
RGB:
(112,16,145)
(44%,6%,57%)

RGB channels and saturation

R 112 of 255 = 44%
G 16 of 255 = 6%
B 145 of 255 = 57%

112
16
145

R + G + B ~ 36%. #701091 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
112 + 16 + 145 = 273 (100%)
R 112 of 273 ~ 41.03%
G 16 of 273 ~ 5.86%
B 145 of 273 ~ 53.11%

%41.03
%53.11

CMYK color model

#701091 color CMYK value is (23,89,0,43).

  • cyan value is 22.76%
  • magenta value is 88.97%
  • yellow value is 0.00%
  • key color value is 43.14%
CMYK:
(23,89,0,43)
C23M89Y0K43 
(23%,89%,0%,43%)
(0.23/0.89/0.00/0.43)	

CMYK percentages

%22.76
%88.97
%0
%43.14

Codes

Color #701091 in popluar color models

701091
RGB11216145
HSL285°80.12%31.57%
HSB/HSV285°88.97%56.86%
CMYK22.76%88.97%0.00%
43.14%

Color #701091 in popluar number systems.

HEX701091
Decimal11216145
Binary11100001000010010001
Octal16020221

Shades and tints

Shades of #701091

#701091
(112,16,145)
#660F84
(102,15,132)
#5C0E77
(92,14,119)
#520D6A
(82,13,106)
#480C5D
(72,12,93)
#3E0B50
(62,11,80)
#340A43
(52,10,67)
#2A0936
(42,9,54)
#200829
(32,8,41)
#16071C
(22,7,28)
#0C060F
(12,6,15)
#000000
(0,0,0)

Tints of #701091

#701091
(112,16,145)
#7D259B
(125,37,155)
#8A3AA5
(138,58,165)
#974FAF
(151,79,175)
#A464B9
(164,100,185)
#B179C3
(177,121,195)
#BE8ECD
(190,142,205)
#CBA3D7
(203,163,215)
#D8B8E1
(216,184,225)
#E5CDEB
(229,205,235)
#F2E2F5
(242,226,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #701091 color. Also use rgb(112,16,145) instead hex code.

Text Font Color

.myTextColor { color: #701091; }

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

This text font color is #701091.


Background Color

.myBgColor { background-color: #701091; }

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

This div background color is #701091.


Border color

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

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

This div border color is #701091.


Opacity

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

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

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

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

This text has shadow with #701091 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #701091 on black background.


Color preview on white background

This text has color #701091 on white background.



Black color preview on #701091 background

This text has black color on #701091 background.


White color preview on #701091 background

This text has white color on #701091 background.