COLOR #743DF3

HEX: #743DF3
RGB: (116,61,243)

Color info

#743DF3 contains mainly blue color. Web safe color of #743DF3 is #6633FF (or #63F).

RGB color model

#743DF3 color RGB value is (116,61,243).

  • red value is 116;
  • green value is 61;
  • blue value is 243.
RGB:
(116,61,243)
(45%,24%,95%)

RGB channels and saturation

R 116 of 255 = 45%
G 61 of 255 = 24%
B 243 of 255 = 95%

116
61
243

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

Portions of RGB colors in percentages

R + G + B =
116 + 61 + 243 = 420 (100%)
R 116 of 420 ~ 27.62%
G 61 of 420 ~ 14.52%
B 243 of 420 ~ 57.86%

%27.62
%14.52
%57.86

CMYK color model

#743DF3 color CMYK value is (52,75,0,5).

  • cyan value is 52.26%
  • magenta value is 74.90%
  • yellow value is 0.00%
  • key color value is 4.71%
CMYK:
(52,75,0,5)
C52M75Y0K5 
(52%,75%,0%,5%)
(0.52/0.75/0.00/0.05)	

CMYK percentages

%52.26
%74.9
%0
%4.71

Codes

Color #743DF3 in popluar color models

743DF3
RGB11661243
HSL258°88.35%59.61%
HSB/HSV258°74.90%95.29%
CMYK52.26%74.90%0.00%
4.71%

Color #743DF3 in popluar number systems.

HEX743DF3
Decimal11661243
Binary111010011110111110011
Octal16475363

Shades and tints

Shades of #743DF3

#743DF3
(116,61,243)
#6A38DD
(106,56,221)
#6033C7
(96,51,199)
#562EB1
(86,46,177)
#4C299B
(76,41,155)
#422485
(66,36,133)
#381F6F
(56,31,111)
#2E1A59
(46,26,89)
#241543
(36,21,67)
#1A102D
(26,16,45)
#100B17
(16,11,23)
#000000
(0,0,0)

Tints of #743DF3

#743DF3
(116,61,243)
#804EF4
(128,78,244)
#8C5FF5
(140,95,245)
#9870F6
(152,112,246)
#A481F7
(164,129,247)
#B092F8
(176,146,248)
#BCA3F9
(188,163,249)
#C8B4FA
(200,180,250)
#D4C5FB
(212,197,251)
#E0D6FC
(224,214,252)
#ECE7FD
(236,231,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #743DF3 color. Also use rgb(116,61,243) instead hex code.

Text Font Color

.myTextColor { color: #743DF3; }

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

This text font color is #743DF3.


Background Color

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

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

This div background color is #743DF3.


Border color

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

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

This div border color is #743DF3.


Opacity

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

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

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

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

This text has shadow with #743DF3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #743DF3 on black background.


Color preview on white background

This text has color #743DF3 on white background.



Black color preview on #743DF3 background

This text has black color on #743DF3 background.


White color preview on #743DF3 background

This text has white color on #743DF3 background.