COLOR #743E87

HEX: #743E87
RGB: (116,62,135)

Color info

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

RGB color model

#743E87 color RGB value is (116,62,135).

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

RGB channels and saturation

R 116 of 255 = 45%
G 62 of 255 = 24%
B 135 of 255 = 53%

116
62
135

R + G + B ~ 41%. #743E87 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
116 + 62 + 135 = 313 (100%)
R 116 of 313 ~ 37.06%
G 62 of 313 ~ 19.81%
B 135 of 313 ~ 43.13%

%37.06
%19.81
%43.13

CMYK color model

#743E87 color CMYK value is (14,54,0,47).

  • cyan value is 14.07%
  • magenta value is 54.07%
  • yellow value is 0.00%
  • key color value is 47.06%
CMYK:
(14,54,0,47)
C14M54Y0K47 
(14%,54%,0%,47%)
(0.14/0.54/0.00/0.47)	

CMYK percentages

%14.07
%54.07
%0
%47.06

Codes

Color #743E87 in popluar color models

743E87
RGB11662135
HSL284°37.06%38.63%
HSB/HSV284°54.07%52.94%
CMYK14.07%54.07%0.00%
47.06%

Color #743E87 in popluar number systems.

HEX743E87
Decimal11662135
Binary111010011111010000111
Octal16476207

Shades and tints

Shades of #743E87

#743E87
(116,62,135)
#6A397B
(106,57,123)
#60346F
(96,52,111)
#562F63
(86,47,99)
#4C2A57
(76,42,87)
#42254B
(66,37,75)
#38203F
(56,32,63)
#2E1B33
(46,27,51)
#241627
(36,22,39)
#1A111B
(26,17,27)
#100C0F
(16,12,15)
#000000
(0,0,0)

Tints of #743E87

#743E87
(116,62,135)
#804F91
(128,79,145)
#8C609B
(140,96,155)
#9871A5
(152,113,165)
#A482AF
(164,130,175)
#B093B9
(176,147,185)
#BCA4C3
(188,164,195)
#C8B5CD
(200,181,205)
#D4C6D7
(212,198,215)
#E0D7E1
(224,215,225)
#ECE8EB
(236,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #743E87; }

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

This text font color is #743E87.


Background Color

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

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

This div background color is #743E87.


Border color

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

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

This div border color is #743E87.


Opacity

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

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

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

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

This text has shadow with #743E87 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #743E87 on black background.


Color preview on white background

This text has color #743E87 on white background.



Black color preview on #743E87 background

This text has black color on #743E87 background.


White color preview on #743E87 background

This text has white color on #743E87 background.