COLOR #742CC4

HEX: #742CC4
RGB: (116,44,196)

Color info

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

RGB color model

#742CC4 color RGB value is (116,44,196).

  • red value is 116;
  • green value is 44;
  • blue value is 196.
RGB:
(116,44,196)
(45%,17%,77%)

RGB channels and saturation

R 116 of 255 = 45%
G 44 of 255 = 17%
B 196 of 255 = 77%

116
44
196

R + G + B ~ 46%. #742CC4 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
116 + 44 + 196 = 356 (100%)
R 116 of 356 ~ 32.58%
G 44 of 356 ~ 12.36%
B 196 of 356 ~ 55.06%

%32.58
%12.36
%55.06

CMYK color model

#742CC4 color CMYK value is (41,78,0,23).

  • cyan value is 40.82%
  • magenta value is 77.55%
  • yellow value is 0.00%
  • key color value is 23.14%
CMYK:
(41,78,0,23)
C41M78Y0K23 
(41%,78%,0%,23%)
(0.41/0.78/0.00/0.23)	

CMYK percentages

%40.82
%77.55
%0
%23.14

Codes

Color #742CC4 in popluar color models

742CC4
RGB11644196
HSL268°63.33%47.06%
HSB/HSV268°77.55%76.86%
CMYK40.82%77.55%0.00%
23.14%

Color #742CC4 in popluar number systems.

HEX742CC4
Decimal11644196
Binary111010010110011000100
Octal16454304

Shades and tints

Shades of #742CC4

#742CC4
(116,44,196)
#6A28B3
(106,40,179)
#6024A2
(96,36,162)
#562091
(86,32,145)
#4C1C80
(76,28,128)
#42186F
(66,24,111)
#38145E
(56,20,94)
#2E104D
(46,16,77)
#240C3C
(36,12,60)
#1A082B
(26,8,43)
#10041A
(16,4,26)
#000000
(0,0,0)

Tints of #742CC4

#742CC4
(116,44,196)
#803FC9
(128,63,201)
#8C52CE
(140,82,206)
#9865D3
(152,101,211)
#A478D8
(164,120,216)
#B08BDD
(176,139,221)
#BC9EE2
(188,158,226)
#C8B1E7
(200,177,231)
#D4C4EC
(212,196,236)
#E0D7F1
(224,215,241)
#ECEAF6
(236,234,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #742CC4 color. Also use rgb(116,44,196) instead hex code.

Text Font Color

.myTextColor { color: #742CC4; }

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

This text font color is #742CC4.


Background Color

.myBgColor { background-color: #742CC4; }

<div style="background-color:#742CC4">Inner text</div>

This div background color is #742CC4.


Border color

.myBorderColor { border: 1px solid #742CC4; }

<div style="border:3px solid #742CC4">Div</div>

This div border color is #742CC4.


Opacity

.myOpacity80 { color: #742CC4; opacity: 0.8; }

<p style="color:#742CC4;opacity:0.8;">80%</p>

Text with #742CC4 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 #742CC4;}

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

This text has shadow with #742CC4 color.

.textShadow {text-shadow: 3px 3px 1px #742CC4, 3px 3px 1px red;}

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

This text has shadow with #742CC4 primary color and red secondary color.


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

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

This text has shadow with #742CC4 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #742CC4 on black background.


Color preview on white background

This text has color #742CC4 on white background.



Black color preview on #742CC4 background

This text has black color on #742CC4 background.


White color preview on #742CC4 background

This text has white color on #742CC4 background.