COLOR #7161A4

HEX: #7161A4
RGB: (113,97,164)

Color info

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

RGB color model

#7161A4 color RGB value is (113,97,164).

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

RGB channels and saturation

R 113 of 255 = 44%
G 97 of 255 = 38%
B 164 of 255 = 64%

113
97
164

R + G + B ~ 49%. #7161A4 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
113 + 97 + 164 = 374 (100%)
R 113 of 374 ~ 30.21%
G 97 of 374 ~ 25.94%
B 164 of 374 ~ 43.85%

%30.21
%25.94
%43.85

CMYK color model

#7161A4 color CMYK value is (31,41,0,36).

  • cyan value is 31.10%
  • magenta value is 40.85%
  • yellow value is 0.00%
  • key color value is 35.69%
CMYK:
(31,41,0,36)
C31M41Y0K36 
(31%,41%,0%,36%)
(0.31/0.41/0.00/0.36)	

CMYK percentages

%31.1
%40.85
%0
%35.69

Codes

Color #7161A4 in popluar color models

7161A4
RGB11397164
HSL254°26.91%51.18%
HSB/HSV254°40.85%64.31%
CMYK31.10%40.85%0.00%
35.69%

Color #7161A4 in popluar number systems.

HEX7161A4
Decimal11397164
Binary1110001110000110100100
Octal161141244

Shades and tints

Shades of #7161A4

#7161A4
(113,97,164)
#675996
(103,89,150)
#5D5188
(93,81,136)
#53497A
(83,73,122)
#49416C
(73,65,108)
#3F395E
(63,57,94)
#353150
(53,49,80)
#2B2942
(43,41,66)
#212134
(33,33,52)
#171926
(23,25,38)
#0D1118
(13,17,24)
#000000
(0,0,0)

Tints of #7161A4

#7161A4
(113,97,164)
#7D6FAC
(125,111,172)
#897DB4
(137,125,180)
#958BBC
(149,139,188)
#A199C4
(161,153,196)
#ADA7CC
(173,167,204)
#B9B5D4
(185,181,212)
#C5C3DC
(197,195,220)
#D1D1E4
(209,209,228)
#DDDFEC
(221,223,236)
#E9EDF4
(233,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7161A4 color. Also use rgb(113,97,164) instead hex code.

Text Font Color

.myTextColor { color: #7161A4; }

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

This text font color is #7161A4.


Background Color

.myBgColor { background-color: #7161A4; }

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

This div background color is #7161A4.


Border color

.myBorderColor { border: 1px solid #7161A4; }

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

This div border color is #7161A4.


Opacity

.myOpacity80 { color: #7161A4; opacity: 0.8; }

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

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

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

This text has shadow with #7161A4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7161A4 on black background.


Color preview on white background

This text has color #7161A4 on white background.



Black color preview on #7161A4 background

This text has black color on #7161A4 background.


White color preview on #7161A4 background

This text has white color on #7161A4 background.