COLOR #743D7D

HEX: #743D7D
RGB: (116,61,125)

Color info

#743D7D contains mainly red and blue colors. Web safe color of #743D7D is #663366 (or #636).

RGB color model

#743D7D color RGB value is (116,61,125).

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

RGB channels and saturation

R 116 of 255 = 45%
G 61 of 255 = 24%
B 125 of 255 = 49%

116
61
125

R + G + B ~ 39%. #743D7D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
116 + 61 + 125 = 302 (100%)
R 116 of 302 ~ 38.41%
G 61 of 302 ~ 20.2%
B 125 of 302 ~ 41.39%

%38.41
%20.2
%41.39

CMYK color model

#743D7D color CMYK value is (7,51,0,51).

  • cyan value is 7.20%
  • magenta value is 51.20%
  • yellow value is 0.00%
  • key color value is 50.98%
CMYK:
(7,51,0,51)
C7M51Y0K51 
(7%,51%,0%,51%)
(0.07/0.51/0.00/0.51)	

CMYK percentages

%7.2
%51.2
%0
%50.98

Codes

Color #743D7D in popluar color models

743D7D
RGB11661125
HSL292°34.41%36.47%
HSB/HSV292°51.20%49.02%
CMYK7.20%51.20%0.00%
50.98%

Color #743D7D in popluar number systems.

HEX743D7D
Decimal11661125
Binary11101001111011111101
Octal16475175

Shades and tints

Shades of #743D7D

#743D7D
(116,61,125)
#6A3872
(106,56,114)
#603367
(96,51,103)
#562E5C
(86,46,92)
#4C2951
(76,41,81)
#422446
(66,36,70)
#381F3B
(56,31,59)
#2E1A30
(46,26,48)
#241525
(36,21,37)
#1A101A
(26,16,26)
#100B0F
(16,11,15)
#000000
(0,0,0)

Tints of #743D7D

#743D7D
(116,61,125)
#804E88
(128,78,136)
#8C5F93
(140,95,147)
#98709E
(152,112,158)
#A481A9
(164,129,169)
#B092B4
(176,146,180)
#BCA3BF
(188,163,191)
#C8B4CA
(200,180,202)
#D4C5D5
(212,197,213)
#E0D6E0
(224,214,224)
#ECE7EB
(236,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #743D7D; }

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

This text font color is #743D7D.


Background Color

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

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

This div background color is #743D7D.


Border color

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

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

This div border color is #743D7D.


Opacity

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

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

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

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

This text has shadow with #743D7D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #743D7D on black background.


Color preview on white background

This text has color #743D7D on white background.



Black color preview on #743D7D background

This text has black color on #743D7D background.


White color preview on #743D7D background

This text has white color on #743D7D background.