COLOR #742A90

HEX: #742A90 RGB: (116,42,144)

Color info

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

RGB color model

#742A90 color RGB value is (116,42,144).

RGB: (116,42,144) (45%, 16%, 56%)

RGB channels and saturation

R 116 of 255 = 45%
G 42 of 255 = 16%
B 144 of 255 = 56%

116
42
144

R + G + B ~ 39%. #742A90 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 116 + 42 + 144 = 302 (100%)
R 116 of 302 ~ 38.41%
G 42 of 302 ~ 13.91%
B 144 of 302 ~ 47.68'%

%38.41
%13.91
%47.68

CMYK color model

#742A90 color CMYK value is (19,71,0,44).

  • cyan value is 19.44%
  • magenta value is 70.83%
  • yellow value is 0.00%
  • key color value is 43.53%

CMYK: (19,71,0,44)
C19M71Y0K44 (19%, 71%, 0%, 44%)
(0.19 / 0.71 / 0.00 / 0.44)

CMYK percentages

%19.44
%70.83
%0
%43.53

Codes

Color #742A90 in popluar color models

74 2A 90
RGB 116 42 144
HSL 284° 54.84% 36.47%
HSB/HSV 284° 70.83% 56.47%
CMYK 19.44% 70.83% 0.00%
43.53%

Color #742A90 in popluar number systems.

HEX 74 2A 90
Decimal 116 42 144
Binary 1110100 101010 10010000
Octal 164 52 220

Shades and tints

Shades of #742A90

#742A90
(116,42,144)
#6A2783
(106,39,131)
#602476
(96,36,118)
#562169
(86,33,105)
#4C1E5C
(76,30,92)
#421B4F
(66,27,79)
#381842
(56,24,66)
#2E1535
(46,21,53)
#241228
(36,18,40)
#1A0F1B
(26,15,27)
#100C0E
(16,12,14)
#000000
(0,0,0)

Tints of #742A90

#742A90
(116,42,144)
#803D9A
(128,61,154)
#8C50A4
(140,80,164)
#9863AE
(152,99,174)
#A476B8
(164,118,184)
#B089C2
(176,137,194)
#BC9CCC
(188,156,204)
#C8AFD6
(200,175,214)
#D4C2E0
(212,194,224)
#E0D5EA
(224,213,234)
#ECE8F4
(236,232,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #742A90 color. Also use rgb(116,42,144) instead hex code.

Text Font Color

.myTextColor { color: #742A90; }

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

This text font color is #742A90.

Background Color

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

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

This div background color is #742A90.

Border color

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

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

This div border color is #742A90.

Opacity

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

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

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

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

This text has shadow with #742A90 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #742A90.

Preview

Color preview on black background

This text has color #742A90 on black background.


Color preview on white background

This text has color #742A90 on white background.


Black color preview on #742A90 background

This text has black color on #742A90 background.


White color preview on #742A90 background

This text has white color on #742A90 background.


Related colors

Complementary color

Complementary color for #hex is #8BD56F.


I love getcolorcode.com

Triadic colors

1 #90742A and #2A9074 with #742A90 are triadic colors.

2 #902A74 and #2A7490 with #742A90 are triadic colors.