COLOR #7A6398

HEX: #7A6398
RGB: (122,99,152)

Color info

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

RGB color model

#7A6398 color RGB value is (122,99,152).

  • red value is 122;
  • green value is 99;
  • blue value is 152.
RGB:
(122,99,152)
(48%,39%,60%)

RGB channels and saturation

R 122 of 255 = 48%
G 99 of 255 = 39%
B 152 of 255 = 60%

122
99
152

R + G + B ~ 49%. #7A6398 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
122 + 99 + 152 = 373 (100%)
R 122 of 373 ~ 32.71%
G 99 of 373 ~ 26.54%
B 152 of 373 ~ 40.75%

%32.71
%26.54
%40.75

CMYK color model

#7A6398 color CMYK value is (20,35,0,40).

  • cyan value is 19.74%
  • magenta value is 34.87%
  • yellow value is 0.00%
  • key color value is 40.39%
CMYK:
(20,35,0,40)
C20M35Y0K40 
(20%,35%,0%,40%)
(0.20/0.35/0.00/0.40)	

CMYK percentages

%19.74
%34.87
%0
%40.39

Codes

Color #7A6398 in popluar color models

7A6398
RGB12299152
HSL266°21.12%49.22%
HSB/HSV266°34.87%59.61%
CMYK19.74%34.87%0.00%
40.39%

Color #7A6398 in popluar number systems.

HEX7A6398
Decimal12299152
Binary1111010110001110011000
Octal172143230

Shades and tints

Shades of #7A6398

#7A6398
(122,99,152)
#6F5A8B
(111,90,139)
#64517E
(100,81,126)
#594871
(89,72,113)
#4E3F64
(78,63,100)
#433657
(67,54,87)
#382D4A
(56,45,74)
#2D243D
(45,36,61)
#221B30
(34,27,48)
#171223
(23,18,35)
#0C0916
(12,9,22)
#000000
(0,0,0)

Tints of #7A6398

#7A6398
(122,99,152)
#8671A1
(134,113,161)
#927FAA
(146,127,170)
#9E8DB3
(158,141,179)
#AA9BBC
(170,155,188)
#B6A9C5
(182,169,197)
#C2B7CE
(194,183,206)
#CEC5D7
(206,197,215)
#DAD3E0
(218,211,224)
#E6E1E9
(230,225,233)
#F2EFF2
(242,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7A6398 color. Also use rgb(122,99,152) instead hex code.

Text Font Color

.myTextColor { color: #7A6398; }

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

This text font color is #7A6398.


Background Color

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

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

This div background color is #7A6398.


Border color

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

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

This div border color is #7A6398.


Opacity

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

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

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

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

This text has shadow with #7A6398 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A6398 on black background.


Color preview on white background

This text has color #7A6398 on white background.



Black color preview on #7A6398 background

This text has black color on #7A6398 background.


White color preview on #7A6398 background

This text has white color on #7A6398 background.