COLOR #712EA5

HEX: #712EA5 RGB: (113,46,165)

Color info

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

RGB color model

#712EA5 color RGB value is (113,46,165).

RGB: (113,46,165) (44%, 18%, 65%)

RGB channels and saturation

R 113 of 255 = 44%
G 46 of 255 = 18%
B 165 of 255 = 65%

113
46
165

R + G + B ~ 42%. #712EA5 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 113 + 46 + 165 = 324 (100%)
R 113 of 324 ~ 34.88%
G 46 of 324 ~ 14.2%
B 165 of 324 ~ 50.93'%

%34.88
%14.2
%50.93

CMYK color model

#712EA5 color CMYK value is (32,72,0,35).

  • cyan value is 31.52%
  • magenta value is 72.12%
  • yellow value is 0.00%
  • key color value is 35.29%
CMYK: (32,72,0,35) C32M72Y0K35 (32%,72%,0%,35%) (0.32/0.72/0.00/0.35) 

CMYK percentages

%31.52
%72.12
%0
%35.29

Codes

Color #712EA5 in popluar color models

71 2E A5
RGB 113 46 165
HSL 274° 56.40% 41.37%
HSB/HSV 274° 72.12% 64.71%
CMYK 31.52% 72.12% 0.00%
35.29%

Color #712EA5 in popluar number systems.

HEX 71 2E A5
Decimal 113 46 165
Binary 1110001 101110 10100101
Octal 161 56 245

Shades and tints

Shades of #712EA5

#712EA5
(113,46,165)
#672A96
(103,42,150)
#5D2687
(93,38,135)
#532278
(83,34,120)
#491E69
(73,30,105)
#3F1A5A
(63,26,90)
#35164B
(53,22,75)
#2B123C
(43,18,60)
#210E2D
(33,14,45)
#170A1E
(23,10,30)
#0D060F
(13,6,15)
#000000
(0,0,0)

Tints of #712EA5

#712EA5
(113,46,165)
#7D41AD
(125,65,173)
#8954B5
(137,84,181)
#9567BD
(149,103,189)
#A17AC5
(161,122,197)
#AD8DCD
(173,141,205)
#B9A0D5
(185,160,213)
#C5B3DD
(197,179,221)
#D1C6E5
(209,198,229)
#DDD9ED
(221,217,237)
#E9ECF5
(233,236,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #712EA5 color. Also use rgb(113,46,165) instead hex code.

Text Font Color

.myTextColor { color: #712EA5; }

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

This text font color is #712EA5.

Background Color

.myBgColor { background-color: #712EA5; }

<div style="background-color:#712EA5">Inner text</div>

This div background color is #712EA5.

Border color

.myBorderColor { border: 1px solid #712EA5; }

<div style="border:3px solid #712EA5">Div</div>

This div border color is #712EA5.

Opacity

.myOpacity80 { color: #712EA5; opacity: 0.8; }

<p style="color:#712EA5;opacity:0.8;">80%</p>

Text with #712EA5 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 #712EA5;}

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

This text has shadow with #712EA5 color.


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

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

This text has shadow with #712EA5 primary color and red secondary color.


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

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

This text has shadow with #712EA5 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #712EA5.

Preview

Color preview on black background

This text has color #712EA5 on black background.


Color preview on white background

This text has color #712EA5 on white background.


Black color preview on #712EA5 background

This text has black color on #712EA5 background.


White color preview on #712EA5 background

This text has white color on #712EA5 background.


Related colors

Complementary color

Complementary color for #hex is #8ED15A.


I love getcolorcode.com

Triadic colors

1 #A5712E and #2EA571 with #712EA5 are triadic colors.

2 #A52E71 and #2E71A5 with #712EA5 are triadic colors.