COLOR #710955

HEX: #710955
RGB: (113,9,85)

Color info

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

RGB color model

#710955 color RGB value is (113,9,85).

  • red value is 113;
  • green value is 9;
  • blue value is 85.
RGB:
(113,9,85)
(44%,4%,33%)

RGB channels and saturation

R 113 of 255 = 44%
G 9 of 255 = 4%
B 85 of 255 = 33%

113
9
85

R + G + B ~ 27%. #710955 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
113 + 9 + 85 = 207 (100%)
R 113 of 207 ~ 54.59%
G 9 of 207 ~ 4.35%
B 85 of 207 ~ 41.06%

%54.59
%41.06

CMYK color model

#710955 color CMYK value is (0,92,25,56).

  • cyan value is 0.00%
  • magenta value is 92.04%
  • yellow value is 24.78%
  • key color value is 55.69%
CMYK:
(0,92,25,56)
C0M92Y25K56 
(0%,92%,25%,56%)
(0.00/0.92/0.25/0.56)	

CMYK percentages

%0
%92.04
%24.78
%55.69

Codes

Color #710955 in popluar color models

710955
RGB113985
HSL316°85.25%23.92%
HSB/HSV316°92.04%44.31%
CMYK0.00%92.04%24.78%
55.69%

Color #710955 in popluar number systems.

HEX710955
Decimal113985
Binary111000110011010101
Octal16111125

Shades and tints

Shades of #710955

#710955
(113,9,85)
#67094E
(103,9,78)
#5D0947
(93,9,71)
#530940
(83,9,64)
#490939
(73,9,57)
#3F0932
(63,9,50)
#35092B
(53,9,43)
#2B0924
(43,9,36)
#21091D
(33,9,29)
#170916
(23,9,22)
#0D090F
(13,9,15)
#000000
(0,0,0)

Tints of #710955

#710955
(113,9,85)
#7D1F64
(125,31,100)
#893573
(137,53,115)
#954B82
(149,75,130)
#A16191
(161,97,145)
#AD77A0
(173,119,160)
#B98DAF
(185,141,175)
#C5A3BE
(197,163,190)
#D1B9CD
(209,185,205)
#DDCFDC
(221,207,220)
#E9E5EB
(233,229,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #710955 color. Also use rgb(113,9,85) instead hex code.

Text Font Color

.myTextColor { color: #710955; }

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

This text font color is #710955.


Background Color

.myBgColor { background-color: #710955; }

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

This div background color is #710955.


Border color

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

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

This div border color is #710955.


Opacity

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

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

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

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

This text has shadow with #710955 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #710955 on black background.


Color preview on white background

This text has color #710955 on white background.



Black color preview on #710955 background

This text has black color on #710955 background.


White color preview on #710955 background

This text has white color on #710955 background.