COLOR #741C6F

HEX: #741C6F
RGB: (116,28,111)

Color info

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

RGB color model

#741C6F color RGB value is (116,28,111).

  • red value is 116;
  • green value is 28;
  • blue value is 111.
RGB:
(116,28,111)
(45%,11%,44%)

RGB channels and saturation

R 116 of 255 = 45%
G 28 of 255 = 11%
B 111 of 255 = 44%

116
28
111

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

Portions of RGB colors in percentages

R + G + B =
116 + 28 + 111 = 255 (100%)
R 116 of 255 ~ 45.49%
G 28 of 255 ~ 10.98%
B 111 of 255 ~ 43.53%

%45.49
%10.98
%43.53

CMYK color model

#741C6F color CMYK value is (0,76,4,55).

  • cyan value is 0.00%
  • magenta value is 75.86%
  • yellow value is 4.31%
  • key color value is 54.51%
CMYK:
(0,76,4,55)
C0M76Y4K55 
(0%,76%,4%,55%)
(0.00/0.76/0.04/0.55)	

CMYK percentages

%0
%75.86
%4.31
%54.51

Codes

Color #741C6F in popluar color models

741C6F
RGB11628111
HSL303°61.11%28.24%
HSB/HSV303°75.86%45.49%
CMYK0.00%75.86%4.31%
54.51%

Color #741C6F in popluar number systems.

HEX741C6F
Decimal11628111
Binary1110100111001101111
Octal16434157

Shades and tints

Shades of #741C6F

#741C6F
(116,28,111)
#6A1A65
(106,26,101)
#60185B
(96,24,91)
#561651
(86,22,81)
#4C1447
(76,20,71)
#42123D
(66,18,61)
#381033
(56,16,51)
#2E0E29
(46,14,41)
#240C1F
(36,12,31)
#1A0A15
(26,10,21)
#10080B
(16,8,11)
#000000
(0,0,0)

Tints of #741C6F

#741C6F
(116,28,111)
#80307C
(128,48,124)
#8C4489
(140,68,137)
#985896
(152,88,150)
#A46CA3
(164,108,163)
#B080B0
(176,128,176)
#BC94BD
(188,148,189)
#C8A8CA
(200,168,202)
#D4BCD7
(212,188,215)
#E0D0E4
(224,208,228)
#ECE4F1
(236,228,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #741C6F color. Also use rgb(116,28,111) instead hex code.

Text Font Color

.myTextColor { color: #741C6F; }

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

This text font color is #741C6F.


Background Color

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

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

This div background color is #741C6F.


Border color

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

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

This div border color is #741C6F.


Opacity

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

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

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

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

This text has shadow with #741C6F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #741C6F on black background.


Color preview on white background

This text has color #741C6F on white background.



Black color preview on #741C6F background

This text has black color on #741C6F background.


White color preview on #741C6F background

This text has white color on #741C6F background.