COLOR #743183

HEX: #743183
RGB: (116,49,131)

Color info

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

RGB color model

#743183 color RGB value is (116,49,131).

  • red value is 116;
  • green value is 49;
  • blue value is 131.
RGB:
(116,49,131)
(45%,19%,51%)

RGB channels and saturation

R 116 of 255 = 45%
G 49 of 255 = 19%
B 131 of 255 = 51%

116
49
131

R + G + B ~ 38%. #743183 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
116 + 49 + 131 = 296 (100%)
R 116 of 296 ~ 39.19%
G 49 of 296 ~ 16.55%
B 131 of 296 ~ 44.26%

%39.19
%16.55
%44.26

CMYK color model

#743183 color CMYK value is (11,63,0,49).

  • cyan value is 11.45%
  • magenta value is 62.60%
  • yellow value is 0.00%
  • key color value is 48.63%
CMYK:
(11,63,0,49)
C11M63Y0K49 
(11%,63%,0%,49%)
(0.11/0.63/0.00/0.49)	

CMYK percentages

%11.45
%62.6
%0
%48.63

Codes

Color #743183 in popluar color models

743183
RGB11649131
HSL289°45.56%35.29%
HSB/HSV289°62.60%51.37%
CMYK11.45%62.60%0.00%
48.63%

Color #743183 in popluar number systems.

HEX743183
Decimal11649131
Binary111010011000110000011
Octal16461203

Shades and tints

Shades of #743183

#743183
(116,49,131)
#6A2D78
(106,45,120)
#60296D
(96,41,109)
#562562
(86,37,98)
#4C2157
(76,33,87)
#421D4C
(66,29,76)
#381941
(56,25,65)
#2E1536
(46,21,54)
#24112B
(36,17,43)
#1A0D20
(26,13,32)
#100915
(16,9,21)
#000000
(0,0,0)

Tints of #743183

#743183
(116,49,131)
#80438E
(128,67,142)
#8C5599
(140,85,153)
#9867A4
(152,103,164)
#A479AF
(164,121,175)
#B08BBA
(176,139,186)
#BC9DC5
(188,157,197)
#C8AFD0
(200,175,208)
#D4C1DB
(212,193,219)
#E0D3E6
(224,211,230)
#ECE5F1
(236,229,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #743183 color. Also use rgb(116,49,131) instead hex code.

Text Font Color

.myTextColor { color: #743183; }

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

This text font color is #743183.


Background Color

.myBgColor { background-color: #743183; }

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

This div background color is #743183.


Border color

.myBorderColor { border: 1px solid #743183; }

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

This div border color is #743183.


Opacity

.myOpacity80 { color: #743183; opacity: 0.8; }

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

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

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

This text has shadow with #743183 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #743183 on black background.


Color preview on white background

This text has color #743183 on white background.



Black color preview on #743183 background

This text has black color on #743183 background.


White color preview on #743183 background

This text has white color on #743183 background.