COLOR #79588F

HEX: #79588F
RGB: (121,88,143)

Color info

#79588F contains red, green and blue colors in about the same proportion. Web safe color of #79588F is #666699 (or #669).

RGB color model

#79588F color RGB value is (121,88,143).

  • red value is 121;
  • green value is 88;
  • blue value is 143.
RGB:
(121,88,143)
(47%,35%,56%)

RGB channels and saturation

R 121 of 255 = 47%
G 88 of 255 = 35%
B 143 of 255 = 56%

121
88
143

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

Portions of RGB colors in percentages

R + G + B =
121 + 88 + 143 = 352 (100%)
R 121 of 352 ~ 34.38%
G 88 of 352 ~ 25%
B 143 of 352 ~ 40.63%

%34.38
%25
%40.63

CMYK color model

#79588F color CMYK value is (15,38,0,44).

  • cyan value is 15.38%
  • magenta value is 38.46%
  • yellow value is 0.00%
  • key color value is 43.92%
CMYK:
(15,38,0,44)
C15M38Y0K44 
(15%,38%,0%,44%)
(0.15/0.38/0.00/0.44)	

CMYK percentages

%15.38
%38.46
%0
%43.92

Codes

Color #79588F in popluar color models

79588F
RGB12188143
HSL276°23.81%45.29%
HSB/HSV276°38.46%56.08%
CMYK15.38%38.46%0.00%
43.92%

Color #79588F in popluar number systems.

HEX79588F
Decimal12188143
Binary1111001101100010001111
Octal171130217

Shades and tints

Shades of #79588F

#79588F
(121,88,143)
#6E5082
(110,80,130)
#634875
(99,72,117)
#584068
(88,64,104)
#4D385B
(77,56,91)
#42304E
(66,48,78)
#372841
(55,40,65)
#2C2034
(44,32,52)
#211827
(33,24,39)
#16101A
(22,16,26)
#0B080D
(11,8,13)
#000000
(0,0,0)

Tints of #79588F

#79588F
(121,88,143)
#856799
(133,103,153)
#9176A3
(145,118,163)
#9D85AD
(157,133,173)
#A994B7
(169,148,183)
#B5A3C1
(181,163,193)
#C1B2CB
(193,178,203)
#CDC1D5
(205,193,213)
#D9D0DF
(217,208,223)
#E5DFE9
(229,223,233)
#F1EEF3
(241,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #79588F color. Also use rgb(121,88,143) instead hex code.

Text Font Color

.myTextColor { color: #79588F; }

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

This text font color is #79588F.


Background Color

.myBgColor { background-color: #79588F; }

<div style="background-color:#79588F">Inner text</div>

This div background color is #79588F.


Border color

.myBorderColor { border: 1px solid #79588F; }

<div style="border:3px solid #79588F">Div</div>

This div border color is #79588F.


Opacity

.myOpacity80 { color: #79588F; opacity: 0.8; }

<p style="color:#79588F;opacity:0.8;">80%</p>

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

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

This text has shadow with #79588F color.

.textShadow {text-shadow: 3px 3px 1px #79588F, 3px 3px 1px red;}

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

This text has shadow with #79588F primary color and red secondary color.


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

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

This text has shadow with #79588F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #79588F on black background.


Color preview on white background

This text has color #79588F on white background.



Black color preview on #79588F background

This text has black color on #79588F background.


White color preview on #79588F background

This text has white color on #79588F background.