COLOR #79427A

HEX: #79427A
RGB: (121,66,122)

Color info

#79427A contains red, green and blue colors in about the same proportion. Web safe color of #79427A is #663366 (or #636).

RGB color model

#79427A color RGB value is (121,66,122).

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

RGB channels and saturation

R 121 of 255 = 47%
G 66 of 255 = 26%
B 122 of 255 = 48%

121
66
122

R + G + B ~ 40%. #79427A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
121 + 66 + 122 = 309 (100%)
R 121 of 309 ~ 39.16%
G 66 of 309 ~ 21.36%
B 122 of 309 ~ 39.48%

%39.16
%21.36
%39.48

CMYK color model

#79427A color CMYK value is (1,46,0,52).

  • cyan value is 0.82%
  • magenta value is 45.90%
  • yellow value is 0.00%
  • key color value is 52.16%
CMYK:
(1,46,0,52)
C1M46Y0K52 
(1%,46%,0%,52%)
(0.01/0.46/0.00/0.52)	

CMYK percentages

%0.82
%45.9
%0
%52.16

Codes

Color #79427A in popluar color models

79427A
RGB12166122
HSL299°29.79%36.86%
HSB/HSV299°45.90%47.84%
CMYK0.82%45.90%0.00%
52.16%

Color #79427A in popluar number systems.

HEX79427A
Decimal12166122
Binary111100110000101111010
Octal171102172

Shades and tints

Shades of #79427A

#79427A
(121,66,122)
#6E3C6F
(110,60,111)
#633664
(99,54,100)
#583059
(88,48,89)
#4D2A4E
(77,42,78)
#422443
(66,36,67)
#371E38
(55,30,56)
#2C182D
(44,24,45)
#211222
(33,18,34)
#160C17
(22,12,23)
#0B060C
(11,6,12)
#000000
(0,0,0)

Tints of #79427A

#79427A
(121,66,122)
#855386
(133,83,134)
#916492
(145,100,146)
#9D759E
(157,117,158)
#A986AA
(169,134,170)
#B597B6
(181,151,182)
#C1A8C2
(193,168,194)
#CDB9CE
(205,185,206)
#D9CADA
(217,202,218)
#E5DBE6
(229,219,230)
#F1ECF2
(241,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #79427A color. Also use rgb(121,66,122) instead hex code.

Text Font Color

.myTextColor { color: #79427A; }

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

This text font color is #79427A.


Background Color

.myBgColor { background-color: #79427A; }

<div style="background-color:#79427A">Inner text</div>

This div background color is #79427A.


Border color

.myBorderColor { border: 1px solid #79427A; }

<div style="border:3px solid #79427A">Div</div>

This div border color is #79427A.


Opacity

.myOpacity80 { color: #79427A; opacity: 0.8; }

<p style="color:#79427A;opacity:0.8;">80%</p>

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

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

This text has shadow with #79427A color.

.textShadow {text-shadow: 3px 3px 1px #79427A, 3px 3px 1px red;}

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

This text has shadow with #79427A primary color and red secondary color.


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

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

This text has shadow with #79427A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #79427A on black background.


Color preview on white background

This text has color #79427A on white background.



Black color preview on #79427A background

This text has black color on #79427A background.


White color preview on #79427A background

This text has white color on #79427A background.