COLOR #712987

HEX: #712987
RGB: (113,41,135)

Color info

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

RGB color model

#712987 color RGB value is (113,41,135).

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

RGB channels and saturation

R 113 of 255 = 44%
G 41 of 255 = 16%
B 135 of 255 = 53%

113
41
135

R + G + B ~ 38%. #712987 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
113 + 41 + 135 = 289 (100%)
R 113 of 289 ~ 39.1%
G 41 of 289 ~ 14.19%
B 135 of 289 ~ 46.71%

%39.1
%14.19
%46.71

CMYK color model

#712987 color CMYK value is (16,70,0,47).

  • cyan value is 16.30%
  • magenta value is 69.63%
  • yellow value is 0.00%
  • key color value is 47.06%
CMYK: (16,70,0,47) C16M70Y0K47 (16%,70%,0%,47%) (0.16/0.70/0.00/0.47)

CMYK percentages

%16.3
%69.63
%0
%47.06

Codes

Color #712987 in popluar color models

712987
RGB11341135
HSL286°53.41%34.51%
HSB/HSV286°69.63%52.94%
CMYK16.30%69.63%0.00%
47.06%

Color #712987 in popluar number systems.

HEX712987
Decimal11341135
Binary111000110100110000111
Octal16151207

Shades and tints

Shades of #712987

#712987
(113,41,135)
#67267B
(103,38,123)
#5D236F
(93,35,111)
#532063
(83,32,99)
#491D57
(73,29,87)
#3F1A4B
(63,26,75)
#35173F
(53,23,63)
#2B1433
(43,20,51)
#211127
(33,17,39)
#170E1B
(23,14,27)
#0D0B0F
(13,11,15)
#000000
(0,0,0)

Tints of #712987

#712987
(113,41,135)
#7D3C91
(125,60,145)
#894F9B
(137,79,155)
#9562A5
(149,98,165)
#A175AF
(161,117,175)
#AD88B9
(173,136,185)
#B99BC3
(185,155,195)
#C5AECD
(197,174,205)
#D1C1D7
(209,193,215)
#DDD4E1
(221,212,225)
#E9E7EB
(233,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #712987; }

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

This text font color is #712987.


Background Color

.myBgColor { background-color: #712987; }

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

This div background color is #712987.


Border color

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

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

This div border color is #712987.


Opacity

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

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

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

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

This text has shadow with #712987 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #712987 on black background.


Color preview on white background

This text has color #712987 on white background.



Black color preview on #712987 background

This text has black color on #712987 background.


White color preview on #712987 background

This text has white color on #712987 background.