COLOR #7112B6

HEX: #7112B6
RGB: (113,18,182)

Color info

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

RGB color model

#7112B6 color RGB value is (113,18,182).

  • red value is 113;
  • green value is 18;
  • blue value is 182.
RGB:
(113,18,182)
(44%,7%,71%)

RGB channels and saturation

R 113 of 255 = 44%
G 18 of 255 = 7%
B 182 of 255 = 71%

113
18
182

R + G + B ~ 41%. #7112B6 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
113 + 18 + 182 = 313 (100%)
R 113 of 313 ~ 36.1%
G 18 of 313 ~ 5.75%
B 182 of 313 ~ 58.15%

%36.1
%58.15

CMYK color model

#7112B6 color CMYK value is (38,90,0,29).

  • cyan value is 37.91%
  • magenta value is 90.11%
  • yellow value is 0.00%
  • key color value is 28.63%
CMYK:
(38,90,0,29)
C38M90Y0K29 
(38%,90%,0%,29%)
(0.38/0.90/0.00/0.29)	

CMYK percentages

%37.91
%90.11
%0
%28.63

Codes

Color #7112B6 in popluar color models

7112B6
RGB11318182
HSL275°82.00%39.22%
HSB/HSV275°90.11%71.37%
CMYK37.91%90.11%0.00%
28.63%

Color #7112B6 in popluar number systems.

HEX7112B6
Decimal11318182
Binary11100011001010110110
Octal16122266

Shades and tints

Shades of #7112B6

#7112B6
(113,18,182)
#6711A6
(103,17,166)
#5D1096
(93,16,150)
#530F86
(83,15,134)
#490E76
(73,14,118)
#3F0D66
(63,13,102)
#350C56
(53,12,86)
#2B0B46
(43,11,70)
#210A36
(33,10,54)
#170926
(23,9,38)
#0D0816
(13,8,22)
#000000
(0,0,0)

Tints of #7112B6

#7112B6
(113,18,182)
#7D27BC
(125,39,188)
#893CC2
(137,60,194)
#9551C8
(149,81,200)
#A166CE
(161,102,206)
#AD7BD4
(173,123,212)
#B990DA
(185,144,218)
#C5A5E0
(197,165,224)
#D1BAE6
(209,186,230)
#DDCFEC
(221,207,236)
#E9E4F2
(233,228,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7112B6 color. Also use rgb(113,18,182) instead hex code.

Text Font Color

.myTextColor { color: #7112B6; }

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

This text font color is #7112B6.


Background Color

.myBgColor { background-color: #7112B6; }

<div style="background-color:#7112B6">Inner text</div>

This div background color is #7112B6.


Border color

.myBorderColor { border: 1px solid #7112B6; }

<div style="border:3px solid #7112B6">Div</div>

This div border color is #7112B6.


Opacity

.myOpacity80 { color: #7112B6; opacity: 0.8; }

<p style="color:#7112B6;opacity:0.8;">80%</p>

Text with #7112B6 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 #7112B6;}

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

This text has shadow with #7112B6 color.

.textShadow {text-shadow: 3px 3px 1px #7112B6, 3px 3px 1px red;}

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

This text has shadow with #7112B6 primary color and red secondary color.


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

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

This text has shadow with #7112B6 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7112B6 on black background.


Color preview on white background

This text has color #7112B6 on white background.



Black color preview on #7112B6 background

This text has black color on #7112B6 background.


White color preview on #7112B6 background

This text has white color on #7112B6 background.