COLOR #7442C5

HEX: #7442C5
RGB: (116,66,197)

Color info

#7442C5 contains mainly blue color. Web safe color of #7442C5 is #6633CC (or #63C).

RGB color model

#7442C5 color RGB value is (116,66,197).

  • red value is 116;
  • green value is 66;
  • blue value is 197.
RGB:
(116,66,197)
(45%,26%,77%)

RGB channels and saturation

R 116 of 255 = 45%
G 66 of 255 = 26%
B 197 of 255 = 77%

116
66
197

R + G + B ~ 49%. #7442C5 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
116 + 66 + 197 = 379 (100%)
R 116 of 379 ~ 30.61%
G 66 of 379 ~ 17.41%
B 197 of 379 ~ 51.98%

%30.61
%17.41
%51.98

CMYK color model

#7442C5 color CMYK value is (41,66,0,23).

  • cyan value is 41.12%
  • magenta value is 66.50%
  • yellow value is 0.00%
  • key color value is 22.75%
CMYK:
(41,66,0,23)
C41M66Y0K23 
(41%,66%,0%,23%)
(0.41/0.66/0.00/0.23)	

CMYK percentages

%41.12
%66.5
%0
%22.75

Codes

Color #7442C5 in popluar color models

7442C5
RGB11666197
HSL263°53.04%51.57%
HSB/HSV263°66.50%77.25%
CMYK41.12%66.50%0.00%
22.75%

Color #7442C5 in popluar number systems.

HEX7442C5
Decimal11666197
Binary1110100100001011000101
Octal164102305

Shades and tints

Shades of #7442C5

#7442C5
(116,66,197)
#6A3CB4
(106,60,180)
#6036A3
(96,54,163)
#563092
(86,48,146)
#4C2A81
(76,42,129)
#422470
(66,36,112)
#381E5F
(56,30,95)
#2E184E
(46,24,78)
#24123D
(36,18,61)
#1A0C2C
(26,12,44)
#10061B
(16,6,27)
#000000
(0,0,0)

Tints of #7442C5

#7442C5
(116,66,197)
#8053CA
(128,83,202)
#8C64CF
(140,100,207)
#9875D4
(152,117,212)
#A486D9
(164,134,217)
#B097DE
(176,151,222)
#BCA8E3
(188,168,227)
#C8B9E8
(200,185,232)
#D4CAED
(212,202,237)
#E0DBF2
(224,219,242)
#ECECF7
(236,236,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7442C5 color. Also use rgb(116,66,197) instead hex code.

Text Font Color

.myTextColor { color: #7442C5; }

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

This text font color is #7442C5.


Background Color

.myBgColor { background-color: #7442C5; }

<div style="background-color:#7442C5">Inner text</div>

This div background color is #7442C5.


Border color

.myBorderColor { border: 1px solid #7442C5; }

<div style="border:3px solid #7442C5">Div</div>

This div border color is #7442C5.


Opacity

.myOpacity80 { color: #7442C5; opacity: 0.8; }

<p style="color:#7442C5;opacity:0.8;">80%</p>

Text with #7442C5 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 #7442C5;}

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

This text has shadow with #7442C5 color.

.textShadow {text-shadow: 3px 3px 1px #7442C5, 3px 3px 1px red;}

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

This text has shadow with #7442C5 primary color and red secondary color.


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

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

This text has shadow with #7442C5 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7442C5 on black background.


Color preview on white background

This text has color #7442C5 on white background.



Black color preview on #7442C5 background

This text has black color on #7442C5 background.


White color preview on #7442C5 background

This text has white color on #7442C5 background.