COLOR #7B0CD6

HEX: #7B0CD6
RGB: (123,12,214)

Color info

#7B0CD6 contains mainly blue color. Web safe color of #7B0CD6 is #6600CC (or #60C).

RGB color model

#7B0CD6 color RGB value is (123,12,214).

  • red value is 123;
  • green value is 12;
  • blue value is 214.
RGB:
(123,12,214)
(48%,5%,84%)

RGB channels and saturation

R 123 of 255 = 48%
G 12 of 255 = 5%
B 214 of 255 = 84%

123
12
214

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

Portions of RGB colors in percentages

R + G + B =
123 + 12 + 214 = 349 (100%)
R 123 of 349 ~ 35.24%
G 12 of 349 ~ 3.44%
B 214 of 349 ~ 61.32%

%35.24
%61.32

CMYK color model

#7B0CD6 color CMYK value is (43,94,0,16).

  • cyan value is 42.52%
  • magenta value is 94.39%
  • yellow value is 0.00%
  • key color value is 16.08%
CMYK:
(43,94,0,16)
C43M94Y0K16 
(43%,94%,0%,16%)
(0.43/0.94/0.00/0.16)	

CMYK percentages

%42.52
%94.39
%0
%16.08

Codes

Color #7B0CD6 in popluar color models

7B0CD6
RGB12312214
HSL273°89.38%44.31%
HSB/HSV273°94.39%83.92%
CMYK42.52%94.39%0.00%
16.08%

Color #7B0CD6 in popluar number systems.

HEX7B0CD6
Decimal12312214
Binary1111011110011010110
Octal17314326

Shades and tints

Shades of #7B0CD6

#7B0CD6
(123,12,214)
#700BC3
(112,11,195)
#650AB0
(101,10,176)
#5A099D
(90,9,157)
#4F088A
(79,8,138)
#440777
(68,7,119)
#390664
(57,6,100)
#2E0551
(46,5,81)
#23043E
(35,4,62)
#18032B
(24,3,43)
#0D0218
(13,2,24)
#000000
(0,0,0)

Tints of #7B0CD6

#7B0CD6
(123,12,214)
#8722D9
(135,34,217)
#9338DC
(147,56,220)
#9F4EDF
(159,78,223)
#AB64E2
(171,100,226)
#B77AE5
(183,122,229)
#C390E8
(195,144,232)
#CFA6EB
(207,166,235)
#DBBCEE
(219,188,238)
#E7D2F1
(231,210,241)
#F3E8F4
(243,232,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B0CD6 color. Also use rgb(123,12,214) instead hex code.

Text Font Color

.myTextColor { color: #7B0CD6; }

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

This text font color is #7B0CD6.


Background Color

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

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

This div background color is #7B0CD6.


Border color

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

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

This div border color is #7B0CD6.


Opacity

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

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

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

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

This text has shadow with #7B0CD6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B0CD6 on black background.


Color preview on white background

This text has color #7B0CD6 on white background.



Black color preview on #7B0CD6 background

This text has black color on #7B0CD6 background.


White color preview on #7B0CD6 background

This text has white color on #7B0CD6 background.