COLOR #741780

HEX: #741780
RGB: (116,23,128)

Color info

#741780 contains mainly red and blue colors. Web safe color of #741780 is #660066 (or #606).

RGB color model

#741780 color RGB value is (116,23,128).

  • red value is 116;
  • green value is 23;
  • blue value is 128.
RGB:
(116,23,128)
(45%,9%,50%)

RGB channels and saturation

R 116 of 255 = 45%
G 23 of 255 = 9%
B 128 of 255 = 50%

116
23
128

R + G + B ~ 35%. #741780 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
116 + 23 + 128 = 267 (100%)
R 116 of 267 ~ 43.45%
G 23 of 267 ~ 8.61%
B 128 of 267 ~ 47.94%

%43.45
%47.94

CMYK color model

#741780 color CMYK value is (9,82,0,50).

  • cyan value is 9.38%
  • magenta value is 82.03%
  • yellow value is 0.00%
  • key color value is 49.80%
CMYK:
(9,82,0,50)
C9M82Y0K50 
(9%,82%,0%,50%)
(0.09/0.82/0.00/0.50)	

CMYK percentages

%9.38
%82.03
%0
%49.8

Codes

Color #741780 in popluar color models

741780
RGB11623128
HSL293°69.54%29.61%
HSB/HSV293°82.03%50.20%
CMYK9.38%82.03%0.00%
49.80%

Color #741780 in popluar number systems.

HEX741780
Decimal11623128
Binary11101001011110000000
Octal16427200

Shades and tints

Shades of #741780

#741780
(116,23,128)
#6A1575
(106,21,117)
#60136A
(96,19,106)
#56115F
(86,17,95)
#4C0F54
(76,15,84)
#420D49
(66,13,73)
#380B3E
(56,11,62)
#2E0933
(46,9,51)
#240728
(36,7,40)
#1A051D
(26,5,29)
#100312
(16,3,18)
#000000
(0,0,0)

Tints of #741780

#741780
(116,23,128)
#802C8B
(128,44,139)
#8C4196
(140,65,150)
#9856A1
(152,86,161)
#A46BAC
(164,107,172)
#B080B7
(176,128,183)
#BC95C2
(188,149,194)
#C8AACD
(200,170,205)
#D4BFD8
(212,191,216)
#E0D4E3
(224,212,227)
#ECE9EE
(236,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #741780 color. Also use rgb(116,23,128) instead hex code.

Text Font Color

.myTextColor { color: #741780; }

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

This text font color is #741780.


Background Color

.myBgColor { background-color: #741780; }

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

This div background color is #741780.


Border color

.myBorderColor { border: 1px solid #741780; }

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

This div border color is #741780.


Opacity

.myOpacity80 { color: #741780; opacity: 0.8; }

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

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

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

This text has shadow with #741780 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #741780 on black background.


Color preview on white background

This text has color #741780 on white background.



Black color preview on #741780 background

This text has black color on #741780 background.


White color preview on #741780 background

This text has white color on #741780 background.