COLOR #703A6D

HEX: #703A6D
RGB: (112,58,109)

Color info

#703A6D contains red, green and blue colors in about the same proportion. Web safe color of #703A6D is #663366 (or #636).

RGB color model

#703A6D color RGB value is (112,58,109).

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

RGB channels and saturation

R 112 of 255 = 44%
G 58 of 255 = 23%
B 109 of 255 = 43%

112
58
109

R + G + B ~ 37%. #703A6D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
112 + 58 + 109 = 279 (100%)
R 112 of 279 ~ 40.14%
G 58 of 279 ~ 20.79%
B 109 of 279 ~ 39.07%

%40.14
%20.79
%39.07

CMYK color model

#703A6D color CMYK value is (0,48,3,56).

  • cyan value is 0.00%
  • magenta value is 48.21%
  • yellow value is 2.68%
  • key color value is 56.08%
CMYK:
(0,48,3,56)
C0M48Y3K56 
(0%,48%,3%,56%)
(0.00/0.48/0.03/0.56)	

CMYK percentages

%0
%48.21
%2.68
%56.08

Codes

Color #703A6D in popluar color models

703A6D
RGB11258109
HSL303°31.76%33.33%
HSB/HSV303°48.21%43.92%
CMYK0.00%48.21%2.68%
56.08%

Color #703A6D in popluar number systems.

HEX703A6D
Decimal11258109
Binary11100001110101101101
Octal16072155

Shades and tints

Shades of #703A6D

#703A6D
(112,58,109)
#663564
(102,53,100)
#5C305B
(92,48,91)
#522B52
(82,43,82)
#482649
(72,38,73)
#3E2140
(62,33,64)
#341C37
(52,28,55)
#2A172E
(42,23,46)
#201225
(32,18,37)
#160D1C
(22,13,28)
#0C0813
(12,8,19)
#000000
(0,0,0)

Tints of #703A6D

#703A6D
(112,58,109)
#7D4B7A
(125,75,122)
#8A5C87
(138,92,135)
#976D94
(151,109,148)
#A47EA1
(164,126,161)
#B18FAE
(177,143,174)
#BEA0BB
(190,160,187)
#CBB1C8
(203,177,200)
#D8C2D5
(216,194,213)
#E5D3E2
(229,211,226)
#F2E4EF
(242,228,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #703A6D; }

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

This text font color is #703A6D.


Background Color

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

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

This div background color is #703A6D.


Border color

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

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

This div border color is #703A6D.


Opacity

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

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

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

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

This text has shadow with #703A6D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #703A6D on black background.


Color preview on white background

This text has color #703A6D on white background.



Black color preview on #703A6D background

This text has black color on #703A6D background.


White color preview on #703A6D background

This text has white color on #703A6D background.