COLOR #741CED

HEX: #741CED
RGB: (116,28,237)

Color info

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

RGB color model

#741CED color RGB value is (116,28,237).

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

RGB channels and saturation

R 116 of 255 = 45%
G 28 of 255 = 11%
B 237 of 255 = 93%

116
28
237

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

Portions of RGB colors in percentages

R + G + B =
116 + 28 + 237 = 381 (100%)
R 116 of 381 ~ 30.45%
G 28 of 381 ~ 7.35%
B 237 of 381 ~ 62.2%

%30.45
%62.2

CMYK color model

#741CED color CMYK value is (51,88,0,7).

  • cyan value is 51.05%
  • magenta value is 88.19%
  • yellow value is 0.00%
  • key color value is 7.06%
CMYK:
(51,88,0,7)
C51M88Y0K7 
(51%,88%,0%,7%)
(0.51/0.88/0.00/0.07)	

CMYK percentages

%51.05
%88.19
%0
%7.06

Codes

Color #741CED in popluar color models

741CED
RGB11628237
HSL265°85.31%51.96%
HSB/HSV265°88.19%92.94%
CMYK51.05%88.19%0.00%
7.06%

Color #741CED in popluar number systems.

HEX741CED
Decimal11628237
Binary11101001110011101101
Octal16434355

Shades and tints

Shades of #741CED

#741CED
(116,28,237)
#6A1AD8
(106,26,216)
#6018C3
(96,24,195)
#5616AE
(86,22,174)
#4C1499
(76,20,153)
#421284
(66,18,132)
#38106F
(56,16,111)
#2E0E5A
(46,14,90)
#240C45
(36,12,69)
#1A0A30
(26,10,48)
#10081B
(16,8,27)
#000000
(0,0,0)

Tints of #741CED

#741CED
(116,28,237)
#8030EE
(128,48,238)
#8C44EF
(140,68,239)
#9858F0
(152,88,240)
#A46CF1
(164,108,241)
#B080F2
(176,128,242)
#BC94F3
(188,148,243)
#C8A8F4
(200,168,244)
#D4BCF5
(212,188,245)
#E0D0F6
(224,208,246)
#ECE4F7
(236,228,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #741CED color. Also use rgb(116,28,237) instead hex code.

Text Font Color

.myTextColor { color: #741CED; }

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

This text font color is #741CED.


Background Color

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

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

This div background color is #741CED.


Border color

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

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

This div border color is #741CED.


Opacity

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

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

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

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

This text has shadow with #741CED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #741CED on black background.


Color preview on white background

This text has color #741CED on white background.



Black color preview on #741CED background

This text has black color on #741CED background.


White color preview on #741CED background

This text has white color on #741CED background.