COLOR #743A95

HEX: #743A95
RGB: (116,58,149)

Color info

#743A95 contains mainly red and blue colors. Web safe color of #743A95 is #663399 (or #639).

RGB color model

#743A95 color RGB value is (116,58,149).

  • red value is 116;
  • green value is 58;
  • blue value is 149.
RGB:
(116,58,149)
(45%,23%,58%)

RGB channels and saturation

R 116 of 255 = 45%
G 58 of 255 = 23%
B 149 of 255 = 58%

116
58
149

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

Portions of RGB colors in percentages

R + G + B =
116 + 58 + 149 = 323 (100%)
R 116 of 323 ~ 35.91%
G 58 of 323 ~ 17.96%
B 149 of 323 ~ 46.13%

%35.91
%17.96
%46.13

CMYK color model

#743A95 color CMYK value is (22,61,0,42).

  • cyan value is 22.15%
  • magenta value is 61.07%
  • yellow value is 0.00%
  • key color value is 41.57%
CMYK:
(22,61,0,42)
C22M61Y0K42 
(22%,61%,0%,42%)
(0.22/0.61/0.00/0.42)	

CMYK percentages

%22.15
%61.07
%0
%41.57

Codes

Color #743A95 in popluar color models

743A95
RGB11658149
HSL278°43.96%40.59%
HSB/HSV278°61.07%58.43%
CMYK22.15%61.07%0.00%
41.57%

Color #743A95 in popluar number systems.

HEX743A95
Decimal11658149
Binary111010011101010010101
Octal16472225

Shades and tints

Shades of #743A95

#743A95
(116,58,149)
#6A3588
(106,53,136)
#60307B
(96,48,123)
#562B6E
(86,43,110)
#4C2661
(76,38,97)
#422154
(66,33,84)
#381C47
(56,28,71)
#2E173A
(46,23,58)
#24122D
(36,18,45)
#1A0D20
(26,13,32)
#100813
(16,8,19)
#000000
(0,0,0)

Tints of #743A95

#743A95
(116,58,149)
#804B9E
(128,75,158)
#8C5CA7
(140,92,167)
#986DB0
(152,109,176)
#A47EB9
(164,126,185)
#B08FC2
(176,143,194)
#BCA0CB
(188,160,203)
#C8B1D4
(200,177,212)
#D4C2DD
(212,194,221)
#E0D3E6
(224,211,230)
#ECE4EF
(236,228,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #743A95 color. Also use rgb(116,58,149) instead hex code.

Text Font Color

.myTextColor { color: #743A95; }

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

This text font color is #743A95.


Background Color

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

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

This div background color is #743A95.


Border color

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

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

This div border color is #743A95.


Opacity

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

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

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

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

This text has shadow with #743A95 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #743A95 on black background.


Color preview on white background

This text has color #743A95 on white background.



Black color preview on #743A95 background

This text has black color on #743A95 background.


White color preview on #743A95 background

This text has white color on #743A95 background.