COLOR #7B46A2

HEX: #7B46A2
RGB: (123,70,162)

Color info

#7B46A2 contains mainly red and blue colors. Web safe color of #7B46A2 is #663399 (or #639).

RGB color model

#7B46A2 color RGB value is (123,70,162).

  • red value is 123;
  • green value is 70;
  • blue value is 162.
RGB:
(123,70,162)
(48%,27%,64%)

RGB channels and saturation

R 123 of 255 = 48%
G 70 of 255 = 27%
B 162 of 255 = 64%

123
70
162

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

Portions of RGB colors in percentages

R + G + B =
123 + 70 + 162 = 355 (100%)
R 123 of 355 ~ 34.65%
G 70 of 355 ~ 19.72%
B 162 of 355 ~ 45.63%

%34.65
%19.72
%45.63

CMYK color model

#7B46A2 color CMYK value is (24,57,0,36).

  • cyan value is 24.07%
  • magenta value is 56.79%
  • yellow value is 0.00%
  • key color value is 36.47%
CMYK:
(24,57,0,36)
C24M57Y0K36 
(24%,57%,0%,36%)
(0.24/0.57/0.00/0.36)	

CMYK percentages

%24.07
%56.79
%0
%36.47

Codes

Color #7B46A2 in popluar color models

7B46A2
RGB12370162
HSL275°39.66%45.49%
HSB/HSV275°56.79%63.53%
CMYK24.07%56.79%0.00%
36.47%

Color #7B46A2 in popluar number systems.

HEX7B46A2
Decimal12370162
Binary1111011100011010100010
Octal173106242

Shades and tints

Shades of #7B46A2

#7B46A2
(123,70,162)
#704094
(112,64,148)
#653A86
(101,58,134)
#5A3478
(90,52,120)
#4F2E6A
(79,46,106)
#44285C
(68,40,92)
#39224E
(57,34,78)
#2E1C40
(46,28,64)
#231632
(35,22,50)
#181024
(24,16,36)
#0D0A16
(13,10,22)
#000000
(0,0,0)

Tints of #7B46A2

#7B46A2
(123,70,162)
#8756AA
(135,86,170)
#9366B2
(147,102,178)
#9F76BA
(159,118,186)
#AB86C2
(171,134,194)
#B796CA
(183,150,202)
#C3A6D2
(195,166,210)
#CFB6DA
(207,182,218)
#DBC6E2
(219,198,226)
#E7D6EA
(231,214,234)
#F3E6F2
(243,230,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B46A2 color. Also use rgb(123,70,162) instead hex code.

Text Font Color

.myTextColor { color: #7B46A2; }

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

This text font color is #7B46A2.


Background Color

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

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

This div background color is #7B46A2.


Border color

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

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

This div border color is #7B46A2.


Opacity

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

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

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

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

This text has shadow with #7B46A2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B46A2 on black background.


Color preview on white background

This text has color #7B46A2 on white background.



Black color preview on #7B46A2 background

This text has black color on #7B46A2 background.


White color preview on #7B46A2 background

This text has white color on #7B46A2 background.