COLOR #743CB7

HEX: #743CB7
RGB: (116,60,183)

Color info

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

RGB color model

#743CB7 color RGB value is (116,60,183).

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

RGB channels and saturation

R 116 of 255 = 45%
G 60 of 255 = 24%
B 183 of 255 = 72%

116
60
183

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

Portions of RGB colors in percentages

R + G + B =
116 + 60 + 183 = 359 (100%)
R 116 of 359 ~ 32.31%
G 60 of 359 ~ 16.71%
B 183 of 359 ~ 50.97%

%32.31
%16.71
%50.97

CMYK color model

#743CB7 color CMYK value is (37,67,0,28).

  • cyan value is 36.61%
  • magenta value is 67.21%
  • yellow value is 0.00%
  • key color value is 28.24%
CMYK:
(37,67,0,28)
C37M67Y0K28 
(37%,67%,0%,28%)
(0.37/0.67/0.00/0.28)	

CMYK percentages

%36.61
%67.21
%0
%28.24

Codes

Color #743CB7 in popluar color models

743CB7
RGB11660183
HSL267°50.62%47.65%
HSB/HSV267°67.21%71.76%
CMYK36.61%67.21%0.00%
28.24%

Color #743CB7 in popluar number systems.

HEX743CB7
Decimal11660183
Binary111010011110010110111
Octal16474267

Shades and tints

Shades of #743CB7

#743CB7
(116,60,183)
#6A37A7
(106,55,167)
#603297
(96,50,151)
#562D87
(86,45,135)
#4C2877
(76,40,119)
#422367
(66,35,103)
#381E57
(56,30,87)
#2E1947
(46,25,71)
#241437
(36,20,55)
#1A0F27
(26,15,39)
#100A17
(16,10,23)
#000000
(0,0,0)

Tints of #743CB7

#743CB7
(116,60,183)
#804DBD
(128,77,189)
#8C5EC3
(140,94,195)
#986FC9
(152,111,201)
#A480CF
(164,128,207)
#B091D5
(176,145,213)
#BCA2DB
(188,162,219)
#C8B3E1
(200,179,225)
#D4C4E7
(212,196,231)
#E0D5ED
(224,213,237)
#ECE6F3
(236,230,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #743CB7; }

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

This text font color is #743CB7.


Background Color

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

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

This div background color is #743CB7.


Border color

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

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

This div border color is #743CB7.


Opacity

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

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

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

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

This text has shadow with #743CB7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #743CB7 on black background.


Color preview on white background

This text has color #743CB7 on white background.



Black color preview on #743CB7 background

This text has black color on #743CB7 background.


White color preview on #743CB7 background

This text has white color on #743CB7 background.