COLOR #744486

HEX: #744486
RGB: (116,68,134)

Color info

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

RGB color model

#744486 color RGB value is (116,68,134).

  • red value is 116;
  • green value is 68;
  • blue value is 134.
RGB:
(116,68,134)
(45%,27%,53%)

RGB channels and saturation

R 116 of 255 = 45%
G 68 of 255 = 27%
B 134 of 255 = 53%

116
68
134

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

Portions of RGB colors in percentages

R + G + B =
116 + 68 + 134 = 318 (100%)
R 116 of 318 ~ 36.48%
G 68 of 318 ~ 21.38%
B 134 of 318 ~ 42.14%

%36.48
%21.38
%42.14

CMYK color model

#744486 color CMYK value is (13,49,0,47).

  • cyan value is 13.43%
  • magenta value is 49.25%
  • yellow value is 0.00%
  • key color value is 47.45%
CMYK:
(13,49,0,47)
C13M49Y0K47 
(13%,49%,0%,47%)
(0.13/0.49/0.00/0.47)	

CMYK percentages

%13.43
%49.25
%0
%47.45

Codes

Color #744486 in popluar color models

744486
RGB11668134
HSL284°32.67%39.61%
HSB/HSV284°49.25%52.55%
CMYK13.43%49.25%0.00%
47.45%

Color #744486 in popluar number systems.

HEX744486
Decimal11668134
Binary1110100100010010000110
Octal164104206

Shades and tints

Shades of #744486

#744486
(116,68,134)
#6A3E7A
(106,62,122)
#60386E
(96,56,110)
#563262
(86,50,98)
#4C2C56
(76,44,86)
#42264A
(66,38,74)
#38203E
(56,32,62)
#2E1A32
(46,26,50)
#241426
(36,20,38)
#1A0E1A
(26,14,26)
#10080E
(16,8,14)
#000000
(0,0,0)

Tints of #744486

#744486
(116,68,134)
#805591
(128,85,145)
#8C669C
(140,102,156)
#9877A7
(152,119,167)
#A488B2
(164,136,178)
#B099BD
(176,153,189)
#BCAAC8
(188,170,200)
#C8BBD3
(200,187,211)
#D4CCDE
(212,204,222)
#E0DDE9
(224,221,233)
#ECEEF4
(236,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #744486 color. Also use rgb(116,68,134) instead hex code.

Text Font Color

.myTextColor { color: #744486; }

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

This text font color is #744486.


Background Color

.myBgColor { background-color: #744486; }

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

This div background color is #744486.


Border color

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

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

This div border color is #744486.


Opacity

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

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

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

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

This text has shadow with #744486 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #744486 on black background.


Color preview on white background

This text has color #744486 on white background.



Black color preview on #744486 background

This text has black color on #744486 background.


White color preview on #744486 background

This text has white color on #744486 background.