COLOR #742CA5

HEX: #742CA5
RGB: (116,44,165)

Color info

#742CA5 contains mainly red and blue colors. Web safe color of #742CA5 is #663399 (or #639).

RGB color model

#742CA5 color RGB value is (116,44,165).

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

RGB channels and saturation

R 116 of 255 = 45%
G 44 of 255 = 17%
B 165 of 255 = 65%

116
44
165

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

Portions of RGB colors in percentages

R + G + B =
116 + 44 + 165 = 325 (100%)
R 116 of 325 ~ 35.69%
G 44 of 325 ~ 13.54%
B 165 of 325 ~ 50.77%

%35.69
%13.54
%50.77

CMYK color model

#742CA5 color CMYK value is (30,73,0,35).

  • cyan value is 29.70%
  • magenta value is 73.33%
  • yellow value is 0.00%
  • key color value is 35.29%
CMYK:
(30,73,0,35)
C30M73Y0K35 
(30%,73%,0%,35%)
(0.30/0.73/0.00/0.35)	

CMYK percentages

%29.7
%73.33
%0
%35.29

Codes

Color #742CA5 in popluar color models

742CA5
RGB11644165
HSL276°57.89%40.98%
HSB/HSV276°73.33%64.71%
CMYK29.70%73.33%0.00%
35.29%

Color #742CA5 in popluar number systems.

HEX742CA5
Decimal11644165
Binary111010010110010100101
Octal16454245

Shades and tints

Shades of #742CA5

#742CA5
(116,44,165)
#6A2896
(106,40,150)
#602487
(96,36,135)
#562078
(86,32,120)
#4C1C69
(76,28,105)
#42185A
(66,24,90)
#38144B
(56,20,75)
#2E103C
(46,16,60)
#240C2D
(36,12,45)
#1A081E
(26,8,30)
#10040F
(16,4,15)
#000000
(0,0,0)

Tints of #742CA5

#742CA5
(116,44,165)
#803FAD
(128,63,173)
#8C52B5
(140,82,181)
#9865BD
(152,101,189)
#A478C5
(164,120,197)
#B08BCD
(176,139,205)
#BC9ED5
(188,158,213)
#C8B1DD
(200,177,221)
#D4C4E5
(212,196,229)
#E0D7ED
(224,215,237)
#ECEAF5
(236,234,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #742CA5; }

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

This text font color is #742CA5.


Background Color

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

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

This div background color is #742CA5.


Border color

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

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

This div border color is #742CA5.


Opacity

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

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

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

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

This text has shadow with #742CA5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #742CA5 on black background.


Color preview on white background

This text has color #742CA5 on white background.



Black color preview on #742CA5 background

This text has black color on #742CA5 background.


White color preview on #742CA5 background

This text has white color on #742CA5 background.