COLOR #744785

HEX: #744785
RGB: (116,71,133)

Color info

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

RGB color model

#744785 color RGB value is (116,71,133).

  • red value is 116;
  • green value is 71;
  • blue value is 133.
RGB:
(116,71,133)
(45%,28%,52%)

RGB channels and saturation

R 116 of 255 = 45%
G 71 of 255 = 28%
B 133 of 255 = 52%

116
71
133

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

Portions of RGB colors in percentages

R + G + B =
116 + 71 + 133 = 320 (100%)
R 116 of 320 ~ 36.25%
G 71 of 320 ~ 22.19%
B 133 of 320 ~ 41.56%

%36.25
%22.19
%41.56

CMYK color model

#744785 color CMYK value is (13,47,0,48).

  • cyan value is 12.78%
  • magenta value is 46.62%
  • yellow value is 0.00%
  • key color value is 47.84%
CMYK:
(13,47,0,48)
C13M47Y0K48 
(13%,47%,0%,48%)
(0.13/0.47/0.00/0.48)	

CMYK percentages

%12.78
%46.62
%0
%47.84

Codes

Color #744785 in popluar color models

744785
RGB11671133
HSL284°30.39%40.00%
HSB/HSV284°46.62%52.16%
CMYK12.78%46.62%0.00%
47.84%

Color #744785 in popluar number systems.

HEX744785
Decimal11671133
Binary1110100100011110000101
Octal164107205

Shades and tints

Shades of #744785

#744785
(116,71,133)
#6A4179
(106,65,121)
#603B6D
(96,59,109)
#563561
(86,53,97)
#4C2F55
(76,47,85)
#422949
(66,41,73)
#38233D
(56,35,61)
#2E1D31
(46,29,49)
#241725
(36,23,37)
#1A1119
(26,17,25)
#100B0D
(16,11,13)
#000000
(0,0,0)

Tints of #744785

#744785
(116,71,133)
#805790
(128,87,144)
#8C679B
(140,103,155)
#9877A6
(152,119,166)
#A487B1
(164,135,177)
#B097BC
(176,151,188)
#BCA7C7
(188,167,199)
#C8B7D2
(200,183,210)
#D4C7DD
(212,199,221)
#E0D7E8
(224,215,232)
#ECE7F3
(236,231,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #744785 color. Also use rgb(116,71,133) instead hex code.

Text Font Color

.myTextColor { color: #744785; }

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

This text font color is #744785.


Background Color

.myBgColor { background-color: #744785; }

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

This div background color is #744785.


Border color

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

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

This div border color is #744785.


Opacity

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

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

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

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

This text has shadow with #744785 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #744785 on black background.


Color preview on white background

This text has color #744785 on white background.



Black color preview on #744785 background

This text has black color on #744785 background.


White color preview on #744785 background

This text has white color on #744785 background.