COLOR #7373C6

HEX: #7373C6
RGB: (115,115,198)

Color info

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

RGB color model

#7373C6 color RGB value is (115,115,198).

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

RGB channels and saturation

R 115 of 255 = 45%
G 115 of 255 = 45%
B 198 of 255 = 78%

115
115
198

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

Portions of RGB colors in percentages

R + G + B =
115 + 115 + 198 = 428 (100%)
R 115 of 428 ~ 26.87%
G 115 of 428 ~ 26.87%
B 198 of 428 ~ 46.26%

%26.87
%26.87
%46.26

CMYK color model

#7373C6 color CMYK value is (42,42,0,22).

  • cyan value is 41.92%
  • magenta value is 41.92%
  • yellow value is 0.00%
  • key color value is 22.35%
CMYK:
(42,42,0,22)
C42M42Y0K22 
(42%,42%,0%,22%)
(0.42/0.42/0.00/0.22)	

CMYK percentages

%41.92
%41.92
%0
%22.35

Codes

Color #7373C6 in popluar color models

7373C6
RGB115115198
HSL240°42.13%61.37%
HSB/HSV240°41.92%77.65%
CMYK41.92%41.92%0.00%
22.35%

Color #7373C6 in popluar number systems.

HEX7373C6
Decimal115115198
Binary1110011111001111000110
Octal163163306

Shades and tints

Shades of #7373C6

#7373C6
(115,115,198)
#6969B4
(105,105,180)
#5F5FA2
(95,95,162)
#555590
(85,85,144)
#4B4B7E
(75,75,126)
#41416C
(65,65,108)
#37375A
(55,55,90)
#2D2D48
(45,45,72)
#232336
(35,35,54)
#191924
(25,25,36)
#0F0F12
(15,15,18)
#000000
(0,0,0)

Tints of #7373C6

#7373C6
(115,115,198)
#7F7FCB
(127,127,203)
#8B8BD0
(139,139,208)
#9797D5
(151,151,213)
#A3A3DA
(163,163,218)
#AFAFDF
(175,175,223)
#BBBBE4
(187,187,228)
#C7C7E9
(199,199,233)
#D3D3EE
(211,211,238)
#DFDFF3
(223,223,243)
#EBEBF8
(235,235,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7373C6; }

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

This text font color is #7373C6.


Background Color

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

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

This div background color is #7373C6.


Border color

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

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

This div border color is #7373C6.


Opacity

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

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

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

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

This text has shadow with #7373C6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7373C6 on black background.


Color preview on white background

This text has color #7373C6 on white background.



Black color preview on #7373C6 background

This text has black color on #7373C6 background.


White color preview on #7373C6 background

This text has white color on #7373C6 background.