COLOR #743DCD

HEX: #743DCD
RGB: (116,61,205)

Color info

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

RGB color model

#743DCD color RGB value is (116,61,205).

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

RGB channels and saturation

R 116 of 255 = 45%
G 61 of 255 = 24%
B 205 of 255 = 80%

116
61
205

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

Portions of RGB colors in percentages

R + G + B =
116 + 61 + 205 = 382 (100%)
R 116 of 382 ~ 30.37%
G 61 of 382 ~ 15.97%
B 205 of 382 ~ 53.66%

%30.37
%15.97
%53.66

CMYK color model

#743DCD color CMYK value is (43,70,0,20).

  • cyan value is 43.41%
  • magenta value is 70.24%
  • yellow value is 0.00%
  • key color value is 19.61%
CMYK:
(43,70,0,20)
C43M70Y0K20 
(43%,70%,0%,20%)
(0.43/0.70/0.00/0.20)	

CMYK percentages

%43.41
%70.24
%0
%19.61

Codes

Color #743DCD in popluar color models

743DCD
RGB11661205
HSL263°59.02%52.16%
HSB/HSV263°70.24%80.39%
CMYK43.41%70.24%0.00%
19.61%

Color #743DCD in popluar number systems.

HEX743DCD
Decimal11661205
Binary111010011110111001101
Octal16475315

Shades and tints

Shades of #743DCD

#743DCD
(116,61,205)
#6A38BB
(106,56,187)
#6033A9
(96,51,169)
#562E97
(86,46,151)
#4C2985
(76,41,133)
#422473
(66,36,115)
#381F61
(56,31,97)
#2E1A4F
(46,26,79)
#24153D
(36,21,61)
#1A102B
(26,16,43)
#100B19
(16,11,25)
#000000
(0,0,0)

Tints of #743DCD

#743DCD
(116,61,205)
#804ED1
(128,78,209)
#8C5FD5
(140,95,213)
#9870D9
(152,112,217)
#A481DD
(164,129,221)
#B092E1
(176,146,225)
#BCA3E5
(188,163,229)
#C8B4E9
(200,180,233)
#D4C5ED
(212,197,237)
#E0D6F1
(224,214,241)
#ECE7F5
(236,231,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #743DCD; }

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

This text font color is #743DCD.


Background Color

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

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

This div background color is #743DCD.


Border color

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

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

This div border color is #743DCD.


Opacity

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

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

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

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

This text has shadow with #743DCD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #743DCD on black background.


Color preview on white background

This text has color #743DCD on white background.



Black color preview on #743DCD background

This text has black color on #743DCD background.


White color preview on #743DCD background

This text has white color on #743DCD background.