COLOR #741C96

HEX: #741C96 RGB: (116,28,150)

Color info

#741C96 contains mainly red and blue colors. Web safe color of #741C96 is #663399 (or #639).

RGB color model

#741C96 color RGB value is (116,28,150).

RGB: (116,28,150) (45%, 11%, 59%)

RGB channels and saturation

R 116 of 255 = 45%
G 28 of 255 = 11%
B 150 of 255 = 59%

116
28
150

R + G + B ~ 38%. #741C96 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 116 + 28 + 150 = 294 (100%)
R 116 of 294 ~ 39.46%
G 28 of 294 ~ 9.52%
B 150 of 294 ~ 51.02'%

%39.46
%51.02

CMYK color model

#741C96 color CMYK value is (23,81,0,41).

  • cyan value is 22.67%
  • magenta value is 81.33%
  • yellow value is 0.00%
  • key color value is 41.18%

CMYK: (23,81,0,41)
C23M81Y0K41 (23%, 81%, 0%, 41%)
(0.23 / 0.81 / 0.00 / 0.41)

CMYK percentages

%22.67
%81.33
%0
%41.18

Codes

Color #741C96 in popluar color models

74 1C 96
RGB 116 28 150
HSL 283° 68.54% 34.90%
HSB/HSV 283° 81.33% 58.82%
CMYK 22.67% 81.33% 0.00%
41.18%

Color #741C96 in popluar number systems.

HEX 74 1C 96
Decimal 116 28 150
Binary 1110100 11100 10010110
Octal 164 34 226

Shades and tints

Shades of #741C96

#741C96
(116,28,150)
#6A1A89
(106,26,137)
#60187C
(96,24,124)
#56166F
(86,22,111)
#4C1462
(76,20,98)
#421255
(66,18,85)
#381048
(56,16,72)
#2E0E3B
(46,14,59)
#240C2E
(36,12,46)
#1A0A21
(26,10,33)
#100814
(16,8,20)
#000000
(0,0,0)

Tints of #741C96

#741C96
(116,28,150)
#80309F
(128,48,159)
#8C44A8
(140,68,168)
#9858B1
(152,88,177)
#A46CBA
(164,108,186)
#B080C3
(176,128,195)
#BC94CC
(188,148,204)
#C8A8D5
(200,168,213)
#D4BCDE
(212,188,222)
#E0D0E7
(224,208,231)
#ECE4F0
(236,228,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #741C96; }

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

This text font color is #741C96.

Background Color

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

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

This div background color is #741C96.

Border color

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

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

This div border color is #741C96.

Opacity

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

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

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

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

This text has shadow with #741C96 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #741C96.

Preview

Color preview on black background

This text has color #741C96 on black background.


Color preview on white background

This text has color #741C96 on white background.


Black color preview on #741C96 background

This text has black color on #741C96 background.


White color preview on #741C96 background

This text has white color on #741C96 background.


Related colors

Complementary color

Complementary color for #hex is #8BE369.


I love getcolorcode.com

Triadic colors

1 #96741C and #1C9674 with #741C96 are triadic colors.

2 #961C74 and #1C7496 with #741C96 are triadic colors.