COLOR #7A61B2

HEX: #7A61B2
RGB: (122,97,178)

Color info

#7A61B2 contains mainly red and blue colors. Web safe color of #7A61B2 is #666699 (or #669).

RGB color model

#7A61B2 color RGB value is (122,97,178).

  • red value is 122;
  • green value is 97;
  • blue value is 178.
RGB:
(122,97,178)
(48%,38%,70%)

RGB channels and saturation

R 122 of 255 = 48%
G 97 of 255 = 38%
B 178 of 255 = 70%

122
97
178

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

Portions of RGB colors in percentages

R + G + B =
122 + 97 + 178 = 397 (100%)
R 122 of 397 ~ 30.73%
G 97 of 397 ~ 24.43%
B 178 of 397 ~ 44.84%

%30.73
%24.43
%44.84

CMYK color model

#7A61B2 color CMYK value is (31,46,0,30).

  • cyan value is 31.46%
  • magenta value is 45.51%
  • yellow value is 0.00%
  • key color value is 30.20%
CMYK:
(31,46,0,30)
C31M46Y0K30 
(31%,46%,0%,30%)
(0.31/0.46/0.00/0.30)	

CMYK percentages

%31.46
%45.51
%0
%30.2

Codes

Color #7A61B2 in popluar color models

7A61B2
RGB12297178
HSL259°34.47%53.92%
HSB/HSV259°45.51%69.80%
CMYK31.46%45.51%0.00%
30.20%

Color #7A61B2 in popluar number systems.

HEX7A61B2
Decimal12297178
Binary1111010110000110110010
Octal172141262

Shades and tints

Shades of #7A61B2

#7A61B2
(122,97,178)
#6F59A2
(111,89,162)
#645192
(100,81,146)
#594982
(89,73,130)
#4E4172
(78,65,114)
#433962
(67,57,98)
#383152
(56,49,82)
#2D2942
(45,41,66)
#222132
(34,33,50)
#171922
(23,25,34)
#0C1112
(12,17,18)
#000000
(0,0,0)

Tints of #7A61B2

#7A61B2
(122,97,178)
#866FB9
(134,111,185)
#927DC0
(146,125,192)
#9E8BC7
(158,139,199)
#AA99CE
(170,153,206)
#B6A7D5
(182,167,213)
#C2B5DC
(194,181,220)
#CEC3E3
(206,195,227)
#DAD1EA
(218,209,234)
#E6DFF1
(230,223,241)
#F2EDF8
(242,237,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7A61B2 color. Also use rgb(122,97,178) instead hex code.

Text Font Color

.myTextColor { color: #7A61B2; }

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

This text font color is #7A61B2.


Background Color

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

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

This div background color is #7A61B2.


Border color

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

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

This div border color is #7A61B2.


Opacity

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

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

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

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

This text has shadow with #7A61B2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A61B2 on black background.


Color preview on white background

This text has color #7A61B2 on white background.



Black color preview on #7A61B2 background

This text has black color on #7A61B2 background.


White color preview on #7A61B2 background

This text has white color on #7A61B2 background.