COLOR #710249

HEX: #710249
RGB: (113,2,73)

Color info

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

RGB color model

#710249 color RGB value is (113,2,73).

  • red value is 113;
  • green value is 2;
  • blue value is 73.
RGB:
(113,2,73)
(44%,1%,29%)

RGB channels and saturation

R 113 of 255 = 44%
G 2 of 255 = 1%
B 73 of 255 = 29%

113
2
73

R + G + B ~ 25%. #710249 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
113 + 2 + 73 = 188 (100%)
R 113 of 188 ~ 60.11%
G 2 of 188 ~ 1.06%
B 73 of 188 ~ 38.83%

%60.11
%38.83

CMYK color model

#710249 color CMYK value is (0,98,35,56).

  • cyan value is 0.00%
  • magenta value is 98.23%
  • yellow value is 35.40%
  • key color value is 55.69%
CMYK:
(0,98,35,56)
C0M98Y35K56 
(0%,98%,35%,56%)
(0.00/0.98/0.35/0.56)	

CMYK percentages

%0
%98.23
%35.4
%55.69

Codes

Color #710249 in popluar color models

710249
RGB113273
HSL322°96.52%22.55%
HSB/HSV322°98.23%44.31%
CMYK0.00%98.23%35.40%
55.69%

Color #710249 in popluar number systems.

HEX710249
Decimal113273
Binary1110001101001001
Octal1612111

Shades and tints

Shades of #710249

#710249
(113,2,73)
#670243
(103,2,67)
#5D023D
(93,2,61)
#530237
(83,2,55)
#490231
(73,2,49)
#3F022B
(63,2,43)
#350225
(53,2,37)
#2B021F
(43,2,31)
#210219
(33,2,25)
#170213
(23,2,19)
#0D020D
(13,2,13)
#000000
(0,0,0)

Tints of #710249

#710249
(113,2,73)
#7D1959
(125,25,89)
#893069
(137,48,105)
#954779
(149,71,121)
#A15E89
(161,94,137)
#AD7599
(173,117,153)
#B98CA9
(185,140,169)
#C5A3B9
(197,163,185)
#D1BAC9
(209,186,201)
#DDD1D9
(221,209,217)
#E9E8E9
(233,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #710249 color. Also use rgb(113,2,73) instead hex code.

Text Font Color

.myTextColor { color: #710249; }

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

This text font color is #710249.


Background Color

.myBgColor { background-color: #710249; }

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

This div background color is #710249.


Border color

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

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

This div border color is #710249.


Opacity

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

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

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

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

This text has shadow with #710249 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #710249 on black background.


Color preview on white background

This text has color #710249 on white background.



Black color preview on #710249 background

This text has black color on #710249 background.


White color preview on #710249 background

This text has white color on #710249 background.