COLOR #741884

HEX: #741884
RGB: (116,24,132)

Color info

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

RGB color model

#741884 color RGB value is (116,24,132).

  • red value is 116;
  • green value is 24;
  • blue value is 132.
RGB:
(116,24,132)
(45%,9%,52%)

RGB channels and saturation

R 116 of 255 = 45%
G 24 of 255 = 9%
B 132 of 255 = 52%

116
24
132

R + G + B ~ 35%. #741884 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
116 + 24 + 132 = 272 (100%)
R 116 of 272 ~ 42.65%
G 24 of 272 ~ 8.82%
B 132 of 272 ~ 48.53%

%42.65
%48.53

CMYK color model

#741884 color CMYK value is (12,82,0,48).

  • cyan value is 12.12%
  • magenta value is 81.82%
  • yellow value is 0.00%
  • key color value is 48.24%
CMYK:
(12,82,0,48)
C12M82Y0K48 
(12%,82%,0%,48%)
(0.12/0.82/0.00/0.48)	

CMYK percentages

%12.12
%81.82
%0
%48.24

Codes

Color #741884 in popluar color models

741884
RGB11624132
HSL291°69.23%30.59%
HSB/HSV291°81.82%51.76%
CMYK12.12%81.82%0.00%
48.24%

Color #741884 in popluar number systems.

HEX741884
Decimal11624132
Binary11101001100010000100
Octal16430204

Shades and tints

Shades of #741884

#741884
(116,24,132)
#6A1678
(106,22,120)
#60146C
(96,20,108)
#561260
(86,18,96)
#4C1054
(76,16,84)
#420E48
(66,14,72)
#380C3C
(56,12,60)
#2E0A30
(46,10,48)
#240824
(36,8,36)
#1A0618
(26,6,24)
#10040C
(16,4,12)
#000000
(0,0,0)

Tints of #741884

#741884
(116,24,132)
#802D8F
(128,45,143)
#8C429A
(140,66,154)
#9857A5
(152,87,165)
#A46CB0
(164,108,176)
#B081BB
(176,129,187)
#BC96C6
(188,150,198)
#C8ABD1
(200,171,209)
#D4C0DC
(212,192,220)
#E0D5E7
(224,213,231)
#ECEAF2
(236,234,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #741884 color. Also use rgb(116,24,132) instead hex code.

Text Font Color

.myTextColor { color: #741884; }

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

This text font color is #741884.


Background Color

.myBgColor { background-color: #741884; }

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

This div background color is #741884.


Border color

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

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

This div border color is #741884.


Opacity

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

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

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

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

This text has shadow with #741884 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #741884 on black background.


Color preview on white background

This text has color #741884 on white background.



Black color preview on #741884 background

This text has black color on #741884 background.


White color preview on #741884 background

This text has white color on #741884 background.