COLOR #71619E

HEX: #71619E
RGB: (113,97,158)

Color info

#71619E contains mainly red and blue colors. Web safe color of #71619E is #666699 (or #669).

RGB color model

#71619E color RGB value is (113,97,158).

  • red value is 113;
  • green value is 97;
  • blue value is 158.
RGB:
(113,97,158)
(44%,38%,62%)

RGB channels and saturation

R 113 of 255 = 44%
G 97 of 255 = 38%
B 158 of 255 = 62%

113
97
158

R + G + B ~ 48%. #71619E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
113 + 97 + 158 = 368 (100%)
R 113 of 368 ~ 30.71%
G 97 of 368 ~ 26.36%
B 158 of 368 ~ 42.93%

%30.71
%26.36
%42.93

CMYK color model

#71619E color CMYK value is (28,39,0,38).

  • cyan value is 28.48%
  • magenta value is 38.61%
  • yellow value is 0.00%
  • key color value is 38.04%
CMYK:
(28,39,0,38)
C28M39Y0K38 
(28%,39%,0%,38%)
(0.28/0.39/0.00/0.38)	

CMYK percentages

%28.48
%38.61
%0
%38.04

Codes

Color #71619E in popluar color models

71619E
RGB11397158
HSL256°23.92%50.00%
HSB/HSV256°38.61%61.96%
CMYK28.48%38.61%0.00%
38.04%

Color #71619E in popluar number systems.

HEX71619E
Decimal11397158
Binary1110001110000110011110
Octal161141236

Shades and tints

Shades of #71619E

#71619E
(113,97,158)
#675990
(103,89,144)
#5D5182
(93,81,130)
#534974
(83,73,116)
#494166
(73,65,102)
#3F3958
(63,57,88)
#35314A
(53,49,74)
#2B293C
(43,41,60)
#21212E
(33,33,46)
#171920
(23,25,32)
#0D1112
(13,17,18)
#000000
(0,0,0)

Tints of #71619E

#71619E
(113,97,158)
#7D6FA6
(125,111,166)
#897DAE
(137,125,174)
#958BB6
(149,139,182)
#A199BE
(161,153,190)
#ADA7C6
(173,167,198)
#B9B5CE
(185,181,206)
#C5C3D6
(197,195,214)
#D1D1DE
(209,209,222)
#DDDFE6
(221,223,230)
#E9EDEE
(233,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #71619E color. Also use rgb(113,97,158) instead hex code.

Text Font Color

.myTextColor { color: #71619E; }

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

This text font color is #71619E.


Background Color

.myBgColor { background-color: #71619E; }

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

This div background color is #71619E.


Border color

.myBorderColor { border: 1px solid #71619E; }

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

This div border color is #71619E.


Opacity

.myOpacity80 { color: #71619E; opacity: 0.8; }

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

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

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

This text has shadow with #71619E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71619E on black background.


Color preview on white background

This text has color #71619E on white background.



Black color preview on #71619E background

This text has black color on #71619E background.


White color preview on #71619E background

This text has white color on #71619E background.