COLOR #703E9B

HEX: #703E9B
RGB: (112,62,155)

Color info

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

RGB color model

#703E9B color RGB value is (112,62,155).

  • red value is 112;
  • green value is 62;
  • blue value is 155.
RGB:
(112,62,155)
(44%,24%,61%)

RGB channels and saturation

R 112 of 255 = 44%
G 62 of 255 = 24%
B 155 of 255 = 61%

112
62
155

R + G + B ~ 43%. #703E9B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
112 + 62 + 155 = 329 (100%)
R 112 of 329 ~ 34.04%
G 62 of 329 ~ 18.84%
B 155 of 329 ~ 47.11%

%34.04
%18.84
%47.11

CMYK color model

#703E9B color CMYK value is (28,60,0,39).

  • cyan value is 27.74%
  • magenta value is 60.00%
  • yellow value is 0.00%
  • key color value is 39.22%
CMYK:
(28,60,0,39)
C28M60Y0K39 
(28%,60%,0%,39%)
(0.28/0.60/0.00/0.39)	

CMYK percentages

%27.74
%60
%0
%39.22

Codes

Color #703E9B in popluar color models

703E9B
RGB11262155
HSL272°42.86%42.55%
HSB/HSV272°60.00%60.78%
CMYK27.74%60.00%0.00%
39.22%

Color #703E9B in popluar number systems.

HEX703E9B
Decimal11262155
Binary111000011111010011011
Octal16076233

Shades and tints

Shades of #703E9B

#703E9B
(112,62,155)
#66398D
(102,57,141)
#5C347F
(92,52,127)
#522F71
(82,47,113)
#482A63
(72,42,99)
#3E2555
(62,37,85)
#342047
(52,32,71)
#2A1B39
(42,27,57)
#20162B
(32,22,43)
#16111D
(22,17,29)
#0C0C0F
(12,12,15)
#000000
(0,0,0)

Tints of #703E9B

#703E9B
(112,62,155)
#7D4FA4
(125,79,164)
#8A60AD
(138,96,173)
#9771B6
(151,113,182)
#A482BF
(164,130,191)
#B193C8
(177,147,200)
#BEA4D1
(190,164,209)
#CBB5DA
(203,181,218)
#D8C6E3
(216,198,227)
#E5D7EC
(229,215,236)
#F2E8F5
(242,232,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #703E9B color. Also use rgb(112,62,155) instead hex code.

Text Font Color

.myTextColor { color: #703E9B; }

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

This text font color is #703E9B.


Background Color

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

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

This div background color is #703E9B.


Border color

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

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

This div border color is #703E9B.


Opacity

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

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

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

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

This text has shadow with #703E9B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #703E9B on black background.


Color preview on white background

This text has color #703E9B on white background.



Black color preview on #703E9B background

This text has black color on #703E9B background.


White color preview on #703E9B background

This text has white color on #703E9B background.