COLOR #7373E1

HEX: #7373E1
RGB: (115,115,225)

Color info

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

RGB color model

#7373E1 color RGB value is (115,115,225).

  • red value is 115;
  • green value is 115;
  • blue value is 225.
RGB:
(115,115,225)
(45%,45%,88%)

RGB channels and saturation

R 115 of 255 = 45%
G 115 of 255 = 45%
B 225 of 255 = 88%

115
115
225

R + G + B ~ 59%. #7373E1 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
115 + 115 + 225 = 455 (100%)
R 115 of 455 ~ 25.27%
G 115 of 455 ~ 25.27%
B 225 of 455 ~ 49.45%

%25.27
%25.27
%49.45

CMYK color model

#7373E1 color CMYK value is (49,49,0,12).

  • cyan value is 48.89%
  • magenta value is 48.89%
  • yellow value is 0.00%
  • key color value is 11.76%
CMYK:
(49,49,0,12)
C49M49Y0K12 
(49%,49%,0%,12%)
(0.49/0.49/0.00/0.12)	

CMYK percentages

%48.89
%48.89
%0
%11.76

Codes

Color #7373E1 in popluar color models

7373E1
RGB115115225
HSL240°64.71%66.67%
HSB/HSV240°48.89%88.24%
CMYK48.89%48.89%0.00%
11.76%

Color #7373E1 in popluar number systems.

HEX7373E1
Decimal115115225
Binary1110011111001111100001
Octal163163341

Shades and tints

Shades of #7373E1

#7373E1
(115,115,225)
#6969CD
(105,105,205)
#5F5FB9
(95,95,185)
#5555A5
(85,85,165)
#4B4B91
(75,75,145)
#41417D
(65,65,125)
#373769
(55,55,105)
#2D2D55
(45,45,85)
#232341
(35,35,65)
#19192D
(25,25,45)
#0F0F19
(15,15,25)
#000000
(0,0,0)

Tints of #7373E1

#7373E1
(115,115,225)
#7F7FE3
(127,127,227)
#8B8BE5
(139,139,229)
#9797E7
(151,151,231)
#A3A3E9
(163,163,233)
#AFAFEB
(175,175,235)
#BBBBED
(187,187,237)
#C7C7EF
(199,199,239)
#D3D3F1
(211,211,241)
#DFDFF3
(223,223,243)
#EBEBF5
(235,235,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7373E1 color. Also use rgb(115,115,225) instead hex code.

Text Font Color

.myTextColor { color: #7373E1; }

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

This text font color is #7373E1.


Background Color

.myBgColor { background-color: #7373E1; }

<div style="background-color:#7373E1">Inner text</div>

This div background color is #7373E1.


Border color

.myBorderColor { border: 1px solid #7373E1; }

<div style="border:3px solid #7373E1">Div</div>

This div border color is #7373E1.


Opacity

.myOpacity80 { color: #7373E1; opacity: 0.8; }

<p style="color:#7373E1;opacity:0.8;">80%</p>

Text with #7373E1 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 #7373E1;}

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

This text has shadow with #7373E1 color.

.textShadow {text-shadow: 3px 3px 1px #7373E1, 3px 3px 1px red;}

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

This text has shadow with #7373E1 primary color and red secondary color.


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

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

This text has shadow with #7373E1 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7373E1 on black background.


Color preview on white background

This text has color #7373E1 on white background.



Black color preview on #7373E1 background

This text has black color on #7373E1 background.


White color preview on #7373E1 background

This text has white color on #7373E1 background.