COLOR #744FB2

HEX: #744FB2
RGB: (116,79,178)

Color info

#744FB2 contains mainly blue color. Web safe color of #744FB2 is #666699 (or #669).

RGB color model

#744FB2 color RGB value is (116,79,178).

  • red value is 116;
  • green value is 79;
  • blue value is 178.
RGB:
(116,79,178)
(45%,31%,70%)

RGB channels and saturation

R 116 of 255 = 45%
G 79 of 255 = 31%
B 178 of 255 = 70%

116
79
178

R + G + B ~ 49%. #744FB2 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
116 + 79 + 178 = 373 (100%)
R 116 of 373 ~ 31.1%
G 79 of 373 ~ 21.18%
B 178 of 373 ~ 47.72%

%31.1
%21.18
%47.72

CMYK color model

#744FB2 color CMYK value is (35,56,0,30).

  • cyan value is 34.83%
  • magenta value is 55.62%
  • yellow value is 0.00%
  • key color value is 30.20%
CMYK:
(35,56,0,30)
C35M56Y0K30 
(35%,56%,0%,30%)
(0.35/0.56/0.00/0.30)	

CMYK percentages

%34.83
%55.62
%0
%30.2

Codes

Color #744FB2 in popluar color models

744FB2
RGB11679178
HSL262°39.13%50.39%
HSB/HSV262°55.62%69.80%
CMYK34.83%55.62%0.00%
30.20%

Color #744FB2 in popluar number systems.

HEX744FB2
Decimal11679178
Binary1110100100111110110010
Octal164117262

Shades and tints

Shades of #744FB2

#744FB2
(116,79,178)
#6A48A2
(106,72,162)
#604192
(96,65,146)
#563A82
(86,58,130)
#4C3372
(76,51,114)
#422C62
(66,44,98)
#382552
(56,37,82)
#2E1E42
(46,30,66)
#241732
(36,23,50)
#1A1022
(26,16,34)
#100912
(16,9,18)
#000000
(0,0,0)

Tints of #744FB2

#744FB2
(116,79,178)
#805FB9
(128,95,185)
#8C6FC0
(140,111,192)
#987FC7
(152,127,199)
#A48FCE
(164,143,206)
#B09FD5
(176,159,213)
#BCAFDC
(188,175,220)
#C8BFE3
(200,191,227)
#D4CFEA
(212,207,234)
#E0DFF1
(224,223,241)
#ECEFF8
(236,239,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #744FB2 color. Also use rgb(116,79,178) instead hex code.

Text Font Color

.myTextColor { color: #744FB2; }

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

This text font color is #744FB2.


Background Color

.myBgColor { background-color: #744FB2; }

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

This div background color is #744FB2.


Border color

.myBorderColor { border: 1px solid #744FB2; }

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

This div border color is #744FB2.


Opacity

.myOpacity80 { color: #744FB2; opacity: 0.8; }

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

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

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

This text has shadow with #744FB2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #744FB2 on black background.


Color preview on white background

This text has color #744FB2 on white background.



Black color preview on #744FB2 background

This text has black color on #744FB2 background.


White color preview on #744FB2 background

This text has white color on #744FB2 background.