COLOR #740FDF

HEX: #740FDF
RGB: (116,15,223)

Color info

#740FDF contains mainly blue color. Web safe color of #740FDF is #6600CC (or #60C).

RGB color model

#740FDF color RGB value is (116,15,223).

  • red value is 116;
  • green value is 15;
  • blue value is 223.
RGB:
(116,15,223)
(45%,6%,87%)

RGB channels and saturation

R 116 of 255 = 45%
G 15 of 255 = 6%
B 223 of 255 = 87%

116
15
223

R + G + B ~ 46%. #740FDF is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
116 + 15 + 223 = 354 (100%)
R 116 of 354 ~ 32.77%
G 15 of 354 ~ 4.24%
B 223 of 354 ~ 62.99%

%32.77
%62.99

CMYK color model

#740FDF color CMYK value is (48,93,0,13).

  • cyan value is 47.98%
  • magenta value is 93.27%
  • yellow value is 0.00%
  • key color value is 12.55%
CMYK:
(48,93,0,13)
C48M93Y0K13 
(48%,93%,0%,13%)
(0.48/0.93/0.00/0.13)	

CMYK percentages

%47.98
%93.27
%0
%12.55

Codes

Color #740FDF in popluar color models

740FDF
RGB11615223
HSL269°87.39%46.67%
HSB/HSV269°93.27%87.45%
CMYK47.98%93.27%0.00%
12.55%

Color #740FDF in popluar number systems.

HEX740FDF
Decimal11615223
Binary1110100111111011111
Octal16417337

Shades and tints

Shades of #740FDF

#740FDF
(116,15,223)
#6A0ECB
(106,14,203)
#600DB7
(96,13,183)
#560CA3
(86,12,163)
#4C0B8F
(76,11,143)
#420A7B
(66,10,123)
#380967
(56,9,103)
#2E0853
(46,8,83)
#24073F
(36,7,63)
#1A062B
(26,6,43)
#100517
(16,5,23)
#000000
(0,0,0)

Tints of #740FDF

#740FDF
(116,15,223)
#8024E1
(128,36,225)
#8C39E3
(140,57,227)
#984EE5
(152,78,229)
#A463E7
(164,99,231)
#B078E9
(176,120,233)
#BC8DEB
(188,141,235)
#C8A2ED
(200,162,237)
#D4B7EF
(212,183,239)
#E0CCF1
(224,204,241)
#ECE1F3
(236,225,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #740FDF; }

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

This text font color is #740FDF.


Background Color

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

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

This div background color is #740FDF.


Border color

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

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

This div border color is #740FDF.


Opacity

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

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

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

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

This text has shadow with #740FDF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #740FDF on black background.


Color preview on white background

This text has color #740FDF on white background.



Black color preview on #740FDF background

This text has black color on #740FDF background.


White color preview on #740FDF background

This text has white color on #740FDF background.