COLOR #740184

HEX: #740184
RGB: (116,1,132)

Color info

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

RGB color model

#740184 color RGB value is (116,1,132).

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

RGB channels and saturation

R 116 of 255 = 45%
G 1 of 255 = 0%
B 132 of 255 = 52%

116
1
132

R + G + B ~ 32%. #740184 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
116 + 1 + 132 = 249 (100%)
R 116 of 249 ~ 46.59%
G 1 of 249 ~ 0.4%
B 132 of 249 ~ 53.01%

%46.59
%53.01

CMYK color model

#740184 color CMYK value is (12,99,0,48).

  • cyan value is 12.12%
  • magenta value is 99.24%
  • yellow value is 0.00%
  • key color value is 48.24%
CMYK:
(12,99,0,48)
C12M99Y0K48 
(12%,99%,0%,48%)
(0.12/0.99/0.00/0.48)	

CMYK percentages

%12.12
%99.24
%0
%48.24

Codes

Color #740184 in popluar color models

740184
RGB1161132
HSL293°98.50%26.08%
HSB/HSV293°99.24%51.76%
CMYK12.12%99.24%0.00%
48.24%

Color #740184 in popluar number systems.

HEX740184
Decimal1161132
Binary1110100110000100
Octal1641204

Shades and tints

Shades of #740184

#740184
(116,1,132)
#6A0178
(106,1,120)
#60016C
(96,1,108)
#560160
(86,1,96)
#4C0154
(76,1,84)
#420148
(66,1,72)
#38013C
(56,1,60)
#2E0130
(46,1,48)
#240124
(36,1,36)
#1A0118
(26,1,24)
#10010C
(16,1,12)
#000000
(0,0,0)

Tints of #740184

#740184
(116,1,132)
#80188F
(128,24,143)
#8C2F9A
(140,47,154)
#9846A5
(152,70,165)
#A45DB0
(164,93,176)
#B074BB
(176,116,187)
#BC8BC6
(188,139,198)
#C8A2D1
(200,162,209)
#D4B9DC
(212,185,220)
#E0D0E7
(224,208,231)
#ECE7F2
(236,231,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #740184; }

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

This text font color is #740184.


Background Color

.myBgColor { background-color: #740184; }

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

This div background color is #740184.


Border color

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

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

This div border color is #740184.


Opacity

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

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

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

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

This text has shadow with #740184 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #740184 on black background.


Color preview on white background

This text has color #740184 on white background.



Black color preview on #740184 background

This text has black color on #740184 background.


White color preview on #740184 background

This text has white color on #740184 background.