COLOR #710487

HEX: #710487
RGB: (113,4,135)

Color info

#710487 contains mainly red and blue colors. Web safe color of #710487 is #660099 (or #609).

RGB color model

#710487 color RGB value is (113,4,135).

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

RGB channels and saturation

R 113 of 255 = 44%
G 4 of 255 = 2%
B 135 of 255 = 53%

113
4
135

R + G + B ~ 33%. #710487 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
113 + 4 + 135 = 252 (100%)
R 113 of 252 ~ 44.84%
G 4 of 252 ~ 1.59%
B 135 of 252 ~ 53.57%

%44.84
%53.57

CMYK color model

#710487 color CMYK value is (16,97,0,47).

  • cyan value is 16.30%
  • magenta value is 97.04%
  • yellow value is 0.00%
  • key color value is 47.06%
CMYK:
(16,97,0,47)
C16M97Y0K47 
(16%,97%,0%,47%)
(0.16/0.97/0.00/0.47)	

CMYK percentages

%16.3
%97.04
%0
%47.06

Codes

Color #710487 in popluar color models

710487
RGB1134135
HSL290°94.24%27.25%
HSB/HSV290°97.04%52.94%
CMYK16.30%97.04%0.00%
47.06%

Color #710487 in popluar number systems.

HEX710487
Decimal1134135
Binary111000110010000111
Octal1614207

Shades and tints

Shades of #710487

#710487
(113,4,135)
#67047B
(103,4,123)
#5D046F
(93,4,111)
#530463
(83,4,99)
#490457
(73,4,87)
#3F044B
(63,4,75)
#35043F
(53,4,63)
#2B0433
(43,4,51)
#210427
(33,4,39)
#17041B
(23,4,27)
#0D040F
(13,4,15)
#000000
(0,0,0)

Tints of #710487

#710487
(113,4,135)
#7D1A91
(125,26,145)
#89309B
(137,48,155)
#9546A5
(149,70,165)
#A15CAF
(161,92,175)
#AD72B9
(173,114,185)
#B988C3
(185,136,195)
#C59ECD
(197,158,205)
#D1B4D7
(209,180,215)
#DDCAE1
(221,202,225)
#E9E0EB
(233,224,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #710487; }

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

This text font color is #710487.


Background Color

.myBgColor { background-color: #710487; }

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

This div background color is #710487.


Border color

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

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

This div border color is #710487.


Opacity

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

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

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

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

This text has shadow with #710487 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #710487 on black background.


Color preview on white background

This text has color #710487 on white background.



Black color preview on #710487 background

This text has black color on #710487 background.


White color preview on #710487 background

This text has white color on #710487 background.