COLOR #742E7E

HEX: #742E7E RGB: (116,46,126)

Color info

#742E7E contains mainly red and blue colors. Web safe color of #742E7E is #663366 (or #636).

RGB color model

#742E7E color RGB value is (116,46,126).

RGB: (116,46,126) (45%, 18%, 49%)

RGB channels and saturation

R 116 of 255 = 45%
G 46 of 255 = 18%
B 126 of 255 = 49%

116
46
126

R + G + B ~ 37%. #742E7E is quite dark color.

Portions of RGB colors in percentages

R + G + B = 116 + 46 + 126 = 288 (100%)
R 116 of 288 ~ 40.28%
G 46 of 288 ~ 15.97%
B 126 of 288 ~ 43.75'%

%40.28
%15.97
%43.75

CMYK color model

#742E7E color CMYK value is (8,63,0,51).

  • cyan value is 7.94%
  • magenta value is 63.49%
  • yellow value is 0.00%
  • key color value is 50.59%

CMYK: (8,63,0,51)
C8M63Y0K51 (8%, 63%, 0%, 51%)
(0.08 / 0.63 / 0.00 / 0.51)

CMYK percentages

%7.94
%63.49
%0
%50.59

Codes

Color #742E7E in popluar color models

74 2E 7E
RGB 116 46 126
HSL 293° 46.51% 33.73%
HSB/HSV 293° 63.49% 49.41%
CMYK 7.94% 63.49% 0.00%
50.59%

Color #742E7E in popluar number systems.

HEX 74 2E 7E
Decimal 116 46 126
Binary 1110100 101110 1111110
Octal 164 56 176

Shades and tints

Shades of #742E7E

#742E7E
(116,46,126)
#6A2A73
(106,42,115)
#602668
(96,38,104)
#56225D
(86,34,93)
#4C1E52
(76,30,82)
#421A47
(66,26,71)
#38163C
(56,22,60)
#2E1231
(46,18,49)
#240E26
(36,14,38)
#1A0A1B
(26,10,27)
#100610
(16,6,16)
#000000
(0,0,0)

Tints of #742E7E

#742E7E
(116,46,126)
#804189
(128,65,137)
#8C5494
(140,84,148)
#98679F
(152,103,159)
#A47AAA
(164,122,170)
#B08DB5
(176,141,181)
#BCA0C0
(188,160,192)
#C8B3CB
(200,179,203)
#D4C6D6
(212,198,214)
#E0D9E1
(224,217,225)
#ECECEC
(236,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #742E7E; }

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

This text font color is #742E7E.

Background Color

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

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

This div background color is #742E7E.

Border color

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

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

This div border color is #742E7E.

Opacity

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

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

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

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

This text has shadow with #742E7E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #742E7E.

Preview

Color preview on black background

This text has color #742E7E on black background.


Color preview on white background

This text has color #742E7E on white background.


Black color preview on #742E7E background

This text has black color on #742E7E background.


White color preview on #742E7E background

This text has white color on #742E7E background.


Related colors

Complementary color

Complementary color for #hex is #8BD181.


I love getcolorcode.com

Triadic colors

1 #7E742E and #2E7E74 with #742E7E are triadic colors.

2 #7E2E74 and #2E747E with #742E7E are triadic colors.