COLOR #712984

HEX: #712984
RGB: (113,41,132)

Color info

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

RGB color model

#712984 color RGB value is (113,41,132).

  • red value is 113;
  • green value is 41;
  • blue value is 132.
RGB:
(113,41,132)
(44%,16%,52%)

RGB channels and saturation

R 113 of 255 = 44%
G 41 of 255 = 16%
B 132 of 255 = 52%

113
41
132

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

Portions of RGB colors in percentages

R + G + B =
113 + 41 + 132 = 286 (100%)
R 113 of 286 ~ 39.51%
G 41 of 286 ~ 14.34%
B 132 of 286 ~ 46.15%

%39.51
%14.34
%46.15

CMYK color model

#712984 color CMYK value is (14,69,0,48).

  • cyan value is 14.39%
  • magenta value is 68.94%
  • yellow value is 0.00%
  • key color value is 48.24%
CMYK:
(14,69,0,48)
C14M69Y0K48 
(14%,69%,0%,48%)
(0.14/0.69/0.00/0.48)	

CMYK percentages

%14.39
%68.94
%0
%48.24

Codes

Color #712984 in popluar color models

712984
RGB11341132
HSL287°52.60%33.92%
HSB/HSV287°68.94%51.76%
CMYK14.39%68.94%0.00%
48.24%

Color #712984 in popluar number systems.

HEX712984
Decimal11341132
Binary111000110100110000100
Octal16151204

Shades and tints

Shades of #712984

#712984
(113,41,132)
#672678
(103,38,120)
#5D236C
(93,35,108)
#532060
(83,32,96)
#491D54
(73,29,84)
#3F1A48
(63,26,72)
#35173C
(53,23,60)
#2B1430
(43,20,48)
#211124
(33,17,36)
#170E18
(23,14,24)
#0D0B0C
(13,11,12)
#000000
(0,0,0)

Tints of #712984

#712984
(113,41,132)
#7D3C8F
(125,60,143)
#894F9A
(137,79,154)
#9562A5
(149,98,165)
#A175B0
(161,117,176)
#AD88BB
(173,136,187)
#B99BC6
(185,155,198)
#C5AED1
(197,174,209)
#D1C1DC
(209,193,220)
#DDD4E7
(221,212,231)
#E9E7F2
(233,231,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #712984 color. Also use rgb(113,41,132) instead hex code.

Text Font Color

.myTextColor { color: #712984; }

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

This text font color is #712984.


Background Color

.myBgColor { background-color: #712984; }

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

This div background color is #712984.


Border color

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

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

This div border color is #712984.


Opacity

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

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

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

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

This text has shadow with #712984 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #712984 on black background.


Color preview on white background

This text has color #712984 on white background.



Black color preview on #712984 background

This text has black color on #712984 background.


White color preview on #712984 background

This text has white color on #712984 background.