COLOR #712579

HEX: #712579
RGB: (113,37,121)

Color info

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

RGB color model

#712579 color RGB value is (113,37,121).

  • red value is 113;
  • green value is 37;
  • blue value is 121.
RGB:
(113,37,121)
(44%,15%,47%)

RGB channels and saturation

R 113 of 255 = 44%
G 37 of 255 = 15%
B 121 of 255 = 47%

113
37
121

R + G + B ~ 35%. #712579 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
113 + 37 + 121 = 271 (100%)
R 113 of 271 ~ 41.7%
G 37 of 271 ~ 13.65%
B 121 of 271 ~ 44.65%

%41.7
%13.65
%44.65

CMYK color model

#712579 color CMYK value is (7,69,0,53).

  • cyan value is 6.61%
  • magenta value is 69.42%
  • yellow value is 0.00%
  • key color value is 52.55%
CMYK:
(7,69,0,53)
C7M69Y0K53 
(7%,69%,0%,53%)
(0.07/0.69/0.00/0.53)	

CMYK percentages

%6.61
%69.42
%0
%52.55

Codes

Color #712579 in popluar color models

712579
RGB11337121
HSL294°53.16%30.98%
HSB/HSV294°69.42%47.45%
CMYK6.61%69.42%0.00%
52.55%

Color #712579 in popluar number systems.

HEX712579
Decimal11337121
Binary11100011001011111001
Octal16145171

Shades and tints

Shades of #712579

#712579
(113,37,121)
#67226E
(103,34,110)
#5D1F63
(93,31,99)
#531C58
(83,28,88)
#49194D
(73,25,77)
#3F1642
(63,22,66)
#351337
(53,19,55)
#2B102C
(43,16,44)
#210D21
(33,13,33)
#170A16
(23,10,22)
#0D070B
(13,7,11)
#000000
(0,0,0)

Tints of #712579

#712579
(113,37,121)
#7D3885
(125,56,133)
#894B91
(137,75,145)
#955E9D
(149,94,157)
#A171A9
(161,113,169)
#AD84B5
(173,132,181)
#B997C1
(185,151,193)
#C5AACD
(197,170,205)
#D1BDD9
(209,189,217)
#DDD0E5
(221,208,229)
#E9E3F1
(233,227,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #712579 color. Also use rgb(113,37,121) instead hex code.

Text Font Color

.myTextColor { color: #712579; }

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

This text font color is #712579.


Background Color

.myBgColor { background-color: #712579; }

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

This div background color is #712579.


Border color

.myBorderColor { border: 1px solid #712579; }

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

This div border color is #712579.


Opacity

.myOpacity80 { color: #712579; opacity: 0.8; }

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

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

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

This text has shadow with #712579 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #712579 on black background.


Color preview on white background

This text has color #712579 on white background.



Black color preview on #712579 background

This text has black color on #712579 background.


White color preview on #712579 background

This text has white color on #712579 background.