COLOR #7118BA

HEX: #7118BA
RGB: (113,24,186)

Color info

#7118BA contains mainly blue color. Web safe color of #7118BA is #6600CC (or #60C).

RGB color model

#7118BA color RGB value is (113,24,186).

  • red value is 113;
  • green value is 24;
  • blue value is 186.
RGB:
(113,24,186)
(44%,9%,73%)

RGB channels and saturation

R 113 of 255 = 44%
G 24 of 255 = 9%
B 186 of 255 = 73%

113
24
186

R + G + B ~ 42%. #7118BA is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
113 + 24 + 186 = 323 (100%)
R 113 of 323 ~ 34.98%
G 24 of 323 ~ 7.43%
B 186 of 323 ~ 57.59%

%34.98
%57.59

CMYK color model

#7118BA color CMYK value is (39,87,0,27).

  • cyan value is 39.25%
  • magenta value is 87.10%
  • yellow value is 0.00%
  • key color value is 27.06%
CMYK:
(39,87,0,27)
C39M87Y0K27 
(39%,87%,0%,27%)
(0.39/0.87/0.00/0.27)	

CMYK percentages

%39.25
%87.1
%0
%27.06

Codes

Color #7118BA in popluar color models

7118BA
RGB11324186
HSL273°77.14%41.18%
HSB/HSV273°87.10%72.94%
CMYK39.25%87.10%0.00%
27.06%

Color #7118BA in popluar number systems.

HEX7118BA
Decimal11324186
Binary11100011100010111010
Octal16130272

Shades and tints

Shades of #7118BA

#7118BA
(113,24,186)
#6716AA
(103,22,170)
#5D149A
(93,20,154)
#53128A
(83,18,138)
#49107A
(73,16,122)
#3F0E6A
(63,14,106)
#350C5A
(53,12,90)
#2B0A4A
(43,10,74)
#21083A
(33,8,58)
#17062A
(23,6,42)
#0D041A
(13,4,26)
#000000
(0,0,0)

Tints of #7118BA

#7118BA
(113,24,186)
#7D2DC0
(125,45,192)
#8942C6
(137,66,198)
#9557CC
(149,87,204)
#A16CD2
(161,108,210)
#AD81D8
(173,129,216)
#B996DE
(185,150,222)
#C5ABE4
(197,171,228)
#D1C0EA
(209,192,234)
#DDD5F0
(221,213,240)
#E9EAF6
(233,234,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7118BA color. Also use rgb(113,24,186) instead hex code.

Text Font Color

.myTextColor { color: #7118BA; }

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

This text font color is #7118BA.


Background Color

.myBgColor { background-color: #7118BA; }

<div style="background-color:#7118BA">Inner text</div>

This div background color is #7118BA.


Border color

.myBorderColor { border: 1px solid #7118BA; }

<div style="border:3px solid #7118BA">Div</div>

This div border color is #7118BA.


Opacity

.myOpacity80 { color: #7118BA; opacity: 0.8; }

<p style="color:#7118BA;opacity:0.8;">80%</p>

Text with #7118BA 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 #7118BA;}

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

This text has shadow with #7118BA color.

.textShadow {text-shadow: 3px 3px 1px #7118BA, 3px 3px 1px red;}

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

This text has shadow with #7118BA primary color and red secondary color.


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

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

This text has shadow with #7118BA and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7118BA on black background.


Color preview on white background

This text has color #7118BA on white background.



Black color preview on #7118BA background

This text has black color on #7118BA background.


White color preview on #7118BA background

This text has white color on #7118BA background.