COLOR #7371D6

HEX: #7371D6
RGB: (115,113,214)

Color info

#7371D6 contains mainly blue color. Web safe color of #7371D6 is #6666CC (or #66C).

RGB color model

#7371D6 color RGB value is (115,113,214).

  • red value is 115;
  • green value is 113;
  • blue value is 214.
RGB:
(115,113,214)
(45%,44%,84%)

RGB channels and saturation

R 115 of 255 = 45%
G 113 of 255 = 44%
B 214 of 255 = 84%

115
113
214

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

Portions of RGB colors in percentages

R + G + B =
115 + 113 + 214 = 442 (100%)
R 115 of 442 ~ 26.02%
G 113 of 442 ~ 25.57%
B 214 of 442 ~ 48.42%

%26.02
%25.57
%48.42

CMYK color model

#7371D6 color CMYK value is (46,47,0,16).

  • cyan value is 46.26%
  • magenta value is 47.20%
  • yellow value is 0.00%
  • key color value is 16.08%
CMYK:
(46,47,0,16)
C46M47Y0K16 
(46%,47%,0%,16%)
(0.46/0.47/0.00/0.16)	

CMYK percentages

%46.26
%47.2
%0
%16.08

Codes

Color #7371D6 in popluar color models

7371D6
RGB115113214
HSL241°55.19%64.12%
HSB/HSV241°47.20%83.92%
CMYK46.26%47.20%0.00%
16.08%

Color #7371D6 in popluar number systems.

HEX7371D6
Decimal115113214
Binary1110011111000111010110
Octal163161326

Shades and tints

Shades of #7371D6

#7371D6
(115,113,214)
#6967C3
(105,103,195)
#5F5DB0
(95,93,176)
#55539D
(85,83,157)
#4B498A
(75,73,138)
#413F77
(65,63,119)
#373564
(55,53,100)
#2D2B51
(45,43,81)
#23213E
(35,33,62)
#19172B
(25,23,43)
#0F0D18
(15,13,24)
#000000
(0,0,0)

Tints of #7371D6

#7371D6
(115,113,214)
#7F7DD9
(127,125,217)
#8B89DC
(139,137,220)
#9795DF
(151,149,223)
#A3A1E2
(163,161,226)
#AFADE5
(175,173,229)
#BBB9E8
(187,185,232)
#C7C5EB
(199,197,235)
#D3D1EE
(211,209,238)
#DFDDF1
(223,221,241)
#EBE9F4
(235,233,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7371D6 color. Also use rgb(115,113,214) instead hex code.

Text Font Color

.myTextColor { color: #7371D6; }

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

This text font color is #7371D6.


Background Color

.myBgColor { background-color: #7371D6; }

<div style="background-color:#7371D6">Inner text</div>

This div background color is #7371D6.


Border color

.myBorderColor { border: 1px solid #7371D6; }

<div style="border:3px solid #7371D6">Div</div>

This div border color is #7371D6.


Opacity

.myOpacity80 { color: #7371D6; opacity: 0.8; }

<p style="color:#7371D6;opacity:0.8;">80%</p>

Text with #7371D6 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 #7371D6;}

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

This text has shadow with #7371D6 color.

.textShadow {text-shadow: 3px 3px 1px #7371D6, 3px 3px 1px red;}

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

This text has shadow with #7371D6 primary color and red secondary color.


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

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

This text has shadow with #7371D6 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7371D6 on black background.


Color preview on white background

This text has color #7371D6 on white background.



Black color preview on #7371D6 background

This text has black color on #7371D6 background.


White color preview on #7371D6 background

This text has white color on #7371D6 background.