COLOR #703B7E

HEX: #703B7E
RGB: (112,59,126)

Color info

#703B7E contains mainly red and blue colors. Web safe color of #703B7E is #663366 (or #636).

RGB color model

#703B7E color RGB value is (112,59,126).

  • red value is 112;
  • green value is 59;
  • blue value is 126.
RGB:
(112,59,126)
(44%,23%,49%)

RGB channels and saturation

R 112 of 255 = 44%
G 59 of 255 = 23%
B 126 of 255 = 49%

112
59
126

R + G + B ~ 39%. #703B7E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
112 + 59 + 126 = 297 (100%)
R 112 of 297 ~ 37.71%
G 59 of 297 ~ 19.87%
B 126 of 297 ~ 42.42%

%37.71
%19.87
%42.42

CMYK color model

#703B7E color CMYK value is (11,53,0,51).

  • cyan value is 11.11%
  • magenta value is 53.17%
  • yellow value is 0.00%
  • key color value is 50.59%
CMYK:
(11,53,0,51)
C11M53Y0K51 
(11%,53%,0%,51%)
(0.11/0.53/0.00/0.51)	

CMYK percentages

%11.11
%53.17
%0
%50.59

Codes

Color #703B7E in popluar color models

703B7E
RGB11259126
HSL287°36.22%36.27%
HSB/HSV287°53.17%49.41%
CMYK11.11%53.17%0.00%
50.59%

Color #703B7E in popluar number systems.

HEX703B7E
Decimal11259126
Binary11100001110111111110
Octal16073176

Shades and tints

Shades of #703B7E

#703B7E
(112,59,126)
#663673
(102,54,115)
#5C3168
(92,49,104)
#522C5D
(82,44,93)
#482752
(72,39,82)
#3E2247
(62,34,71)
#341D3C
(52,29,60)
#2A1831
(42,24,49)
#201326
(32,19,38)
#160E1B
(22,14,27)
#0C0910
(12,9,16)
#000000
(0,0,0)

Tints of #703B7E

#703B7E
(112,59,126)
#7D4C89
(125,76,137)
#8A5D94
(138,93,148)
#976E9F
(151,110,159)
#A47FAA
(164,127,170)
#B190B5
(177,144,181)
#BEA1C0
(190,161,192)
#CBB2CB
(203,178,203)
#D8C3D6
(216,195,214)
#E5D4E1
(229,212,225)
#F2E5EC
(242,229,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #703B7E color. Also use rgb(112,59,126) instead hex code.

Text Font Color

.myTextColor { color: #703B7E; }

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

This text font color is #703B7E.


Background Color

.myBgColor { background-color: #703B7E; }

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

This div background color is #703B7E.


Border color

.myBorderColor { border: 1px solid #703B7E; }

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

This div border color is #703B7E.


Opacity

.myOpacity80 { color: #703B7E; opacity: 0.8; }

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

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

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

This text has shadow with #703B7E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #703B7E on black background.


Color preview on white background

This text has color #703B7E on white background.



Black color preview on #703B7E background

This text has black color on #703B7E background.


White color preview on #703B7E background

This text has white color on #703B7E background.