COLOR #79429E

HEX: #79429E
RGB: (121,66,158)

Color info

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

RGB color model

#79429E color RGB value is (121,66,158).

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

RGB channels and saturation

R 121 of 255 = 47%
G 66 of 255 = 26%
B 158 of 255 = 62%

121
66
158

R + G + B ~ 45%. #79429E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
121 + 66 + 158 = 345 (100%)
R 121 of 345 ~ 35.07%
G 66 of 345 ~ 19.13%
B 158 of 345 ~ 45.8%

%35.07
%19.13
%45.8

CMYK color model

#79429E color CMYK value is (23,58,0,38).

  • cyan value is 23.42%
  • magenta value is 58.23%
  • yellow value is 0.00%
  • key color value is 38.04%
CMYK:
(23,58,0,38)
C23M58Y0K38 
(23%,58%,0%,38%)
(0.23/0.58/0.00/0.38)	

CMYK percentages

%23.42
%58.23
%0
%38.04

Codes

Color #79429E in popluar color models

79429E
RGB12166158
HSL276°41.07%43.92%
HSB/HSV276°58.23%61.96%
CMYK23.42%58.23%0.00%
38.04%

Color #79429E in popluar number systems.

HEX79429E
Decimal12166158
Binary1111001100001010011110
Octal171102236

Shades and tints

Shades of #79429E

#79429E
(121,66,158)
#6E3C90
(110,60,144)
#633682
(99,54,130)
#583074
(88,48,116)
#4D2A66
(77,42,102)
#422458
(66,36,88)
#371E4A
(55,30,74)
#2C183C
(44,24,60)
#21122E
(33,18,46)
#160C20
(22,12,32)
#0B0612
(11,6,18)
#000000
(0,0,0)

Tints of #79429E

#79429E
(121,66,158)
#8553A6
(133,83,166)
#9164AE
(145,100,174)
#9D75B6
(157,117,182)
#A986BE
(169,134,190)
#B597C6
(181,151,198)
#C1A8CE
(193,168,206)
#CDB9D6
(205,185,214)
#D9CADE
(217,202,222)
#E5DBE6
(229,219,230)
#F1ECEE
(241,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #79429E color. Also use rgb(121,66,158) instead hex code.

Text Font Color

.myTextColor { color: #79429E; }

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

This text font color is #79429E.


Background Color

.myBgColor { background-color: #79429E; }

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

This div background color is #79429E.


Border color

.myBorderColor { border: 1px solid #79429E; }

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

This div border color is #79429E.


Opacity

.myOpacity80 { color: #79429E; opacity: 0.8; }

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

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

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

This text has shadow with #79429E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #79429E on black background.


Color preview on white background

This text has color #79429E on white background.



Black color preview on #79429E background

This text has black color on #79429E background.


White color preview on #79429E background

This text has white color on #79429E background.