COLOR #7107D1

HEX: #7107D1
RGB: (113,7,209)

Color info

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

RGB color model

#7107D1 color RGB value is (113,7,209).

  • red value is 113;
  • green value is 7;
  • blue value is 209.
RGB:
(113,7,209)
(44%,3%,82%)

RGB channels and saturation

R 113 of 255 = 44%
G 7 of 255 = 3%
B 209 of 255 = 82%

113
7
209

R + G + B ~ 43%. #7107D1 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
113 + 7 + 209 = 329 (100%)
R 113 of 329 ~ 34.35%
G 7 of 329 ~ 2.13%
B 209 of 329 ~ 63.53%

%34.35
%63.53

CMYK color model

#7107D1 color CMYK value is (46,97,0,18).

  • cyan value is 45.93%
  • magenta value is 96.65%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK:
(46,97,0,18)
C46M97Y0K18 
(46%,97%,0%,18%)
(0.46/0.97/0.00/0.18)	

CMYK percentages

%45.93
%96.65
%0
%18.04

Codes

Color #7107D1 in popluar color models

7107D1
RGB1137209
HSL271°93.52%42.35%
HSB/HSV271°96.65%81.96%
CMYK45.93%96.65%0.00%
18.04%

Color #7107D1 in popluar number systems.

HEX7107D1
Decimal1137209
Binary111000111111010001
Octal1617321

Shades and tints

Shades of #7107D1

#7107D1
(113,7,209)
#6707BE
(103,7,190)
#5D07AB
(93,7,171)
#530798
(83,7,152)
#490785
(73,7,133)
#3F0772
(63,7,114)
#35075F
(53,7,95)
#2B074C
(43,7,76)
#210739
(33,7,57)
#170726
(23,7,38)
#0D0713
(13,7,19)
#000000
(0,0,0)

Tints of #7107D1

#7107D1
(113,7,209)
#7D1DD5
(125,29,213)
#8933D9
(137,51,217)
#9549DD
(149,73,221)
#A15FE1
(161,95,225)
#AD75E5
(173,117,229)
#B98BE9
(185,139,233)
#C5A1ED
(197,161,237)
#D1B7F1
(209,183,241)
#DDCDF5
(221,205,245)
#E9E3F9
(233,227,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7107D1 color. Also use rgb(113,7,209) instead hex code.

Text Font Color

.myTextColor { color: #7107D1; }

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

This text font color is #7107D1.


Background Color

.myBgColor { background-color: #7107D1; }

<div style="background-color:#7107D1">Inner text</div>

This div background color is #7107D1.


Border color

.myBorderColor { border: 1px solid #7107D1; }

<div style="border:3px solid #7107D1">Div</div>

This div border color is #7107D1.


Opacity

.myOpacity80 { color: #7107D1; opacity: 0.8; }

<p style="color:#7107D1;opacity:0.8;">80%</p>

Text with #7107D1 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 #7107D1;}

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

This text has shadow with #7107D1 color.

.textShadow {text-shadow: 3px 3px 1px #7107D1, 3px 3px 1px red;}

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

This text has shadow with #7107D1 primary color and red secondary color.


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

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

This text has shadow with #7107D1 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7107D1 on black background.


Color preview on white background

This text has color #7107D1 on white background.



Black color preview on #7107D1 background

This text has black color on #7107D1 background.


White color preview on #7107D1 background

This text has white color on #7107D1 background.