COLOR #741686

HEX: #741686
RGB: (116,22,134)

Color info

#741686 contains mainly red and blue colors. Web safe color of #741686 is #660099 (or #609).

RGB color model

#741686 color RGB value is (116,22,134).

  • red value is 116;
  • green value is 22;
  • blue value is 134.
RGB:
(116,22,134)
(45%,9%,53%)

RGB channels and saturation

R 116 of 255 = 45%
G 22 of 255 = 9%
B 134 of 255 = 53%

116
22
134

R + G + B ~ 36%. #741686 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
116 + 22 + 134 = 272 (100%)
R 116 of 272 ~ 42.65%
G 22 of 272 ~ 8.09%
B 134 of 272 ~ 49.26%

%42.65
%49.26

CMYK color model

#741686 color CMYK value is (13,84,0,47).

  • cyan value is 13.43%
  • magenta value is 83.58%
  • yellow value is 0.00%
  • key color value is 47.45%
CMYK:
(13,84,0,47)
C13M84Y0K47 
(13%,84%,0%,47%)
(0.13/0.84/0.00/0.47)	

CMYK percentages

%13.43
%83.58
%0
%47.45

Codes

Color #741686 in popluar color models

741686
RGB11622134
HSL290°71.79%30.59%
HSB/HSV290°83.58%52.55%
CMYK13.43%83.58%0.00%
47.45%

Color #741686 in popluar number systems.

HEX741686
Decimal11622134
Binary11101001011010000110
Octal16426206

Shades and tints

Shades of #741686

#741686
(116,22,134)
#6A147A
(106,20,122)
#60126E
(96,18,110)
#561062
(86,16,98)
#4C0E56
(76,14,86)
#420C4A
(66,12,74)
#380A3E
(56,10,62)
#2E0832
(46,8,50)
#240626
(36,6,38)
#1A041A
(26,4,26)
#10020E
(16,2,14)
#000000
(0,0,0)

Tints of #741686

#741686
(116,22,134)
#802B91
(128,43,145)
#8C409C
(140,64,156)
#9855A7
(152,85,167)
#A46AB2
(164,106,178)
#B07FBD
(176,127,189)
#BC94C8
(188,148,200)
#C8A9D3
(200,169,211)
#D4BEDE
(212,190,222)
#E0D3E9
(224,211,233)
#ECE8F4
(236,232,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #741686 color. Also use rgb(116,22,134) instead hex code.

Text Font Color

.myTextColor { color: #741686; }

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

This text font color is #741686.


Background Color

.myBgColor { background-color: #741686; }

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

This div background color is #741686.


Border color

.myBorderColor { border: 1px solid #741686; }

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

This div border color is #741686.


Opacity

.myOpacity80 { color: #741686; opacity: 0.8; }

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

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

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

This text has shadow with #741686 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #741686 on black background.


Color preview on white background

This text has color #741686 on white background.



Black color preview on #741686 background

This text has black color on #741686 background.


White color preview on #741686 background

This text has white color on #741686 background.