COLOR #7B46AF

HEX: #7B46AF
RGB: (123,70,175)

Color info

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

RGB color model

#7B46AF color RGB value is (123,70,175).

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

RGB channels and saturation

R 123 of 255 = 48%
G 70 of 255 = 27%
B 175 of 255 = 69%

123
70
175

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

Portions of RGB colors in percentages

R + G + B =
123 + 70 + 175 = 368 (100%)
R 123 of 368 ~ 33.42%
G 70 of 368 ~ 19.02%
B 175 of 368 ~ 47.55%

%33.42
%19.02
%47.55

CMYK color model

#7B46AF color CMYK value is (30,60,0,31).

  • cyan value is 29.71%
  • magenta value is 60.00%
  • yellow value is 0.00%
  • key color value is 31.37%
CMYK:
(30,60,0,31)
C30M60Y0K31 
(30%,60%,0%,31%)
(0.30/0.60/0.00/0.31)	

CMYK percentages

%29.71
%60
%0
%31.37

Codes

Color #7B46AF in popluar color models

7B46AF
RGB12370175
HSL270°42.86%48.04%
HSB/HSV270°60.00%68.63%
CMYK29.71%60.00%0.00%
31.37%

Color #7B46AF in popluar number systems.

HEX7B46AF
Decimal12370175
Binary1111011100011010101111
Octal173106257

Shades and tints

Shades of #7B46AF

#7B46AF
(123,70,175)
#7040A0
(112,64,160)
#653A91
(101,58,145)
#5A3482
(90,52,130)
#4F2E73
(79,46,115)
#442864
(68,40,100)
#392255
(57,34,85)
#2E1C46
(46,28,70)
#231637
(35,22,55)
#181028
(24,16,40)
#0D0A19
(13,10,25)
#000000
(0,0,0)

Tints of #7B46AF

#7B46AF
(123,70,175)
#8756B6
(135,86,182)
#9366BD
(147,102,189)
#9F76C4
(159,118,196)
#AB86CB
(171,134,203)
#B796D2
(183,150,210)
#C3A6D9
(195,166,217)
#CFB6E0
(207,182,224)
#DBC6E7
(219,198,231)
#E7D6EE
(231,214,238)
#F3E6F5
(243,230,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B46AF; }

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

This text font color is #7B46AF.


Background Color

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

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

This div background color is #7B46AF.


Border color

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

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

This div border color is #7B46AF.


Opacity

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

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

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

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

This text has shadow with #7B46AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B46AF on black background.


Color preview on white background

This text has color #7B46AF on white background.



Black color preview on #7B46AF background

This text has black color on #7B46AF background.


White color preview on #7B46AF background

This text has white color on #7B46AF background.