COLOR #743E79

HEX: #743E79
RGB: (116,62,121)

Color info

#743E79 contains red, green and blue colors in about the same proportion. Web safe color of #743E79 is #663366 (or #636).

RGB color model

#743E79 color RGB value is (116,62,121).

  • red value is 116;
  • green value is 62;
  • blue value is 121.
RGB:
(116,62,121)
(45%,24%,47%)

RGB channels and saturation

R 116 of 255 = 45%
G 62 of 255 = 24%
B 121 of 255 = 47%

116
62
121

R + G + B ~ 39%. #743E79 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
116 + 62 + 121 = 299 (100%)
R 116 of 299 ~ 38.8%
G 62 of 299 ~ 20.74%
B 121 of 299 ~ 40.47%

%38.8
%20.74
%40.47

CMYK color model

#743E79 color CMYK value is (4,49,0,53).

  • cyan value is 4.13%
  • magenta value is 48.76%
  • yellow value is 0.00%
  • key color value is 52.55%
CMYK:
(4,49,0,53)
C4M49Y0K53 
(4%,49%,0%,53%)
(0.04/0.49/0.00/0.53)	

CMYK percentages

%4.13
%48.76
%0
%52.55

Codes

Color #743E79 in popluar color models

743E79
RGB11662121
HSL295°32.24%35.88%
HSB/HSV295°48.76%47.45%
CMYK4.13%48.76%0.00%
52.55%

Color #743E79 in popluar number systems.

HEX743E79
Decimal11662121
Binary11101001111101111001
Octal16476171

Shades and tints

Shades of #743E79

#743E79
(116,62,121)
#6A396E
(106,57,110)
#603463
(96,52,99)
#562F58
(86,47,88)
#4C2A4D
(76,42,77)
#422542
(66,37,66)
#382037
(56,32,55)
#2E1B2C
(46,27,44)
#241621
(36,22,33)
#1A1116
(26,17,22)
#100C0B
(16,12,11)
#000000
(0,0,0)

Tints of #743E79

#743E79
(116,62,121)
#804F85
(128,79,133)
#8C6091
(140,96,145)
#98719D
(152,113,157)
#A482A9
(164,130,169)
#B093B5
(176,147,181)
#BCA4C1
(188,164,193)
#C8B5CD
(200,181,205)
#D4C6D9
(212,198,217)
#E0D7E5
(224,215,229)
#ECE8F1
(236,232,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #743E79 color. Also use rgb(116,62,121) instead hex code.

Text Font Color

.myTextColor { color: #743E79; }

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

This text font color is #743E79.


Background Color

.myBgColor { background-color: #743E79; }

<div style="background-color:#743E79">Inner text</div>

This div background color is #743E79.


Border color

.myBorderColor { border: 1px solid #743E79; }

<div style="border:3px solid #743E79">Div</div>

This div border color is #743E79.


Opacity

.myOpacity80 { color: #743E79; opacity: 0.8; }

<p style="color:#743E79;opacity:0.8;">80%</p>

Text with #743E79 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 #743E79;}

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

This text has shadow with #743E79 color.

.textShadow {text-shadow: 3px 3px 1px #743E79, 3px 3px 1px red;}

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

This text has shadow with #743E79 primary color and red secondary color.


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

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

This text has shadow with #743E79 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #743E79 on black background.


Color preview on white background

This text has color #743E79 on white background.



Black color preview on #743E79 background

This text has black color on #743E79 background.


White color preview on #743E79 background

This text has white color on #743E79 background.