COLOR #741E8B

HEX: #741E8B
RGB: (116,30,139)

Color info

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

RGB color model

#741E8B color RGB value is (116,30,139).

  • red value is 116;
  • green value is 30;
  • blue value is 139.
RGB:
(116,30,139)
(45%,12%,55%)

RGB channels and saturation

R 116 of 255 = 45%
G 30 of 255 = 12%
B 139 of 255 = 55%

116
30
139

R + G + B ~ 37%. #741E8B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
116 + 30 + 139 = 285 (100%)
R 116 of 285 ~ 40.7%
G 30 of 285 ~ 10.53%
B 139 of 285 ~ 48.77%

%40.7
%10.53
%48.77

CMYK color model

#741E8B color CMYK value is (17,78,0,45).

  • cyan value is 16.55%
  • magenta value is 78.42%
  • yellow value is 0.00%
  • key color value is 45.49%
CMYK:
(17,78,0,45)
C17M78Y0K45 
(17%,78%,0%,45%)
(0.17/0.78/0.00/0.45)	

CMYK percentages

%16.55
%78.42
%0
%45.49

Codes

Color #741E8B in popluar color models

741E8B
RGB11630139
HSL287°64.50%33.14%
HSB/HSV287°78.42%54.51%
CMYK16.55%78.42%0.00%
45.49%

Color #741E8B in popluar number systems.

HEX741E8B
Decimal11630139
Binary11101001111010001011
Octal16436213

Shades and tints

Shades of #741E8B

#741E8B
(116,30,139)
#6A1C7F
(106,28,127)
#601A73
(96,26,115)
#561867
(86,24,103)
#4C165B
(76,22,91)
#42144F
(66,20,79)
#381243
(56,18,67)
#2E1037
(46,16,55)
#240E2B
(36,14,43)
#1A0C1F
(26,12,31)
#100A13
(16,10,19)
#000000
(0,0,0)

Tints of #741E8B

#741E8B
(116,30,139)
#803295
(128,50,149)
#8C469F
(140,70,159)
#985AA9
(152,90,169)
#A46EB3
(164,110,179)
#B082BD
(176,130,189)
#BC96C7
(188,150,199)
#C8AAD1
(200,170,209)
#D4BEDB
(212,190,219)
#E0D2E5
(224,210,229)
#ECE6EF
(236,230,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #741E8B color. Also use rgb(116,30,139) instead hex code.

Text Font Color

.myTextColor { color: #741E8B; }

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

This text font color is #741E8B.


Background Color

.myBgColor { background-color: #741E8B; }

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

This div background color is #741E8B.


Border color

.myBorderColor { border: 1px solid #741E8B; }

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

This div border color is #741E8B.


Opacity

.myOpacity80 { color: #741E8B; opacity: 0.8; }

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

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

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

This text has shadow with #741E8B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #741E8B on black background.


Color preview on white background

This text has color #741E8B on white background.



Black color preview on #741E8B background

This text has black color on #741E8B background.


White color preview on #741E8B background

This text has white color on #741E8B background.