COLOR #740D7F

HEX: #740D7F
RGB: (116,13,127)

Color info

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

RGB color model

#740D7F color RGB value is (116,13,127).

  • red value is 116;
  • green value is 13;
  • blue value is 127.
RGB:
(116,13,127)
(45%,5%,50%)

RGB channels and saturation

R 116 of 255 = 45%
G 13 of 255 = 5%
B 127 of 255 = 50%

116
13
127

R + G + B ~ 33%. #740D7F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
116 + 13 + 127 = 256 (100%)
R 116 of 256 ~ 45.31%
G 13 of 256 ~ 5.08%
B 127 of 256 ~ 49.61%

%45.31
%49.61

CMYK color model

#740D7F color CMYK value is (9,90,0,50).

  • cyan value is 8.66%
  • magenta value is 89.76%
  • yellow value is 0.00%
  • key color value is 50.20%
CMYK:
(9,90,0,50)
C9M90Y0K50 
(9%,90%,0%,50%)
(0.09/0.90/0.00/0.50)	

CMYK percentages

%8.66
%89.76
%0
%50.2

Codes

Color #740D7F in popluar color models

740D7F
RGB11613127
HSL294°81.43%27.45%
HSB/HSV294°89.76%49.80%
CMYK8.66%89.76%0.00%
50.20%

Color #740D7F in popluar number systems.

HEX740D7F
Decimal11613127
Binary111010011011111111
Octal16415177

Shades and tints

Shades of #740D7F

#740D7F
(116,13,127)
#6A0C74
(106,12,116)
#600B69
(96,11,105)
#560A5E
(86,10,94)
#4C0953
(76,9,83)
#420848
(66,8,72)
#38073D
(56,7,61)
#2E0632
(46,6,50)
#240527
(36,5,39)
#1A041C
(26,4,28)
#100311
(16,3,17)
#000000
(0,0,0)

Tints of #740D7F

#740D7F
(116,13,127)
#80238A
(128,35,138)
#8C3995
(140,57,149)
#984FA0
(152,79,160)
#A465AB
(164,101,171)
#B07BB6
(176,123,182)
#BC91C1
(188,145,193)
#C8A7CC
(200,167,204)
#D4BDD7
(212,189,215)
#E0D3E2
(224,211,226)
#ECE9ED
(236,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #740D7F; }

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

This text font color is #740D7F.


Background Color

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

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

This div background color is #740D7F.


Border color

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

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

This div border color is #740D7F.


Opacity

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

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

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

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

This text has shadow with #740D7F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #740D7F on black background.


Color preview on white background

This text has color #740D7F on white background.



Black color preview on #740D7F background

This text has black color on #740D7F background.


White color preview on #740D7F background

This text has white color on #740D7F background.