COLOR #743C81

HEX: #743C81
RGB: (116,60,129)

Color info

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

RGB color model

#743C81 color RGB value is (116,60,129).

  • red value is 116;
  • green value is 60;
  • blue value is 129.
RGB:
(116,60,129)
(45%,24%,51%)

RGB channels and saturation

R 116 of 255 = 45%
G 60 of 255 = 24%
B 129 of 255 = 51%

116
60
129

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

Portions of RGB colors in percentages

R + G + B =
116 + 60 + 129 = 305 (100%)
R 116 of 305 ~ 38.03%
G 60 of 305 ~ 19.67%
B 129 of 305 ~ 42.3%

%38.03
%19.67
%42.3

CMYK color model

#743C81 color CMYK value is (10,53,0,49).

  • cyan value is 10.08%
  • magenta value is 53.49%
  • yellow value is 0.00%
  • key color value is 49.41%
CMYK:
(10,53,0,49)
C10M53Y0K49 
(10%,53%,0%,49%)
(0.10/0.53/0.00/0.49)	

CMYK percentages

%10.08
%53.49
%0
%49.41

Codes

Color #743C81 in popluar color models

743C81
RGB11660129
HSL289°36.51%37.06%
HSB/HSV289°53.49%50.59%
CMYK10.08%53.49%0.00%
49.41%

Color #743C81 in popluar number systems.

HEX743C81
Decimal11660129
Binary111010011110010000001
Octal16474201

Shades and tints

Shades of #743C81

#743C81
(116,60,129)
#6A3776
(106,55,118)
#60326B
(96,50,107)
#562D60
(86,45,96)
#4C2855
(76,40,85)
#42234A
(66,35,74)
#381E3F
(56,30,63)
#2E1934
(46,25,52)
#241429
(36,20,41)
#1A0F1E
(26,15,30)
#100A13
(16,10,19)
#000000
(0,0,0)

Tints of #743C81

#743C81
(116,60,129)
#804D8C
(128,77,140)
#8C5E97
(140,94,151)
#986FA2
(152,111,162)
#A480AD
(164,128,173)
#B091B8
(176,145,184)
#BCA2C3
(188,162,195)
#C8B3CE
(200,179,206)
#D4C4D9
(212,196,217)
#E0D5E4
(224,213,228)
#ECE6EF
(236,230,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #743C81 color. Also use rgb(116,60,129) instead hex code.

Text Font Color

.myTextColor { color: #743C81; }

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

This text font color is #743C81.


Background Color

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

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

This div background color is #743C81.


Border color

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

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

This div border color is #743C81.


Opacity

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

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

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

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

This text has shadow with #743C81 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #743C81 on black background.


Color preview on white background

This text has color #743C81 on white background.



Black color preview on #743C81 background

This text has black color on #743C81 background.


White color preview on #743C81 background

This text has white color on #743C81 background.