COLOR #71307D

HEX: #71307D
RGB: (113,48,125)

Color info

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

RGB color model

#71307D color RGB value is (113,48,125).

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

RGB channels and saturation

R 113 of 255 = 44%
G 48 of 255 = 19%
B 125 of 255 = 49%

113
48
125

R + G + B ~ 37%. #71307D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
113 + 48 + 125 = 286 (100%)
R 113 of 286 ~ 39.51%
G 48 of 286 ~ 16.78%
B 125 of 286 ~ 43.71%

%39.51
%16.78
%43.71

CMYK color model

#71307D color CMYK value is (10,62,0,51).

  • cyan value is 9.60%
  • magenta value is 61.60%
  • yellow value is 0.00%
  • key color value is 50.98%
CMYK:
(10,62,0,51)
C10M62Y0K51 
(10%,62%,0%,51%)
(0.10/0.62/0.00/0.51)	

CMYK percentages

%9.6
%61.6
%0
%50.98

Codes

Color #71307D in popluar color models

71307D
RGB11348125
HSL291°44.51%33.92%
HSB/HSV291°61.60%49.02%
CMYK9.60%61.60%0.00%
50.98%

Color #71307D in popluar number systems.

HEX71307D
Decimal11348125
Binary11100011100001111101
Octal16160175

Shades and tints

Shades of #71307D

#71307D
(113,48,125)
#672C72
(103,44,114)
#5D2867
(93,40,103)
#53245C
(83,36,92)
#492051
(73,32,81)
#3F1C46
(63,28,70)
#35183B
(53,24,59)
#2B1430
(43,20,48)
#211025
(33,16,37)
#170C1A
(23,12,26)
#0D080F
(13,8,15)
#000000
(0,0,0)

Tints of #71307D

#71307D
(113,48,125)
#7D4288
(125,66,136)
#895493
(137,84,147)
#95669E
(149,102,158)
#A178A9
(161,120,169)
#AD8AB4
(173,138,180)
#B99CBF
(185,156,191)
#C5AECA
(197,174,202)
#D1C0D5
(209,192,213)
#DDD2E0
(221,210,224)
#E9E4EB
(233,228,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #71307D; }

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

This text font color is #71307D.


Background Color

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

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

This div background color is #71307D.


Border color

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

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

This div border color is #71307D.


Opacity

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

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

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

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

This text has shadow with #71307D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71307D on black background.


Color preview on white background

This text has color #71307D on white background.



Black color preview on #71307D background

This text has black color on #71307D background.


White color preview on #71307D background

This text has white color on #71307D background.