COLOR #7A448D

HEX: #7A448D
RGB: (122,68,141)

Color info

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

RGB color model

#7A448D color RGB value is (122,68,141).

  • red value is 122;
  • green value is 68;
  • blue value is 141.
RGB:
(122,68,141)
(48%,27%,55%)

RGB channels and saturation

R 122 of 255 = 48%
G 68 of 255 = 27%
B 141 of 255 = 55%

122
68
141

R + G + B ~ 43%. #7A448D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
122 + 68 + 141 = 331 (100%)
R 122 of 331 ~ 36.86%
G 68 of 331 ~ 20.54%
B 141 of 331 ~ 42.6%

%36.86
%20.54
%42.6

CMYK color model

#7A448D color CMYK value is (13,52,0,45).

  • cyan value is 13.48%
  • magenta value is 51.77%
  • yellow value is 0.00%
  • key color value is 44.71%
CMYK:
(13,52,0,45)
C13M52Y0K45 
(13%,52%,0%,45%)
(0.13/0.52/0.00/0.45)	

CMYK percentages

%13.48
%51.77
%0
%44.71

Codes

Color #7A448D in popluar color models

7A448D
RGB12268141
HSL284°34.93%40.98%
HSB/HSV284°51.77%55.29%
CMYK13.48%51.77%0.00%
44.71%

Color #7A448D in popluar number systems.

HEX7A448D
Decimal12268141
Binary1111010100010010001101
Octal172104215

Shades and tints

Shades of #7A448D

#7A448D
(122,68,141)
#6F3E81
(111,62,129)
#643875
(100,56,117)
#593269
(89,50,105)
#4E2C5D
(78,44,93)
#432651
(67,38,81)
#382045
(56,32,69)
#2D1A39
(45,26,57)
#22142D
(34,20,45)
#170E21
(23,14,33)
#0C0815
(12,8,21)
#000000
(0,0,0)

Tints of #7A448D

#7A448D
(122,68,141)
#865597
(134,85,151)
#9266A1
(146,102,161)
#9E77AB
(158,119,171)
#AA88B5
(170,136,181)
#B699BF
(182,153,191)
#C2AAC9
(194,170,201)
#CEBBD3
(206,187,211)
#DACCDD
(218,204,221)
#E6DDE7
(230,221,231)
#F2EEF1
(242,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7A448D color. Also use rgb(122,68,141) instead hex code.

Text Font Color

.myTextColor { color: #7A448D; }

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

This text font color is #7A448D.


Background Color

.myBgColor { background-color: #7A448D; }

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

This div background color is #7A448D.


Border color

.myBorderColor { border: 1px solid #7A448D; }

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

This div border color is #7A448D.


Opacity

.myOpacity80 { color: #7A448D; opacity: 0.8; }

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

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

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

This text has shadow with #7A448D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A448D on black background.


Color preview on white background

This text has color #7A448D on white background.



Black color preview on #7A448D background

This text has black color on #7A448D background.


White color preview on #7A448D background

This text has white color on #7A448D background.