COLOR #741DE4

HEX: #741DE4 RGB: (116,29,228)

Color info

#741DE4 contains mainly blue color. Web safe color of #741DE4 is #6633CC (or #63C).

RGB color model

#741DE4 color RGB value is (116,29,228).

RGB: (116,29,228) (45%, 11%, 89%)

RGB channels and saturation

R 116 of 255 = 45%
G 29 of 255 = 11%
B 228 of 255 = 89%

116
29
228

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

Portions of RGB colors in percentages

R + G + B = 116 + 29 + 228 = 373 (100%)
R 116 of 373 ~ 31.1%
G 29 of 373 ~ 7.77%
B 228 of 373 ~ 61.13'%

%31.1
%61.13

CMYK color model

#741DE4 color CMYK value is (49,87,0,11).

  • cyan value is 49.12%
  • magenta value is 87.28%
  • yellow value is 0.00%
  • key color value is 10.59%

CMYK: (49,87,0,11)
C49M87Y0K11 (49%, 87%, 0%, 11%)
(0.49 / 0.87 / 0.00 / 0.11)

CMYK percentages

%49.12
%87.28
%0
%10.59

Codes

Color #741DE4 in popluar color models

74 1D E4
RGB 116 29 228
HSL 266° 78.66% 50.39%
HSB/HSV 266° 87.28% 89.41%
CMYK 49.12% 87.28% 0.00%
10.59%

Color #741DE4 in popluar number systems.

HEX 74 1D E4
Decimal 116 29 228
Binary 1110100 11101 11100100
Octal 164 35 344

Shades and tints

Shades of #741DE4

#741DE4
(116,29,228)
#6A1BD0
(106,27,208)
#6019BC
(96,25,188)
#5617A8
(86,23,168)
#4C1594
(76,21,148)
#421380
(66,19,128)
#38116C
(56,17,108)
#2E0F58
(46,15,88)
#240D44
(36,13,68)
#1A0B30
(26,11,48)
#10091C
(16,9,28)
#000000
(0,0,0)

Tints of #741DE4

#741DE4
(116,29,228)
#8031E6
(128,49,230)
#8C45E8
(140,69,232)
#9859EA
(152,89,234)
#A46DEC
(164,109,236)
#B081EE
(176,129,238)
#BC95F0
(188,149,240)
#C8A9F2
(200,169,242)
#D4BDF4
(212,189,244)
#E0D1F6
(224,209,246)
#ECE5F8
(236,229,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #741DE4 color. Also use rgb(116,29,228) instead hex code.

Text Font Color

.myTextColor { color: #741DE4; }

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

This text font color is #741DE4.

Background Color

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

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

This div background color is #741DE4.

Border color

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

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

This div border color is #741DE4.

Opacity

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

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

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

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

This text has shadow with #741DE4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #741DE4.

Preview

Color preview on black background

This text has color #741DE4 on black background.


Color preview on white background

This text has color #741DE4 on white background.


Black color preview on #741DE4 background

This text has black color on #741DE4 background.


White color preview on #741DE4 background

This text has white color on #741DE4 background.


Related colors

Complementary color

Complementary color for #hex is #8BE21B.


I love getcolorcode.com

Triadic colors

1 #E4741D and #1DE474 with #741DE4 are triadic colors.

2 #E41D74 and #1D74E4 with #741DE4 are triadic colors.