COLOR #743C90

HEX: #743C90 RGB: (116,60,144)

Color info

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

RGB color model

#743C90 color RGB value is (116,60,144).

RGB: (116,60,144) (45%, 24%, 56%)

RGB channels and saturation

R 116 of 255 = 45%
G 60 of 255 = 24%
B 144 of 255 = 56%

116
60
144

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

Portions of RGB colors in percentages

R + G + B = 116 + 60 + 144 = 320 (100%)
R 116 of 320 ~ 36.25%
G 60 of 320 ~ 18.75%
B 144 of 320 ~ 45'%

%36.25
%18.75
%45

CMYK color model

#743C90 color CMYK value is (19,58,0,44).

  • cyan value is 19.44%
  • magenta value is 58.33%
  • yellow value is 0.00%
  • key color value is 43.53%

CMYK: (19,58,0,44)
C19M58Y0K44 (19%, 58%, 0%, 44%)
(0.19 / 0.58 / 0.00 / 0.44)

CMYK percentages

%19.44
%58.33
%0
%43.53

Codes

Color #743C90 in popluar color models

74 3C 90
RGB 116 60 144
HSL 280° 41.18% 40.00%
HSB/HSV 280° 58.33% 56.47%
CMYK 19.44% 58.33% 0.00%
43.53%

Color #743C90 in popluar number systems.

HEX 74 3C 90
Decimal 116 60 144
Binary 1110100 111100 10010000
Octal 164 74 220

Shades and tints

Shades of #743C90

#743C90
(116,60,144)
#6A3783
(106,55,131)
#603276
(96,50,118)
#562D69
(86,45,105)
#4C285C
(76,40,92)
#42234F
(66,35,79)
#381E42
(56,30,66)
#2E1935
(46,25,53)
#241428
(36,20,40)
#1A0F1B
(26,15,27)
#100A0E
(16,10,14)
#000000
(0,0,0)

Tints of #743C90

#743C90
(116,60,144)
#804D9A
(128,77,154)
#8C5EA4
(140,94,164)
#986FAE
(152,111,174)
#A480B8
(164,128,184)
#B091C2
(176,145,194)
#BCA2CC
(188,162,204)
#C8B3D6
(200,179,214)
#D4C4E0
(212,196,224)
#E0D5EA
(224,213,234)
#ECE6F4
(236,230,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #743C90; }

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

This text font color is #743C90.

Background Color

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

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

This div background color is #743C90.

Border color

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

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

This div border color is #743C90.

Opacity

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

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

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

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

This text has shadow with #743C90 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #743C90.

Preview

Color preview on black background

This text has color #743C90 on black background.


Color preview on white background

This text has color #743C90 on white background.


Black color preview on #743C90 background

This text has black color on #743C90 background.


White color preview on #743C90 background

This text has white color on #743C90 background.


Related colors

Complementary color

Complementary color for #hex is #8BC36F.


I love getcolorcode.com

Triadic colors

1 #90743C and #3C9074 with #743C90 are triadic colors.

2 #903C74 and #3C7490 with #743C90 are triadic colors.