COLOR #71297D

HEX: #71297D
RGB: (113,41,125)

Color info

#71297D contains mainly red and blue colors. Web safe color of #71297D is #663366 (or #636).

RGB color model

#71297D color RGB value is (113,41,125).

  • red value is 113;
  • green value is 41;
  • blue value is 125.
RGB:
(113,41,125)
(44%,16%,49%)

RGB channels and saturation

R 113 of 255 = 44%
G 41 of 255 = 16%
B 125 of 255 = 49%

113
41
125

R + G + B ~ 36%. #71297D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
113 + 41 + 125 = 279 (100%)
R 113 of 279 ~ 40.5%
G 41 of 279 ~ 14.7%
B 125 of 279 ~ 44.8%

%40.5
%14.7
%44.8

CMYK color model

#71297D color CMYK value is (10,67,0,51).

  • cyan value is 9.60%
  • magenta value is 67.20%
  • yellow value is 0.00%
  • key color value is 50.98%
CMYK:
(10,67,0,51)
C10M67Y0K51 
(10%,67%,0%,51%)
(0.10/0.67/0.00/0.51)	

CMYK percentages

%9.6
%67.2
%0
%50.98

Codes

Color #71297D in popluar color models

71297D
RGB11341125
HSL291°50.60%32.55%
HSB/HSV291°67.20%49.02%
CMYK9.60%67.20%0.00%
50.98%

Color #71297D in popluar number systems.

HEX71297D
Decimal11341125
Binary11100011010011111101
Octal16151175

Shades and tints

Shades of #71297D

#71297D
(113,41,125)
#672672
(103,38,114)
#5D2367
(93,35,103)
#53205C
(83,32,92)
#491D51
(73,29,81)
#3F1A46
(63,26,70)
#35173B
(53,23,59)
#2B1430
(43,20,48)
#211125
(33,17,37)
#170E1A
(23,14,26)
#0D0B0F
(13,11,15)
#000000
(0,0,0)

Tints of #71297D

#71297D
(113,41,125)
#7D3C88
(125,60,136)
#894F93
(137,79,147)
#95629E
(149,98,158)
#A175A9
(161,117,169)
#AD88B4
(173,136,180)
#B99BBF
(185,155,191)
#C5AECA
(197,174,202)
#D1C1D5
(209,193,213)
#DDD4E0
(221,212,224)
#E9E7EB
(233,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #71297D color. Also use rgb(113,41,125) instead hex code.

Text Font Color

.myTextColor { color: #71297D; }

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

This text font color is #71297D.


Background Color

.myBgColor { background-color: #71297D; }

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

This div background color is #71297D.


Border color

.myBorderColor { border: 1px solid #71297D; }

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

This div border color is #71297D.


Opacity

.myOpacity80 { color: #71297D; opacity: 0.8; }

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

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

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

This text has shadow with #71297D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71297D on black background.


Color preview on white background

This text has color #71297D on white background.



Black color preview on #71297D background

This text has black color on #71297D background.


White color preview on #71297D background

This text has white color on #71297D background.