COLOR #703A7D

HEX: #703A7D RGB: (112,58,125)

Color info

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

RGB color model

#703A7D color RGB value is (112,58,125).

RGB: (112,58,125) (44%, 23%, 49%)

RGB channels and saturation

R 112 of 255 = 44%
G 58 of 255 = 23%
B 125 of 255 = 49%

112
58
125

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

Portions of RGB colors in percentages

R + G + B = 112 + 58 + 125 = 295 (100%)
R 112 of 295 ~ 37.97%
G 58 of 295 ~ 19.66%
B 125 of 295 ~ 42.37'%

%37.97
%19.66
%42.37

CMYK color model

#703A7D color CMYK value is (10,54,0,51).

  • cyan value is 10.40%
  • magenta value is 53.60%
  • yellow value is 0.00%
  • key color value is 50.98%

CMYK: (10,54,0,51)
C10M54Y0K51 (10%, 54%, 0%, 51%)
(0.10 / 0.54 / 0.00 / 0.51)

CMYK percentages

%10.4
%53.6
%0
%50.98

Codes

Color #703A7D in popluar color models

70 3A 7D
RGB 112 58 125
HSL 288° 36.61% 35.88%
HSB/HSV 288° 53.60% 49.02%
CMYK 10.40% 53.60% 0.00%
50.98%

Color #703A7D in popluar number systems.

HEX 70 3A 7D
Decimal 112 58 125
Binary 1110000 111010 1111101
Octal 160 72 175

Shades and tints

Shades of #703A7D

#703A7D
(112,58,125)
#663572
(102,53,114)
#5C3067
(92,48,103)
#522B5C
(82,43,92)
#482651
(72,38,81)
#3E2146
(62,33,70)
#341C3B
(52,28,59)
#2A1730
(42,23,48)
#201225
(32,18,37)
#160D1A
(22,13,26)
#0C080F
(12,8,15)
#000000
(0,0,0)

Tints of #703A7D

#703A7D
(112,58,125)
#7D4B88
(125,75,136)
#8A5C93
(138,92,147)
#976D9E
(151,109,158)
#A47EA9
(164,126,169)
#B18FB4
(177,143,180)
#BEA0BF
(190,160,191)
#CBB1CA
(203,177,202)
#D8C2D5
(216,194,213)
#E5D3E0
(229,211,224)
#F2E4EB
(242,228,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #703A7D; }

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

This text font color is #703A7D.

Background Color

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

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

This div background color is #703A7D.

Border color

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

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

This div border color is #703A7D.

Opacity

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

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

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

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

This text has shadow with #703A7D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #703A7D.

Preview

Color preview on black background

This text has color #703A7D on black background.


Color preview on white background

This text has color #703A7D on white background.


Black color preview on #703A7D background

This text has black color on #703A7D background.


White color preview on #703A7D background

This text has white color on #703A7D background.


Related colors

Complementary color

Complementary color for #hex is #8FC582.


I love getcolorcode.com

Triadic colors

1 #7D703A and #3A7D70 with #703A7D are triadic colors.

2 #7D3A70 and #3A707D with #703A7D are triadic colors.