COLOR #701671

HEX: #701671
RGB: (112,22,113)

Color info

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

RGB color model

#701671 color RGB value is (112,22,113).

  • red value is 112;
  • green value is 22;
  • blue value is 113.
RGB: (112,22,113) (44%,9%,44%)

RGB channels and saturation

R 112 of 255 = 44%
G 22 of 255 = 9%
B 113 of 255 = 44%

112
22
113

R + G + B ~ 32%. #701671 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
112 + 22 + 113 = 247 (100%)
R 112 of 247 ~ 45.34%
G 22 of 247 ~ 8.91%
B 113 of 247 ~ 45.75%

%45.34
%45.75

CMYK color model

#701671 color CMYK value is (1,81,0,56).

  • cyan value is 0.88%
  • magenta value is 80.53%
  • yellow value is 0.00%
  • key color value is 55.69%
CMYK: (1,81,0,56) C1M81Y0K56 (1%,81%,0%,56%) (0.01/0.81/0.00/0.56)

CMYK percentages

%0.88
%80.53
%0
%55.69

Codes

Color #701671 in popluar color models

701671
RGB11222113
HSL299°67.41%26.47%
HSB/HSV299°80.53%44.31%
CMYK0.88%80.53%0.00%
55.69%

Color #701671 in popluar number systems.

HEX701671
Decimal11222113
Binary1110000101101110001
Octal16026161

Shades and tints

Shades of #701671

#701671
(112,22,113)
#661467
(102,20,103)
#5C125D
(92,18,93)
#521053
(82,16,83)
#480E49
(72,14,73)
#3E0C3F
(62,12,63)
#340A35
(52,10,53)
#2A082B
(42,8,43)
#200621
(32,6,33)
#160417
(22,4,23)
#0C020D
(12,2,13)
#000000
(0,0,0)

Tints of #701671

#701671
(112,22,113)
#7D2B7D
(125,43,125)
#8A4089
(138,64,137)
#975595
(151,85,149)
#A46AA1
(164,106,161)
#B17FAD
(177,127,173)
#BE94B9
(190,148,185)
#CBA9C5
(203,169,197)
#D8BED1
(216,190,209)
#E5D3DD
(229,211,221)
#F2E8E9
(242,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #701671 color. Also use rgb(112,22,113) instead hex code.

Text Font Color

.myTextColor { color: #701671; }

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

This text font color is #701671.


Background Color

.myBgColor { background-color: #701671; }

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

This div background color is #701671.


Border color

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

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

This div border color is #701671.


Opacity

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

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

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

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

This text has shadow with #701671 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #701671 on black background.


Color preview on white background

This text has color #701671 on white background.



Black color preview on #701671 background

This text has black color on #701671 background.


White color preview on #701671 background

This text has white color on #701671 background.