COLOR #79428D

HEX: #79428D
RGB: (121,66,141)

Color info

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

RGB color model

#79428D color RGB value is (121,66,141).

  • red value is 121;
  • green value is 66;
  • blue value is 141.
RGB:
(121,66,141)
(47%,26%,55%)

RGB channels and saturation

R 121 of 255 = 47%
G 66 of 255 = 26%
B 141 of 255 = 55%

121
66
141

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

Portions of RGB colors in percentages

R + G + B =
121 + 66 + 141 = 328 (100%)
R 121 of 328 ~ 36.89%
G 66 of 328 ~ 20.12%
B 141 of 328 ~ 42.99%

%36.89
%20.12
%42.99

CMYK color model

#79428D color CMYK value is (14,53,0,45).

  • cyan value is 14.18%
  • magenta value is 53.19%
  • yellow value is 0.00%
  • key color value is 44.71%
CMYK:
(14,53,0,45)
C14M53Y0K45 
(14%,53%,0%,45%)
(0.14/0.53/0.00/0.45)	

CMYK percentages

%14.18
%53.19
%0
%44.71

Codes

Color #79428D in popluar color models

79428D
RGB12166141
HSL284°36.23%40.59%
HSB/HSV284°53.19%55.29%
CMYK14.18%53.19%0.00%
44.71%

Color #79428D in popluar number systems.

HEX79428D
Decimal12166141
Binary1111001100001010001101
Octal171102215

Shades and tints

Shades of #79428D

#79428D
(121,66,141)
#6E3C81
(110,60,129)
#633675
(99,54,117)
#583069
(88,48,105)
#4D2A5D
(77,42,93)
#422451
(66,36,81)
#371E45
(55,30,69)
#2C1839
(44,24,57)
#21122D
(33,18,45)
#160C21
(22,12,33)
#0B0615
(11,6,21)
#000000
(0,0,0)

Tints of #79428D

#79428D
(121,66,141)
#855397
(133,83,151)
#9164A1
(145,100,161)
#9D75AB
(157,117,171)
#A986B5
(169,134,181)
#B597BF
(181,151,191)
#C1A8C9
(193,168,201)
#CDB9D3
(205,185,211)
#D9CADD
(217,202,221)
#E5DBE7
(229,219,231)
#F1ECF1
(241,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #79428D color. Also use rgb(121,66,141) instead hex code.

Text Font Color

.myTextColor { color: #79428D; }

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

This text font color is #79428D.


Background Color

.myBgColor { background-color: #79428D; }

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

This div background color is #79428D.


Border color

.myBorderColor { border: 1px solid #79428D; }

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

This div border color is #79428D.


Opacity

.myOpacity80 { color: #79428D; opacity: 0.8; }

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

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

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

This text has shadow with #79428D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #79428D on black background.


Color preview on white background

This text has color #79428D on white background.



Black color preview on #79428D background

This text has black color on #79428D background.


White color preview on #79428D background

This text has white color on #79428D background.