COLOR #703A79

HEX: #703A79
RGB: (112,58,121)

Color info

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

RGB color model

#703A79 color RGB value is (112,58,121).

  • red value is 112;
  • green value is 58;
  • blue value is 121.
RGB:
(112,58,121)
(44%,23%,47%)

RGB channels and saturation

R 112 of 255 = 44%
G 58 of 255 = 23%
B 121 of 255 = 47%

112
58
121

R + G + B ~ 38%. #703A79 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
112 + 58 + 121 = 291 (100%)
R 112 of 291 ~ 38.49%
G 58 of 291 ~ 19.93%
B 121 of 291 ~ 41.58%

%38.49
%19.93
%41.58

CMYK color model

#703A79 color CMYK value is (7,52,0,53).

  • cyan value is 7.44%
  • magenta value is 52.07%
  • yellow value is 0.00%
  • key color value is 52.55%
CMYK:
(7,52,0,53)
C7M52Y0K53 
(7%,52%,0%,53%)
(0.07/0.52/0.00/0.53)	

CMYK percentages

%7.44
%52.07
%0
%52.55

Codes

Color #703A79 in popluar color models

703A79
RGB11258121
HSL291°35.20%35.10%
HSB/HSV291°52.07%47.45%
CMYK7.44%52.07%0.00%
52.55%

Color #703A79 in popluar number systems.

HEX703A79
Decimal11258121
Binary11100001110101111001
Octal16072171

Shades and tints

Shades of #703A79

#703A79
(112,58,121)
#66356E
(102,53,110)
#5C3063
(92,48,99)
#522B58
(82,43,88)
#48264D
(72,38,77)
#3E2142
(62,33,66)
#341C37
(52,28,55)
#2A172C
(42,23,44)
#201221
(32,18,33)
#160D16
(22,13,22)
#0C080B
(12,8,11)
#000000
(0,0,0)

Tints of #703A79

#703A79
(112,58,121)
#7D4B85
(125,75,133)
#8A5C91
(138,92,145)
#976D9D
(151,109,157)
#A47EA9
(164,126,169)
#B18FB5
(177,143,181)
#BEA0C1
(190,160,193)
#CBB1CD
(203,177,205)
#D8C2D9
(216,194,217)
#E5D3E5
(229,211,229)
#F2E4F1
(242,228,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #703A79 color. Also use rgb(112,58,121) instead hex code.

Text Font Color

.myTextColor { color: #703A79; }

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

This text font color is #703A79.


Background Color

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

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

This div background color is #703A79.


Border color

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

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

This div border color is #703A79.


Opacity

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

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

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

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

This text has shadow with #703A79 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #703A79 on black background.


Color preview on white background

This text has color #703A79 on white background.



Black color preview on #703A79 background

This text has black color on #703A79 background.


White color preview on #703A79 background

This text has white color on #703A79 background.