COLOR #712A82

HEX: #712A82
RGB: (113,42,130)

Color info

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

RGB color model

#712A82 color RGB value is (113,42,130).

  • red value is 113;
  • green value is 42;
  • blue value is 130.
RGB:
(113,42,130)
(44%,16%,51%)

RGB channels and saturation

R 113 of 255 = 44%
G 42 of 255 = 16%
B 130 of 255 = 51%

113
42
130

R + G + B ~ 37%. #712A82 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
113 + 42 + 130 = 285 (100%)
R 113 of 285 ~ 39.65%
G 42 of 285 ~ 14.74%
B 130 of 285 ~ 45.61%

%39.65
%14.74
%45.61

CMYK color model

#712A82 color CMYK value is (13,68,0,49).

  • cyan value is 13.08%
  • magenta value is 67.69%
  • yellow value is 0.00%
  • key color value is 49.02%
CMYK:
(13,68,0,49)
C13M68Y0K49 
(13%,68%,0%,49%)
(0.13/0.68/0.00/0.49)	

CMYK percentages

%13.08
%67.69
%0
%49.02

Codes

Color #712A82 in popluar color models

712A82
RGB11342130
HSL288°51.16%33.73%
HSB/HSV288°67.69%50.98%
CMYK13.08%67.69%0.00%
49.02%

Color #712A82 in popluar number systems.

HEX712A82
Decimal11342130
Binary111000110101010000010
Octal16152202

Shades and tints

Shades of #712A82

#712A82
(113,42,130)
#672777
(103,39,119)
#5D246C
(93,36,108)
#532161
(83,33,97)
#491E56
(73,30,86)
#3F1B4B
(63,27,75)
#351840
(53,24,64)
#2B1535
(43,21,53)
#21122A
(33,18,42)
#170F1F
(23,15,31)
#0D0C14
(13,12,20)
#000000
(0,0,0)

Tints of #712A82

#712A82
(113,42,130)
#7D3D8D
(125,61,141)
#895098
(137,80,152)
#9563A3
(149,99,163)
#A176AE
(161,118,174)
#AD89B9
(173,137,185)
#B99CC4
(185,156,196)
#C5AFCF
(197,175,207)
#D1C2DA
(209,194,218)
#DDD5E5
(221,213,229)
#E9E8F0
(233,232,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #712A82 color. Also use rgb(113,42,130) instead hex code.

Text Font Color

.myTextColor { color: #712A82; }

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

This text font color is #712A82.


Background Color

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

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

This div background color is #712A82.


Border color

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

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

This div border color is #712A82.


Opacity

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

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

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

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

This text has shadow with #712A82 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #712A82 on black background.


Color preview on white background

This text has color #712A82 on white background.



Black color preview on #712A82 background

This text has black color on #712A82 background.


White color preview on #712A82 background

This text has white color on #712A82 background.