COLOR #742E84

HEX: #742E84 RGB: (116,46,132)

Color info

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

RGB color model

#742E84 color RGB value is (116,46,132).

RGB: (116,46,132) (45%, 18%, 52%)

RGB channels and saturation

R 116 of 255 = 45%
G 46 of 255 = 18%
B 132 of 255 = 52%

116
46
132

R + G + B ~ 38%. #742E84 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 116 + 46 + 132 = 294 (100%)
R 116 of 294 ~ 39.46%
G 46 of 294 ~ 15.65%
B 132 of 294 ~ 44.9'%

%39.46
%15.65
%44.9

CMYK color model

#742E84 color CMYK value is (12,65,0,48).

  • cyan value is 12.12%
  • magenta value is 65.15%
  • yellow value is 0.00%
  • key color value is 48.24%

CMYK: (12,65,0,48)
C12M65Y0K48 (12%, 65%, 0%, 48%)
(0.12 / 0.65 / 0.00 / 0.48)

CMYK percentages

%12.12
%65.15
%0
%48.24

Codes

Color #742E84 in popluar color models

74 2E 84
RGB 116 46 132
HSL 289° 48.31% 34.90%
HSB/HSV 289° 65.15% 51.76%
CMYK 12.12% 65.15% 0.00%
48.24%

Color #742E84 in popluar number systems.

HEX 74 2E 84
Decimal 116 46 132
Binary 1110100 101110 10000100
Octal 164 56 204

Shades and tints

Shades of #742E84

#742E84
(116,46,132)
#6A2A78
(106,42,120)
#60266C
(96,38,108)
#562260
(86,34,96)
#4C1E54
(76,30,84)
#421A48
(66,26,72)
#38163C
(56,22,60)
#2E1230
(46,18,48)
#240E24
(36,14,36)
#1A0A18
(26,10,24)
#10060C
(16,6,12)
#000000
(0,0,0)

Tints of #742E84

#742E84
(116,46,132)
#80418F
(128,65,143)
#8C549A
(140,84,154)
#9867A5
(152,103,165)
#A47AB0
(164,122,176)
#B08DBB
(176,141,187)
#BCA0C6
(188,160,198)
#C8B3D1
(200,179,209)
#D4C6DC
(212,198,220)
#E0D9E7
(224,217,231)
#ECECF2
(236,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #742E84 color. Also use rgb(116,46,132) instead hex code.

Text Font Color

.myTextColor { color: #742E84; }

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

This text font color is #742E84.

Background Color

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

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

This div background color is #742E84.

Border color

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

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

This div border color is #742E84.

Opacity

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

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

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

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

This text has shadow with #742E84 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #742E84.

Preview

Color preview on black background

This text has color #742E84 on black background.


Color preview on white background

This text has color #742E84 on white background.


Black color preview on #742E84 background

This text has black color on #742E84 background.


White color preview on #742E84 background

This text has white color on #742E84 background.


Related colors

Complementary color

Complementary color for #hex is #8BD17B.


I love getcolorcode.com

Triadic colors

1 #84742E and #2E8474 with #742E84 are triadic colors.

2 #842E74 and #2E7484 with #742E84 are triadic colors.