COLOR #7B49C9

HEX: #7B49C9
RGB: (123,73,201)

Color info

#7B49C9 contains mainly blue color. Web safe color of #7B49C9 is #6633CC (or #63C).

RGB color model

#7B49C9 color RGB value is (123,73,201).

  • red value is 123;
  • green value is 73;
  • blue value is 201.
RGB:
(123,73,201)
(48%,29%,79%)

RGB channels and saturation

R 123 of 255 = 48%
G 73 of 255 = 29%
B 201 of 255 = 79%

123
73
201

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

Portions of RGB colors in percentages

R + G + B =
123 + 73 + 201 = 397 (100%)
R 123 of 397 ~ 30.98%
G 73 of 397 ~ 18.39%
B 201 of 397 ~ 50.63%

%30.98
%18.39
%50.63

CMYK color model

#7B49C9 color CMYK value is (39,64,0,21).

  • cyan value is 38.81%
  • magenta value is 63.68%
  • yellow value is 0.00%
  • key color value is 21.18%
CMYK:
(39,64,0,21)
C39M64Y0K21 
(39%,64%,0%,21%)
(0.39/0.64/0.00/0.21)	

CMYK percentages

%38.81
%63.68
%0
%21.18

Codes

Color #7B49C9 in popluar color models

7B49C9
RGB12373201
HSL263°54.24%53.73%
HSB/HSV263°63.68%78.82%
CMYK38.81%63.68%0.00%
21.18%

Color #7B49C9 in popluar number systems.

HEX7B49C9
Decimal12373201
Binary1111011100100111001001
Octal173111311

Shades and tints

Shades of #7B49C9

#7B49C9
(123,73,201)
#7043B7
(112,67,183)
#653DA5
(101,61,165)
#5A3793
(90,55,147)
#4F3181
(79,49,129)
#442B6F
(68,43,111)
#39255D
(57,37,93)
#2E1F4B
(46,31,75)
#231939
(35,25,57)
#181327
(24,19,39)
#0D0D15
(13,13,21)
#000000
(0,0,0)

Tints of #7B49C9

#7B49C9
(123,73,201)
#8759CD
(135,89,205)
#9369D1
(147,105,209)
#9F79D5
(159,121,213)
#AB89D9
(171,137,217)
#B799DD
(183,153,221)
#C3A9E1
(195,169,225)
#CFB9E5
(207,185,229)
#DBC9E9
(219,201,233)
#E7D9ED
(231,217,237)
#F3E9F1
(243,233,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B49C9 color. Also use rgb(123,73,201) instead hex code.

Text Font Color

.myTextColor { color: #7B49C9; }

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

This text font color is #7B49C9.


Background Color

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

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

This div background color is #7B49C9.


Border color

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

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

This div border color is #7B49C9.


Opacity

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

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

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

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

This text has shadow with #7B49C9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B49C9 on black background.


Color preview on white background

This text has color #7B49C9 on white background.



Black color preview on #7B49C9 background

This text has black color on #7B49C9 background.


White color preview on #7B49C9 background

This text has white color on #7B49C9 background.