COLOR #7161ED

HEX: #7161ED RGB: (113,97,237)

Color info

#7161ED contains mainly blue color. Web safe color of #7161ED is #6666FF (or #66F).

RGB color model

#7161ED color RGB value is (113,97,237).

RGB: (113,97,237) (44%, 38%, 93%)

RGB channels and saturation

R 113 of 255 = 44%
G 97 of 255 = 38%
B 237 of 255 = 93%

113
97
237

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

Portions of RGB colors in percentages

R + G + B = 113 + 97 + 237 = 447 (100%)
R 113 of 447 ~ 25.28%
G 97 of 447 ~ 21.7%
B 237 of 447 ~ 53.02'%

%25.28
%21.7
%53.02

CMYK color model

#7161ED color CMYK value is (52,59,0,7).

  • cyan value is 52.32%
  • magenta value is 59.07%
  • yellow value is 0.00%
  • key color value is 7.06%
CMYK: (52,59,0,7) C52M59Y0K7 (52%,59%,0%,7%) (0.52/0.59/0.00/0.07) 

CMYK percentages

%52.32
%59.07
%0
%7.06

Codes

Color #7161ED in popluar color models

71 61 ED
RGB 113 97 237
HSL 247° 79.55% 65.49%
HSB/HSV 247° 59.07% 92.94%
CMYK 52.32% 59.07% 0.00%
7.06%

Color #7161ED in popluar number systems.

HEX 71 61 ED
Decimal 113 97 237
Binary 1110001 1100001 11101101
Octal 161 141 355

Shades and tints

Shades of #7161ED

#7161ED
(113,97,237)
#6759D8
(103,89,216)
#5D51C3
(93,81,195)
#5349AE
(83,73,174)
#494199
(73,65,153)
#3F3984
(63,57,132)
#35316F
(53,49,111)
#2B295A
(43,41,90)
#212145
(33,33,69)
#171930
(23,25,48)
#0D111B
(13,17,27)
#000000
(0,0,0)

Tints of #7161ED

#7161ED
(113,97,237)
#7D6FEE
(125,111,238)
#897DEF
(137,125,239)
#958BF0
(149,139,240)
#A199F1
(161,153,241)
#ADA7F2
(173,167,242)
#B9B5F3
(185,181,243)
#C5C3F4
(197,195,244)
#D1D1F5
(209,209,245)
#DDDFF6
(221,223,246)
#E9EDF7
(233,237,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7161ED; }

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

This text font color is #7161ED.

Background Color

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

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

This div background color is #7161ED.

Border color

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

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

This div border color is #7161ED.

Opacity

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

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

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

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

This text has shadow with #7161ED color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7161ED.

Preview

Color preview on black background

This text has color #7161ED on black background.


Color preview on white background

This text has color #7161ED on white background.


Black color preview on #7161ED background

This text has black color on #7161ED background.


White color preview on #7161ED background

This text has white color on #7161ED background.


Related colors

Complementary color

Complementary color for #hex is #8E9E12.


I love getcolorcode.com

Triadic colors

1 #ED7161 and #61ED71 with #7161ED are triadic colors.

2 #ED6171 and #6171ED with #7161ED are triadic colors.