COLOR #710D64

HEX: #710D64
RGB: (113,13,100)

Color info

#710D64 contains mainly red and blue colors. Web safe color of #710D64 is #660066 (or #606).

RGB color model

#710D64 color RGB value is (113,13,100).

  • red value is 113;
  • green value is 13;
  • blue value is 100.
RGB:
(113,13,100)
(44%,5%,39%)

RGB channels and saturation

R 113 of 255 = 44%
G 13 of 255 = 5%
B 100 of 255 = 39%

113
13
100

R + G + B ~ 29%. #710D64 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
113 + 13 + 100 = 226 (100%)
R 113 of 226 ~ 50%
G 13 of 226 ~ 5.75%
B 100 of 226 ~ 44.25%

%50
%44.25

CMYK color model

#710D64 color CMYK value is (0,88,12,56).

  • cyan value is 0.00%
  • magenta value is 88.50%
  • yellow value is 11.50%
  • key color value is 55.69%
CMYK:
(0,88,12,56)
C0M88Y12K56 
(0%,88%,12%,56%)
(0.00/0.88/0.12/0.56)	

CMYK percentages

%0
%88.5
%11.5
%55.69

Codes

Color #710D64 in popluar color models

710D64
RGB11313100
HSL308°79.37%24.71%
HSB/HSV308°88.50%44.31%
CMYK0.00%88.50%11.50%
55.69%

Color #710D64 in popluar number systems.

HEX710D64
Decimal11313100
Binary111000111011100100
Octal16115144

Shades and tints

Shades of #710D64

#710D64
(113,13,100)
#670C5B
(103,12,91)
#5D0B52
(93,11,82)
#530A49
(83,10,73)
#490940
(73,9,64)
#3F0837
(63,8,55)
#35072E
(53,7,46)
#2B0625
(43,6,37)
#21051C
(33,5,28)
#170413
(23,4,19)
#0D030A
(13,3,10)
#000000
(0,0,0)

Tints of #710D64

#710D64
(113,13,100)
#7D2372
(125,35,114)
#893980
(137,57,128)
#954F8E
(149,79,142)
#A1659C
(161,101,156)
#AD7BAA
(173,123,170)
#B991B8
(185,145,184)
#C5A7C6
(197,167,198)
#D1BDD4
(209,189,212)
#DDD3E2
(221,211,226)
#E9E9F0
(233,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #710D64 color. Also use rgb(113,13,100) instead hex code.

Text Font Color

.myTextColor { color: #710D64; }

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

This text font color is #710D64.


Background Color

.myBgColor { background-color: #710D64; }

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

This div background color is #710D64.


Border color

.myBorderColor { border: 1px solid #710D64; }

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

This div border color is #710D64.


Opacity

.myOpacity80 { color: #710D64; opacity: 0.8; }

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

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

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

This text has shadow with #710D64 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #710D64 on black background.


Color preview on white background

This text has color #710D64 on white background.



Black color preview on #710D64 background

This text has black color on #710D64 background.


White color preview on #710D64 background

This text has white color on #710D64 background.