COLOR #743F7B

HEX: #743F7B
RGB: (116,63,123)

Color info

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

RGB color model

#743F7B color RGB value is (116,63,123).

  • red value is 116;
  • green value is 63;
  • blue value is 123.
RGB:
(116,63,123)
(45%,25%,48%)

RGB channels and saturation

R 116 of 255 = 45%
G 63 of 255 = 25%
B 123 of 255 = 48%

116
63
123

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

Portions of RGB colors in percentages

R + G + B =
116 + 63 + 123 = 302 (100%)
R 116 of 302 ~ 38.41%
G 63 of 302 ~ 20.86%
B 123 of 302 ~ 40.73%

%38.41
%20.86
%40.73

CMYK color model

#743F7B color CMYK value is (6,49,0,52).

  • cyan value is 5.69%
  • magenta value is 48.78%
  • yellow value is 0.00%
  • key color value is 51.76%
CMYK:
(6,49,0,52)
C6M49Y0K52 
(6%,49%,0%,52%)
(0.06/0.49/0.00/0.52)	

CMYK percentages

%5.69
%48.78
%0
%51.76

Codes

Color #743F7B in popluar color models

743F7B
RGB11663123
HSL293°32.26%36.47%
HSB/HSV293°48.78%48.24%
CMYK5.69%48.78%0.00%
51.76%

Color #743F7B in popluar number systems.

HEX743F7B
Decimal11663123
Binary11101001111111111011
Octal16477173

Shades and tints

Shades of #743F7B

#743F7B
(116,63,123)
#6A3A70
(106,58,112)
#603565
(96,53,101)
#56305A
(86,48,90)
#4C2B4F
(76,43,79)
#422644
(66,38,68)
#382139
(56,33,57)
#2E1C2E
(46,28,46)
#241723
(36,23,35)
#1A1218
(26,18,24)
#100D0D
(16,13,13)
#000000
(0,0,0)

Tints of #743F7B

#743F7B
(116,63,123)
#805087
(128,80,135)
#8C6193
(140,97,147)
#98729F
(152,114,159)
#A483AB
(164,131,171)
#B094B7
(176,148,183)
#BCA5C3
(188,165,195)
#C8B6CF
(200,182,207)
#D4C7DB
(212,199,219)
#E0D8E7
(224,216,231)
#ECE9F3
(236,233,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #743F7B color. Also use rgb(116,63,123) instead hex code.

Text Font Color

.myTextColor { color: #743F7B; }

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

This text font color is #743F7B.


Background Color

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

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

This div background color is #743F7B.


Border color

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

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

This div border color is #743F7B.


Opacity

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

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

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

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

This text has shadow with #743F7B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #743F7B on black background.


Color preview on white background

This text has color #743F7B on white background.



Black color preview on #743F7B background

This text has black color on #743F7B background.


White color preview on #743F7B background

This text has white color on #743F7B background.