COLOR #7449A1

HEX: #7449A1
RGB: (116,73,161)

Color info

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

RGB color model

#7449A1 color RGB value is (116,73,161).

  • red value is 116;
  • green value is 73;
  • blue value is 161.
RGB:
(116,73,161)
(45%,29%,63%)

RGB channels and saturation

R 116 of 255 = 45%
G 73 of 255 = 29%
B 161 of 255 = 63%

116
73
161

R + G + B ~ 46%. #7449A1 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
116 + 73 + 161 = 350 (100%)
R 116 of 350 ~ 33.14%
G 73 of 350 ~ 20.86%
B 161 of 350 ~ 46%

%33.14
%20.86
%46

CMYK color model

#7449A1 color CMYK value is (28,55,0,37).

  • cyan value is 27.95%
  • magenta value is 54.66%
  • yellow value is 0.00%
  • key color value is 36.86%
CMYK:
(28,55,0,37)
C28M55Y0K37 
(28%,55%,0%,37%)
(0.28/0.55/0.00/0.37)	

CMYK percentages

%27.95
%54.66
%0
%36.86

Codes

Color #7449A1 in popluar color models

7449A1
RGB11673161
HSL269°37.61%45.88%
HSB/HSV269°54.66%63.14%
CMYK27.95%54.66%0.00%
36.86%

Color #7449A1 in popluar number systems.

HEX7449A1
Decimal11673161
Binary1110100100100110100001
Octal164111241

Shades and tints

Shades of #7449A1

#7449A1
(116,73,161)
#6A4393
(106,67,147)
#603D85
(96,61,133)
#563777
(86,55,119)
#4C3169
(76,49,105)
#422B5B
(66,43,91)
#38254D
(56,37,77)
#2E1F3F
(46,31,63)
#241931
(36,25,49)
#1A1323
(26,19,35)
#100D15
(16,13,21)
#000000
(0,0,0)

Tints of #7449A1

#7449A1
(116,73,161)
#8059A9
(128,89,169)
#8C69B1
(140,105,177)
#9879B9
(152,121,185)
#A489C1
(164,137,193)
#B099C9
(176,153,201)
#BCA9D1
(188,169,209)
#C8B9D9
(200,185,217)
#D4C9E1
(212,201,225)
#E0D9E9
(224,217,233)
#ECE9F1
(236,233,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7449A1 color. Also use rgb(116,73,161) instead hex code.

Text Font Color

.myTextColor { color: #7449A1; }

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

This text font color is #7449A1.


Background Color

.myBgColor { background-color: #7449A1; }

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

This div background color is #7449A1.


Border color

.myBorderColor { border: 1px solid #7449A1; }

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

This div border color is #7449A1.


Opacity

.myOpacity80 { color: #7449A1; opacity: 0.8; }

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

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

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

This text has shadow with #7449A1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7449A1 on black background.


Color preview on white background

This text has color #7449A1 on white background.



Black color preview on #7449A1 background

This text has black color on #7449A1 background.


White color preview on #7449A1 background

This text has white color on #7449A1 background.