COLOR #743CC4

HEX: #743CC4
RGB: (116,60,196)

Color info

#743CC4 contains mainly blue color. Web safe color of #743CC4 is #6633CC (or #63C).

RGB color model

#743CC4 color RGB value is (116,60,196).

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

RGB channels and saturation

R 116 of 255 = 45%
G 60 of 255 = 24%
B 196 of 255 = 77%

116
60
196

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

Portions of RGB colors in percentages

R + G + B =
116 + 60 + 196 = 372 (100%)
R 116 of 372 ~ 31.18%
G 60 of 372 ~ 16.13%
B 196 of 372 ~ 52.69%

%31.18
%16.13
%52.69

CMYK color model

#743CC4 color CMYK value is (41,69,0,23).

  • cyan value is 40.82%
  • magenta value is 69.39%
  • yellow value is 0.00%
  • key color value is 23.14%
CMYK:
(41,69,0,23)
C41M69Y0K23 
(41%,69%,0%,23%)
(0.41/0.69/0.00/0.23)	

CMYK percentages

%40.82
%69.39
%0
%23.14

Codes

Color #743CC4 in popluar color models

743CC4
RGB11660196
HSL265°53.54%50.20%
HSB/HSV265°69.39%76.86%
CMYK40.82%69.39%0.00%
23.14%

Color #743CC4 in popluar number systems.

HEX743CC4
Decimal11660196
Binary111010011110011000100
Octal16474304

Shades and tints

Shades of #743CC4

#743CC4
(116,60,196)
#6A37B3
(106,55,179)
#6032A2
(96,50,162)
#562D91
(86,45,145)
#4C2880
(76,40,128)
#42236F
(66,35,111)
#381E5E
(56,30,94)
#2E194D
(46,25,77)
#24143C
(36,20,60)
#1A0F2B
(26,15,43)
#100A1A
(16,10,26)
#000000
(0,0,0)

Tints of #743CC4

#743CC4
(116,60,196)
#804DC9
(128,77,201)
#8C5ECE
(140,94,206)
#986FD3
(152,111,211)
#A480D8
(164,128,216)
#B091DD
(176,145,221)
#BCA2E2
(188,162,226)
#C8B3E7
(200,179,231)
#D4C4EC
(212,196,236)
#E0D5F1
(224,213,241)
#ECE6F6
(236,230,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #743CC4; }

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

This text font color is #743CC4.


Background Color

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

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

This div background color is #743CC4.


Border color

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

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

This div border color is #743CC4.


Opacity

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

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

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

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

This text has shadow with #743CC4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #743CC4 on black background.


Color preview on white background

This text has color #743CC4 on white background.



Black color preview on #743CC4 background

This text has black color on #743CC4 background.


White color preview on #743CC4 background

This text has white color on #743CC4 background.