COLOR #741B89

HEX: #741B89
RGB: (116,27,137)

Color info

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

RGB color model

#741B89 color RGB value is (116,27,137).

  • red value is 116;
  • green value is 27;
  • blue value is 137.
RGB:
(116,27,137)
(45%,11%,54%)

RGB channels and saturation

R 116 of 255 = 45%
G 27 of 255 = 11%
B 137 of 255 = 54%

116
27
137

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

Portions of RGB colors in percentages

R + G + B =
116 + 27 + 137 = 280 (100%)
R 116 of 280 ~ 41.43%
G 27 of 280 ~ 9.64%
B 137 of 280 ~ 48.93%

%41.43
%9.64
%48.93

CMYK color model

#741B89 color CMYK value is (15,80,0,46).

  • cyan value is 15.33%
  • magenta value is 80.29%
  • yellow value is 0.00%
  • key color value is 46.27%
CMYK:
(15,80,0,46)
C15M80Y0K46 
(15%,80%,0%,46%)
(0.15/0.80/0.00/0.46)	

CMYK percentages

%15.33
%80.29
%0
%46.27

Codes

Color #741B89 in popluar color models

741B89
RGB11627137
HSL289°67.07%32.16%
HSB/HSV289°80.29%53.73%
CMYK15.33%80.29%0.00%
46.27%

Color #741B89 in popluar number systems.

HEX741B89
Decimal11627137
Binary11101001101110001001
Octal16433211

Shades and tints

Shades of #741B89

#741B89
(116,27,137)
#6A197D
(106,25,125)
#601771
(96,23,113)
#561565
(86,21,101)
#4C1359
(76,19,89)
#42114D
(66,17,77)
#380F41
(56,15,65)
#2E0D35
(46,13,53)
#240B29
(36,11,41)
#1A091D
(26,9,29)
#100711
(16,7,17)
#000000
(0,0,0)

Tints of #741B89

#741B89
(116,27,137)
#802F93
(128,47,147)
#8C439D
(140,67,157)
#9857A7
(152,87,167)
#A46BB1
(164,107,177)
#B07FBB
(176,127,187)
#BC93C5
(188,147,197)
#C8A7CF
(200,167,207)
#D4BBD9
(212,187,217)
#E0CFE3
(224,207,227)
#ECE3ED
(236,227,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #741B89 color. Also use rgb(116,27,137) instead hex code.

Text Font Color

.myTextColor { color: #741B89; }

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

This text font color is #741B89.


Background Color

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

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

This div background color is #741B89.


Border color

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

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

This div border color is #741B89.


Opacity

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

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

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

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

This text has shadow with #741B89 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #741B89 on black background.


Color preview on white background

This text has color #741B89 on white background.



Black color preview on #741B89 background

This text has black color on #741B89 background.


White color preview on #741B89 background

This text has white color on #741B89 background.