COLOR #741B6E

HEX: #741B6E
RGB: (116,27,110)

Color info

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

RGB color model

#741B6E color RGB value is (116,27,110).

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

RGB channels and saturation

R 116 of 255 = 45%
G 27 of 255 = 11%
B 110 of 255 = 43%

116
27
110

R + G + B ~ 33%. #741B6E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
116 + 27 + 110 = 253 (100%)
R 116 of 253 ~ 45.85%
G 27 of 253 ~ 10.67%
B 110 of 253 ~ 43.48%

%45.85
%10.67
%43.48

CMYK color model

#741B6E color CMYK value is (0,77,5,55).

  • cyan value is 0.00%
  • magenta value is 76.72%
  • yellow value is 5.17%
  • key color value is 54.51%
CMYK:
(0,77,5,55)
C0M77Y5K55 
(0%,77%,5%,55%)
(0.00/0.77/0.05/0.55)	

CMYK percentages

%0
%76.72
%5.17
%54.51

Codes

Color #741B6E in popluar color models

741B6E
RGB11627110
HSL304°62.24%28.04%
HSB/HSV304°76.72%45.49%
CMYK0.00%76.72%5.17%
54.51%

Color #741B6E in popluar number systems.

HEX741B6E
Decimal11627110
Binary1110100110111101110
Octal16433156

Shades and tints

Shades of #741B6E

#741B6E
(116,27,110)
#6A1964
(106,25,100)
#60175A
(96,23,90)
#561550
(86,21,80)
#4C1346
(76,19,70)
#42113C
(66,17,60)
#380F32
(56,15,50)
#2E0D28
(46,13,40)
#240B1E
(36,11,30)
#1A0914
(26,9,20)
#10070A
(16,7,10)
#000000
(0,0,0)

Tints of #741B6E

#741B6E
(116,27,110)
#802F7B
(128,47,123)
#8C4388
(140,67,136)
#985795
(152,87,149)
#A46BA2
(164,107,162)
#B07FAF
(176,127,175)
#BC93BC
(188,147,188)
#C8A7C9
(200,167,201)
#D4BBD6
(212,187,214)
#E0CFE3
(224,207,227)
#ECE3F0
(236,227,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #741B6E; }

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

This text font color is #741B6E.


Background Color

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

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

This div background color is #741B6E.


Border color

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

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

This div border color is #741B6E.


Opacity

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

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

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

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

This text has shadow with #741B6E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #741B6E on black background.


Color preview on white background

This text has color #741B6E on white background.



Black color preview on #741B6E background

This text has black color on #741B6E background.


White color preview on #741B6E background

This text has white color on #741B6E background.