COLOR #79588A

HEX: #79588A
RGB: (121,88,138)

Color info

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

RGB color model

#79588A color RGB value is (121,88,138).

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

RGB channels and saturation

R 121 of 255 = 47%
G 88 of 255 = 35%
B 138 of 255 = 54%

121
88
138

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

Portions of RGB colors in percentages

R + G + B =
121 + 88 + 138 = 347 (100%)
R 121 of 347 ~ 34.87%
G 88 of 347 ~ 25.36%
B 138 of 347 ~ 39.77%

%34.87
%25.36
%39.77

CMYK color model

#79588A color CMYK value is (12,36,0,46).

  • cyan value is 12.32%
  • magenta value is 36.23%
  • yellow value is 0.00%
  • key color value is 45.88%
CMYK:
(12,36,0,46)
C12M36Y0K46 
(12%,36%,0%,46%)
(0.12/0.36/0.00/0.46)	

CMYK percentages

%12.32
%36.23
%0
%45.88

Codes

Color #79588A in popluar color models

79588A
RGB12188138
HSL280°22.12%44.31%
HSB/HSV280°36.23%54.12%
CMYK12.32%36.23%0.00%
45.88%

Color #79588A in popluar number systems.

HEX79588A
Decimal12188138
Binary1111001101100010001010
Octal171130212

Shades and tints

Shades of #79588A

#79588A
(121,88,138)
#6E507E
(110,80,126)
#634872
(99,72,114)
#584066
(88,64,102)
#4D385A
(77,56,90)
#42304E
(66,48,78)
#372842
(55,40,66)
#2C2036
(44,32,54)
#21182A
(33,24,42)
#16101E
(22,16,30)
#0B0812
(11,8,18)
#000000
(0,0,0)

Tints of #79588A

#79588A
(121,88,138)
#856794
(133,103,148)
#91769E
(145,118,158)
#9D85A8
(157,133,168)
#A994B2
(169,148,178)
#B5A3BC
(181,163,188)
#C1B2C6
(193,178,198)
#CDC1D0
(205,193,208)
#D9D0DA
(217,208,218)
#E5DFE4
(229,223,228)
#F1EEEE
(241,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #79588A; }

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

This text font color is #79588A.


Background Color

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

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

This div background color is #79588A.


Border color

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

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

This div border color is #79588A.


Opacity

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

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

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

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

This text has shadow with #79588A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #79588A on black background.


Color preview on white background

This text has color #79588A on white background.



Black color preview on #79588A background

This text has black color on #79588A background.


White color preview on #79588A background

This text has white color on #79588A background.