COLOR #740B74

HEX: #740B74
RGB: (116,11,116)

Color info

#740B74 contains mainly red and blue colors. Web safe color of #740B74 is #660066 (or #606).

RGB color model

#740B74 color RGB value is (116,11,116).

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

RGB channels and saturation

R 116 of 255 = 45%
G 11 of 255 = 4%
B 116 of 255 = 45%

116
11
116

R + G + B ~ 31%. #740B74 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
116 + 11 + 116 = 243 (100%)
R 116 of 243 ~ 47.74%
G 11 of 243 ~ 4.53%
B 116 of 243 ~ 47.74%

%47.74
%47.74

CMYK color model

#740B74 color CMYK value is (0,91,0,55).

  • cyan value is 0.00%
  • magenta value is 90.52%
  • yellow value is 0.00%
  • key color value is 54.51%
CMYK:
(0,91,0,55)
C0M91Y0K55 
(0%,91%,0%,55%)
(0.00/0.91/0.00/0.55)	

CMYK percentages

%0
%90.52
%0
%54.51

Codes

Color #740B74 in popluar color models

740B74
RGB11611116
HSL300°82.68%24.90%
HSB/HSV300°90.52%45.49%
CMYK0.00%90.52%0.00%
54.51%

Color #740B74 in popluar number systems.

HEX740B74
Decimal11611116
Binary111010010111110100
Octal16413164

Shades and tints

Shades of #740B74

#740B74
(116,11,116)
#6A0A6A
(106,10,106)
#600960
(96,9,96)
#560856
(86,8,86)
#4C074C
(76,7,76)
#420642
(66,6,66)
#380538
(56,5,56)
#2E042E
(46,4,46)
#240324
(36,3,36)
#1A021A
(26,2,26)
#100110
(16,1,16)
#000000
(0,0,0)

Tints of #740B74

#740B74
(116,11,116)
#802180
(128,33,128)
#8C378C
(140,55,140)
#984D98
(152,77,152)
#A463A4
(164,99,164)
#B079B0
(176,121,176)
#BC8FBC
(188,143,188)
#C8A5C8
(200,165,200)
#D4BBD4
(212,187,212)
#E0D1E0
(224,209,224)
#ECE7EC
(236,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #740B74 color. Also use rgb(116,11,116) instead hex code.

Text Font Color

.myTextColor { color: #740B74; }

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

This text font color is #740B74.


Background Color

.myBgColor { background-color: #740B74; }

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

This div background color is #740B74.


Border color

.myBorderColor { border: 1px solid #740B74; }

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

This div border color is #740B74.


Opacity

.myOpacity80 { color: #740B74; opacity: 0.8; }

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

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

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

This text has shadow with #740B74 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #740B74 on black background.


Color preview on white background

This text has color #740B74 on white background.



Black color preview on #740B74 background

This text has black color on #740B74 background.


White color preview on #740B74 background

This text has white color on #740B74 background.