COLOR #710541

HEX: #710541
RGB: (113,5,65)

Color info

#710541 contains mainly red and blue colors. Web safe color of #710541 is #660033 (or #603).

RGB color model

#710541 color RGB value is (113,5,65).

  • red value is 113;
  • green value is 5;
  • blue value is 65.
RGB:
(113,5,65)
(44%,2%,25%)

RGB channels and saturation

R 113 of 255 = 44%
G 5 of 255 = 2%
B 65 of 255 = 25%

113
5
65

R + G + B ~ 24%. #710541 is dark color.

Portions of RGB colors in percentages

R + G + B =
113 + 5 + 65 = 183 (100%)
R 113 of 183 ~ 61.75%
G 5 of 183 ~ 2.73%
B 65 of 183 ~ 35.52%

%61.75
%35.52

CMYK color model

#710541 color CMYK value is (0,96,42,56).

  • cyan value is 0.00%
  • magenta value is 95.58%
  • yellow value is 42.48%
  • key color value is 55.69%
CMYK:
(0,96,42,56)
C0M96Y42K56 
(0%,96%,42%,56%)
(0.00/0.96/0.42/0.56)	

CMYK percentages

%0
%95.58
%42.48
%55.69

Codes

Color #710541 in popluar color models

710541
RGB113565
HSL327°91.53%23.14%
HSB/HSV327°95.58%44.31%
CMYK0.00%95.58%42.48%
55.69%

Color #710541 in popluar number systems.

HEX710541
Decimal113565
Binary11100011011000001
Octal1615101

Shades and tints

Shades of #710541

#710541
(113,5,65)
#67053C
(103,5,60)
#5D0537
(93,5,55)
#530532
(83,5,50)
#49052D
(73,5,45)
#3F0528
(63,5,40)
#350523
(53,5,35)
#2B051E
(43,5,30)
#210519
(33,5,25)
#170514
(23,5,20)
#0D050F
(13,5,15)
#000000
(0,0,0)

Tints of #710541

#710541
(113,5,65)
#7D1B52
(125,27,82)
#893163
(137,49,99)
#954774
(149,71,116)
#A15D85
(161,93,133)
#AD7396
(173,115,150)
#B989A7
(185,137,167)
#C59FB8
(197,159,184)
#D1B5C9
(209,181,201)
#DDCBDA
(221,203,218)
#E9E1EB
(233,225,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #710541 color. Also use rgb(113,5,65) instead hex code.

Text Font Color

.myTextColor { color: #710541; }

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

This text font color is #710541.


Background Color

.myBgColor { background-color: #710541; }

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

This div background color is #710541.


Border color

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

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

This div border color is #710541.


Opacity

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

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

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

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

This text has shadow with #710541 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #710541 on black background.


Color preview on white background

This text has color #710541 on white background.



Black color preview on #710541 background

This text has black color on #710541 background.


White color preview on #710541 background

This text has white color on #710541 background.