COLOR #703DA5

HEX: #703DA5
RGB: (112,61,165)

Color info

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

RGB color model

#703DA5 color RGB value is (112,61,165).

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

RGB channels and saturation

R 112 of 255 = 44%
G 61 of 255 = 24%
B 165 of 255 = 65%

112
61
165

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

Portions of RGB colors in percentages

R + G + B =
112 + 61 + 165 = 338 (100%)
R 112 of 338 ~ 33.14%
G 61 of 338 ~ 18.05%
B 165 of 338 ~ 48.82%

%33.14
%18.05
%48.82

CMYK color model

#703DA5 color CMYK value is (32,63,0,35).

  • cyan value is 32.12%
  • magenta value is 63.03%
  • yellow value is 0.00%
  • key color value is 35.29%
CMYK:
(32,63,0,35)
C32M63Y0K35 
(32%,63%,0%,35%)
(0.32/0.63/0.00/0.35)	

CMYK percentages

%32.12
%63.03
%0
%35.29

Codes

Color #703DA5 in popluar color models

703DA5
RGB11261165
HSL269°46.02%44.31%
HSB/HSV269°63.03%64.71%
CMYK32.12%63.03%0.00%
35.29%

Color #703DA5 in popluar number systems.

HEX703DA5
Decimal11261165
Binary111000011110110100101
Octal16075245

Shades and tints

Shades of #703DA5

#703DA5
(112,61,165)
#663896
(102,56,150)
#5C3387
(92,51,135)
#522E78
(82,46,120)
#482969
(72,41,105)
#3E245A
(62,36,90)
#341F4B
(52,31,75)
#2A1A3C
(42,26,60)
#20152D
(32,21,45)
#16101E
(22,16,30)
#0C0B0F
(12,11,15)
#000000
(0,0,0)

Tints of #703DA5

#703DA5
(112,61,165)
#7D4EAD
(125,78,173)
#8A5FB5
(138,95,181)
#9770BD
(151,112,189)
#A481C5
(164,129,197)
#B192CD
(177,146,205)
#BEA3D5
(190,163,213)
#CBB4DD
(203,180,221)
#D8C5E5
(216,197,229)
#E5D6ED
(229,214,237)
#F2E7F5
(242,231,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #703DA5 color. Also use rgb(112,61,165) instead hex code.

Text Font Color

.myTextColor { color: #703DA5; }

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

This text font color is #703DA5.


Background Color

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

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

This div background color is #703DA5.


Border color

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

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

This div border color is #703DA5.


Opacity

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

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

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

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

This text has shadow with #703DA5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #703DA5 on black background.


Color preview on white background

This text has color #703DA5 on white background.



Black color preview on #703DA5 background

This text has black color on #703DA5 background.


White color preview on #703DA5 background

This text has white color on #703DA5 background.