COLOR #741EFD

HEX: #741EFD
RGB: (116,30,253)

Color info

#741EFD contains mainly blue color. Web safe color of #741EFD is #6633FF (or #63F).

RGB color model

#741EFD color RGB value is (116,30,253).

  • red value is 116;
  • green value is 30;
  • blue value is 253.
RGB:
(116,30,253)
(45%,12%,99%)

RGB channels and saturation

R 116 of 255 = 45%
G 30 of 255 = 12%
B 253 of 255 = 99%

116
30
253

R + G + B ~ 52%. #741EFD is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
116 + 30 + 253 = 399 (100%)
R 116 of 399 ~ 29.07%
G 30 of 399 ~ 7.52%
B 253 of 399 ~ 63.41%

%29.07
%63.41

CMYK color model

#741EFD color CMYK value is (54,88,0,1).

  • cyan value is 54.15%
  • magenta value is 88.14%
  • yellow value is 0.00%
  • key color value is 0.78%
CMYK:
(54,88,0,1)
C54M88Y0K1 
(54%,88%,0%,1%)
(0.54/0.88/0.00/0.01)	

CMYK percentages

%54.15
%88.14
%0
%0.78

Codes

Color #741EFD in popluar color models

741EFD
RGB11630253
HSL263°98.24%55.49%
HSB/HSV263°88.14%99.22%
CMYK54.15%88.14%0.00%
0.78%

Color #741EFD in popluar number systems.

HEX741EFD
Decimal11630253
Binary11101001111011111101
Octal16436375

Shades and tints

Shades of #741EFD

#741EFD
(116,30,253)
#6A1CE6
(106,28,230)
#601ACF
(96,26,207)
#5618B8
(86,24,184)
#4C16A1
(76,22,161)
#42148A
(66,20,138)
#381273
(56,18,115)
#2E105C
(46,16,92)
#240E45
(36,14,69)
#1A0C2E
(26,12,46)
#100A17
(16,10,23)
#000000
(0,0,0)

Tints of #741EFD

#741EFD
(116,30,253)
#8032FD
(128,50,253)
#8C46FD
(140,70,253)
#985AFD
(152,90,253)
#A46EFD
(164,110,253)
#B082FD
(176,130,253)
#BC96FD
(188,150,253)
#C8AAFD
(200,170,253)
#D4BEFD
(212,190,253)
#E0D2FD
(224,210,253)
#ECE6FD
(236,230,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #741EFD color. Also use rgb(116,30,253) instead hex code.

Text Font Color

.myTextColor { color: #741EFD; }

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

This text font color is #741EFD.


Background Color

.myBgColor { background-color: #741EFD; }

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

This div background color is #741EFD.


Border color

.myBorderColor { border: 1px solid #741EFD; }

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

This div border color is #741EFD.


Opacity

.myOpacity80 { color: #741EFD; opacity: 0.8; }

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

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

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

This text has shadow with #741EFD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #741EFD on black background.


Color preview on white background

This text has color #741EFD on white background.



Black color preview on #741EFD background

This text has black color on #741EFD background.


White color preview on #741EFD background

This text has white color on #741EFD background.