COLOR #701B90

HEX: #701B90
RGB: (112,27,144)

Color info

#701B90 contains mainly red and blue colors. Web safe color of #701B90 is #663399 (or #639).

RGB color model

#701B90 color RGB value is (112,27,144).

  • red value is 112;
  • green value is 27;
  • blue value is 144.
RGB:
(112,27,144)
(44%,11%,56%)

RGB channels and saturation

R 112 of 255 = 44%
G 27 of 255 = 11%
B 144 of 255 = 56%

112
27
144

R + G + B ~ 37%. #701B90 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
112 + 27 + 144 = 283 (100%)
R 112 of 283 ~ 39.58%
G 27 of 283 ~ 9.54%
B 144 of 283 ~ 50.88%

%39.58
%9.54
%50.88

CMYK color model

#701B90 color CMYK value is (22,81,0,44).

  • cyan value is 22.22%
  • magenta value is 81.25%
  • yellow value is 0.00%
  • key color value is 43.53%
CMYK:
(22,81,0,44)
C22M81Y0K44 
(22%,81%,0%,44%)
(0.22/0.81/0.00/0.44)	

CMYK percentages

%22.22
%81.25
%0
%43.53

Codes

Color #701B90 in popluar color models

701B90
RGB11227144
HSL284°68.42%33.53%
HSB/HSV284°81.25%56.47%
CMYK22.22%81.25%0.00%
43.53%

Color #701B90 in popluar number systems.

HEX701B90
Decimal11227144
Binary11100001101110010000
Octal16033220

Shades and tints

Shades of #701B90

#701B90
(112,27,144)
#661983
(102,25,131)
#5C1776
(92,23,118)
#521569
(82,21,105)
#48135C
(72,19,92)
#3E114F
(62,17,79)
#340F42
(52,15,66)
#2A0D35
(42,13,53)
#200B28
(32,11,40)
#16091B
(22,9,27)
#0C070E
(12,7,14)
#000000
(0,0,0)

Tints of #701B90

#701B90
(112,27,144)
#7D2F9A
(125,47,154)
#8A43A4
(138,67,164)
#9757AE
(151,87,174)
#A46BB8
(164,107,184)
#B17FC2
(177,127,194)
#BE93CC
(190,147,204)
#CBA7D6
(203,167,214)
#D8BBE0
(216,187,224)
#E5CFEA
(229,207,234)
#F2E3F4
(242,227,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #701B90 color. Also use rgb(112,27,144) instead hex code.

Text Font Color

.myTextColor { color: #701B90; }

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

This text font color is #701B90.


Background Color

.myBgColor { background-color: #701B90; }

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

This div background color is #701B90.


Border color

.myBorderColor { border: 1px solid #701B90; }

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

This div border color is #701B90.


Opacity

.myOpacity80 { color: #701B90; opacity: 0.8; }

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

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

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

This text has shadow with #701B90 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #701B90 on black background.


Color preview on white background

This text has color #701B90 on white background.



Black color preview on #701B90 background

This text has black color on #701B90 background.


White color preview on #701B90 background

This text has white color on #701B90 background.