COLOR #740D66

HEX: #740D66
RGB: (116,13,102)

Color info

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

RGB color model

#740D66 color RGB value is (116,13,102).

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

RGB channels and saturation

R 116 of 255 = 45%
G 13 of 255 = 5%
B 102 of 255 = 40%

116
13
102

R + G + B ~ 30%. #740D66 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
116 + 13 + 102 = 231 (100%)
R 116 of 231 ~ 50.22%
G 13 of 231 ~ 5.63%
B 102 of 231 ~ 44.16%

%50.22
%44.16

CMYK color model

#740D66 color CMYK value is (0,89,12,55).

  • cyan value is 0.00%
  • magenta value is 88.79%
  • yellow value is 12.07%
  • key color value is 54.51%
CMYK:
(0,89,12,55)
C0M89Y12K55 
(0%,89%,12%,55%)
(0.00/0.89/0.12/0.55)	

CMYK percentages

%0
%88.79
%12.07
%54.51

Codes

Color #740D66 in popluar color models

740D66
RGB11613102
HSL308°79.84%25.29%
HSB/HSV308°88.79%45.49%
CMYK0.00%88.79%12.07%
54.51%

Color #740D66 in popluar number systems.

HEX740D66
Decimal11613102
Binary111010011011100110
Octal16415146

Shades and tints

Shades of #740D66

#740D66
(116,13,102)
#6A0C5D
(106,12,93)
#600B54
(96,11,84)
#560A4B
(86,10,75)
#4C0942
(76,9,66)
#420839
(66,8,57)
#380730
(56,7,48)
#2E0627
(46,6,39)
#24051E
(36,5,30)
#1A0415
(26,4,21)
#10030C
(16,3,12)
#000000
(0,0,0)

Tints of #740D66

#740D66
(116,13,102)
#802373
(128,35,115)
#8C3980
(140,57,128)
#984F8D
(152,79,141)
#A4659A
(164,101,154)
#B07BA7
(176,123,167)
#BC91B4
(188,145,180)
#C8A7C1
(200,167,193)
#D4BDCE
(212,189,206)
#E0D3DB
(224,211,219)
#ECE9E8
(236,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #740D66; }

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

This text font color is #740D66.


Background Color

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

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

This div background color is #740D66.


Border color

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

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

This div border color is #740D66.


Opacity

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

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

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

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

This text has shadow with #740D66 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #740D66 on black background.


Color preview on white background

This text has color #740D66 on white background.



Black color preview on #740D66 background

This text has black color on #740D66 background.


White color preview on #740D66 background

This text has white color on #740D66 background.