COLOR #7113E4

HEX: #7113E4
RGB: (113,19,228)

Color info

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

RGB color model

#7113E4 color RGB value is (113,19,228).

  • red value is 113;
  • green value is 19;
  • blue value is 228.
RGB:
(113,19,228)
(44%,7%,89%)

RGB channels and saturation

R 113 of 255 = 44%
G 19 of 255 = 7%
B 228 of 255 = 89%

113
19
228

R + G + B ~ 47%. #7113E4 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
113 + 19 + 228 = 360 (100%)
R 113 of 360 ~ 31.39%
G 19 of 360 ~ 5.28%
B 228 of 360 ~ 63.33%

%31.39
%63.33

CMYK color model

#7113E4 color CMYK value is (50,92,0,11).

  • cyan value is 50.44%
  • magenta value is 91.67%
  • yellow value is 0.00%
  • key color value is 10.59%
CMYK:
(50,92,0,11)
C50M92Y0K11 
(50%,92%,0%,11%)
(0.50/0.92/0.00/0.11)	

CMYK percentages

%50.44
%91.67
%0
%10.59

Codes

Color #7113E4 in popluar color models

7113E4
RGB11319228
HSL267°84.62%48.43%
HSB/HSV267°91.67%89.41%
CMYK50.44%91.67%0.00%
10.59%

Color #7113E4 in popluar number systems.

HEX7113E4
Decimal11319228
Binary11100011001111100100
Octal16123344

Shades and tints

Shades of #7113E4

#7113E4
(113,19,228)
#6712D0
(103,18,208)
#5D11BC
(93,17,188)
#5310A8
(83,16,168)
#490F94
(73,15,148)
#3F0E80
(63,14,128)
#350D6C
(53,13,108)
#2B0C58
(43,12,88)
#210B44
(33,11,68)
#170A30
(23,10,48)
#0D091C
(13,9,28)
#000000
(0,0,0)

Tints of #7113E4

#7113E4
(113,19,228)
#7D28E6
(125,40,230)
#893DE8
(137,61,232)
#9552EA
(149,82,234)
#A167EC
(161,103,236)
#AD7CEE
(173,124,238)
#B991F0
(185,145,240)
#C5A6F2
(197,166,242)
#D1BBF4
(209,187,244)
#DDD0F6
(221,208,246)
#E9E5F8
(233,229,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7113E4 color. Also use rgb(113,19,228) instead hex code.

Text Font Color

.myTextColor { color: #7113E4; }

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

This text font color is #7113E4.


Background Color

.myBgColor { background-color: #7113E4; }

<div style="background-color:#7113E4">Inner text</div>

This div background color is #7113E4.


Border color

.myBorderColor { border: 1px solid #7113E4; }

<div style="border:3px solid #7113E4">Div</div>

This div border color is #7113E4.


Opacity

.myOpacity80 { color: #7113E4; opacity: 0.8; }

<p style="color:#7113E4;opacity:0.8;">80%</p>

Text with #7113E4 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 #7113E4;}

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

This text has shadow with #7113E4 color.

.textShadow {text-shadow: 3px 3px 1px #7113E4, 3px 3px 1px red;}

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

This text has shadow with #7113E4 primary color and red secondary color.


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

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

This text has shadow with #7113E4 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7113E4 on black background.


Color preview on white background

This text has color #7113E4 on white background.



Black color preview on #7113E4 background

This text has black color on #7113E4 background.


White color preview on #7113E4 background

This text has white color on #7113E4 background.