COLOR #744581

HEX: #744581
RGB: (116,69,129)

Color info

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

RGB color model

#744581 color RGB value is (116,69,129).

  • red value is 116;
  • green value is 69;
  • blue value is 129.
RGB:
(116,69,129)
(45%,27%,51%)

RGB channels and saturation

R 116 of 255 = 45%
G 69 of 255 = 27%
B 129 of 255 = 51%

116
69
129

R + G + B ~ 41%. #744581 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
116 + 69 + 129 = 314 (100%)
R 116 of 314 ~ 36.94%
G 69 of 314 ~ 21.97%
B 129 of 314 ~ 41.08%

%36.94
%21.97
%41.08

CMYK color model

#744581 color CMYK value is (10,47,0,49).

  • cyan value is 10.08%
  • magenta value is 46.51%
  • yellow value is 0.00%
  • key color value is 49.41%
CMYK:
(10,47,0,49)
C10M47Y0K49 
(10%,47%,0%,49%)
(0.10/0.47/0.00/0.49)	

CMYK percentages

%10.08
%46.51
%0
%49.41

Codes

Color #744581 in popluar color models

744581
RGB11669129
HSL287°30.30%38.82%
HSB/HSV287°46.51%50.59%
CMYK10.08%46.51%0.00%
49.41%

Color #744581 in popluar number systems.

HEX744581
Decimal11669129
Binary1110100100010110000001
Octal164105201

Shades and tints

Shades of #744581

#744581
(116,69,129)
#6A3F76
(106,63,118)
#60396B
(96,57,107)
#563360
(86,51,96)
#4C2D55
(76,45,85)
#42274A
(66,39,74)
#38213F
(56,33,63)
#2E1B34
(46,27,52)
#241529
(36,21,41)
#1A0F1E
(26,15,30)
#100913
(16,9,19)
#000000
(0,0,0)

Tints of #744581

#744581
(116,69,129)
#80558C
(128,85,140)
#8C6597
(140,101,151)
#9875A2
(152,117,162)
#A485AD
(164,133,173)
#B095B8
(176,149,184)
#BCA5C3
(188,165,195)
#C8B5CE
(200,181,206)
#D4C5D9
(212,197,217)
#E0D5E4
(224,213,228)
#ECE5EF
(236,229,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #744581 color. Also use rgb(116,69,129) instead hex code.

Text Font Color

.myTextColor { color: #744581; }

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

This text font color is #744581.


Background Color

.myBgColor { background-color: #744581; }

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

This div background color is #744581.


Border color

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

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

This div border color is #744581.


Opacity

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

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

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

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

This text has shadow with #744581 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #744581 on black background.


Color preview on white background

This text has color #744581 on white background.



Black color preview on #744581 background

This text has black color on #744581 background.


White color preview on #744581 background

This text has white color on #744581 background.