COLOR #743C98

HEX: #743C98
RGB: (116,60,152)

Color info

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

RGB color model

#743C98 color RGB value is (116,60,152).

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

RGB channels and saturation

R 116 of 255 = 45%
G 60 of 255 = 24%
B 152 of 255 = 60%

116
60
152

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

Portions of RGB colors in percentages

R + G + B =
116 + 60 + 152 = 328 (100%)
R 116 of 328 ~ 35.37%
G 60 of 328 ~ 18.29%
B 152 of 328 ~ 46.34%

%35.37
%18.29
%46.34

CMYK color model

#743C98 color CMYK value is (24,61,0,40).

  • cyan value is 23.68%
  • magenta value is 60.53%
  • yellow value is 0.00%
  • key color value is 40.39%
CMYK:
(24,61,0,40)
C24M61Y0K40 
(24%,61%,0%,40%)
(0.24/0.61/0.00/0.40)	

CMYK percentages

%23.68
%60.53
%0
%40.39

Codes

Color #743C98 in popluar color models

743C98
RGB11660152
HSL277°43.40%41.57%
HSB/HSV277°60.53%59.61%
CMYK23.68%60.53%0.00%
40.39%

Color #743C98 in popluar number systems.

HEX743C98
Decimal11660152
Binary111010011110010011000
Octal16474230

Shades and tints

Shades of #743C98

#743C98
(116,60,152)
#6A378B
(106,55,139)
#60327E
(96,50,126)
#562D71
(86,45,113)
#4C2864
(76,40,100)
#422357
(66,35,87)
#381E4A
(56,30,74)
#2E193D
(46,25,61)
#241430
(36,20,48)
#1A0F23
(26,15,35)
#100A16
(16,10,22)
#000000
(0,0,0)

Tints of #743C98

#743C98
(116,60,152)
#804DA1
(128,77,161)
#8C5EAA
(140,94,170)
#986FB3
(152,111,179)
#A480BC
(164,128,188)
#B091C5
(176,145,197)
#BCA2CE
(188,162,206)
#C8B3D7
(200,179,215)
#D4C4E0
(212,196,224)
#E0D5E9
(224,213,233)
#ECE6F2
(236,230,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #743C98; }

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

This text font color is #743C98.


Background Color

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

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

This div background color is #743C98.


Border color

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

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

This div border color is #743C98.


Opacity

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

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

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

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

This text has shadow with #743C98 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #743C98 on black background.


Color preview on white background

This text has color #743C98 on white background.



Black color preview on #743C98 background

This text has black color on #743C98 background.


White color preview on #743C98 background

This text has white color on #743C98 background.