COLOR #703D81

HEX: #703D81 RGB: (112,61,129)

Color info

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

RGB color model

#703D81 color RGB value is (112,61,129).

RGB: (112,61,129) (44%, 24%, 51%)

RGB channels and saturation

R 112 of 255 = 44%
G 61 of 255 = 24%
B 129 of 255 = 51%

112
61
129

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

Portions of RGB colors in percentages

R + G + B = 112 + 61 + 129 = 302 (100%)
R 112 of 302 ~ 37.09%
G 61 of 302 ~ 20.2%
B 129 of 302 ~ 42.72'%

%37.09
%20.2
%42.72

CMYK color model

#703D81 color CMYK value is (13,53,0,49).

  • cyan value is 13.18%
  • magenta value is 52.71%
  • yellow value is 0.00%
  • key color value is 49.41%

CMYK: (13,53,0,49)
C13M53Y0K49 (13%, 53%, 0%, 49%)
(0.13 / 0.53 / 0.00 / 0.49)

CMYK percentages

%13.18
%52.71
%0
%49.41

Codes

Color #703D81 in popluar color models

70 3D 81
RGB 112 61 129
HSL 285° 35.79% 37.25%
HSB/HSV 285° 52.71% 50.59%
CMYK 13.18% 52.71% 0.00%
49.41%

Color #703D81 in popluar number systems.

HEX 70 3D 81
Decimal 112 61 129
Binary 1110000 111101 10000001
Octal 160 75 201

Shades and tints

Shades of #703D81

#703D81
(112,61,129)
#663876
(102,56,118)
#5C336B
(92,51,107)
#522E60
(82,46,96)
#482955
(72,41,85)
#3E244A
(62,36,74)
#341F3F
(52,31,63)
#2A1A34
(42,26,52)
#201529
(32,21,41)
#16101E
(22,16,30)
#0C0B13
(12,11,19)
#000000
(0,0,0)

Tints of #703D81

#703D81
(112,61,129)
#7D4E8C
(125,78,140)
#8A5F97
(138,95,151)
#9770A2
(151,112,162)
#A481AD
(164,129,173)
#B192B8
(177,146,184)
#BEA3C3
(190,163,195)
#CBB4CE
(203,180,206)
#D8C5D9
(216,197,217)
#E5D6E4
(229,214,228)
#F2E7EF
(242,231,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #703D81; }

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

This text font color is #703D81.

Background Color

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

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

This div background color is #703D81.

Border color

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

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

This div border color is #703D81.

Opacity

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

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

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

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

This text has shadow with #703D81 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #703D81.

Preview

Color preview on black background

This text has color #703D81 on black background.


Color preview on white background

This text has color #703D81 on white background.


Black color preview on #703D81 background

This text has black color on #703D81 background.


White color preview on #703D81 background

This text has white color on #703D81 background.


Related colors

Complementary color

Complementary color for #hex is #8FC27E.


I love getcolorcode.com

Triadic colors

1 #81703D and #3D8170 with #703D81 are triadic colors.

2 #813D70 and #3D7081 with #703D81 are triadic colors.