COLOR #7A326D

HEX: #7A326D
RGB: (122,50,109)

Color info

#7A326D contains mainly red and blue colors. Web safe color of #7A326D is #663366 (or #636).

RGB color model

#7A326D color RGB value is (122,50,109).

  • red value is 122;
  • green value is 50;
  • blue value is 109.
RGB:
(122,50,109)
(48%,20%,43%)

RGB channels and saturation

R 122 of 255 = 48%
G 50 of 255 = 20%
B 109 of 255 = 43%

122
50
109

R + G + B ~ 37%. #7A326D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
122 + 50 + 109 = 281 (100%)
R 122 of 281 ~ 43.42%
G 50 of 281 ~ 17.79%
B 109 of 281 ~ 38.79%

%43.42
%17.79
%38.79

CMYK color model

#7A326D color CMYK value is (0,59,11,52).

  • cyan value is 0.00%
  • magenta value is 59.02%
  • yellow value is 10.66%
  • key color value is 52.16%
CMYK:
(0,59,11,52)
C0M59Y11K52 
(0%,59%,11%,52%)
(0.00/0.59/0.11/0.52)	

CMYK percentages

%0
%59.02
%10.66
%52.16

Codes

Color #7A326D in popluar color models

7A326D
RGB12250109
HSL311°41.86%33.73%
HSB/HSV311°59.02%47.84%
CMYK0.00%59.02%10.66%
52.16%

Color #7A326D in popluar number systems.

HEX7A326D
Decimal12250109
Binary11110101100101101101
Octal17262155

Shades and tints

Shades of #7A326D

#7A326D
(122,50,109)
#6F2E64
(111,46,100)
#642A5B
(100,42,91)
#592652
(89,38,82)
#4E2249
(78,34,73)
#431E40
(67,30,64)
#381A37
(56,26,55)
#2D162E
(45,22,46)
#221225
(34,18,37)
#170E1C
(23,14,28)
#0C0A13
(12,10,19)
#000000
(0,0,0)

Tints of #7A326D

#7A326D
(122,50,109)
#86447A
(134,68,122)
#925687
(146,86,135)
#9E6894
(158,104,148)
#AA7AA1
(170,122,161)
#B68CAE
(182,140,174)
#C29EBB
(194,158,187)
#CEB0C8
(206,176,200)
#DAC2D5
(218,194,213)
#E6D4E2
(230,212,226)
#F2E6EF
(242,230,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7A326D color. Also use rgb(122,50,109) instead hex code.

Text Font Color

.myTextColor { color: #7A326D; }

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

This text font color is #7A326D.


Background Color

.myBgColor { background-color: #7A326D; }

<div style="background-color:#7A326D">Inner text</div>

This div background color is #7A326D.


Border color

.myBorderColor { border: 1px solid #7A326D; }

<div style="border:3px solid #7A326D">Div</div>

This div border color is #7A326D.


Opacity

.myOpacity80 { color: #7A326D; opacity: 0.8; }

<p style="color:#7A326D;opacity:0.8;">80%</p>

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

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

This text has shadow with #7A326D color.

.textShadow {text-shadow: 3px 3px 1px #7A326D, 3px 3px 1px red;}

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

This text has shadow with #7A326D primary color and red secondary color.


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

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

This text has shadow with #7A326D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A326D on black background.


Color preview on white background

This text has color #7A326D on white background.



Black color preview on #7A326D background

This text has black color on #7A326D background.


White color preview on #7A326D background

This text has white color on #7A326D background.