COLOR #7B19D3

HEX: #7B19D3
RGB: (123,25,211)

Color info

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

RGB color model

#7B19D3 color RGB value is (123,25,211).

  • red value is 123;
  • green value is 25;
  • blue value is 211.
RGB:
(123,25,211)
(48%,10%,83%)

RGB channels and saturation

R 123 of 255 = 48%
G 25 of 255 = 10%
B 211 of 255 = 83%

123
25
211

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

Portions of RGB colors in percentages

R + G + B =
123 + 25 + 211 = 359 (100%)
R 123 of 359 ~ 34.26%
G 25 of 359 ~ 6.96%
B 211 of 359 ~ 58.77%

%34.26
%58.77

CMYK color model

#7B19D3 color CMYK value is (42,88,0,17).

  • cyan value is 41.71%
  • magenta value is 88.15%
  • yellow value is 0.00%
  • key color value is 17.25%
CMYK:
(42,88,0,17)
C42M88Y0K17 
(42%,88%,0%,17%)
(0.42/0.88/0.00/0.17)	

CMYK percentages

%41.71
%88.15
%0
%17.25

Codes

Color #7B19D3 in popluar color models

7B19D3
RGB12325211
HSL272°78.81%46.27%
HSB/HSV272°88.15%82.75%
CMYK41.71%88.15%0.00%
17.25%

Color #7B19D3 in popluar number systems.

HEX7B19D3
Decimal12325211
Binary11110111100111010011
Octal17331323

Shades and tints

Shades of #7B19D3

#7B19D3
(123,25,211)
#7017C0
(112,23,192)
#6515AD
(101,21,173)
#5A139A
(90,19,154)
#4F1187
(79,17,135)
#440F74
(68,15,116)
#390D61
(57,13,97)
#2E0B4E
(46,11,78)
#23093B
(35,9,59)
#180728
(24,7,40)
#0D0515
(13,5,21)
#000000
(0,0,0)

Tints of #7B19D3

#7B19D3
(123,25,211)
#872DD7
(135,45,215)
#9341DB
(147,65,219)
#9F55DF
(159,85,223)
#AB69E3
(171,105,227)
#B77DE7
(183,125,231)
#C391EB
(195,145,235)
#CFA5EF
(207,165,239)
#DBB9F3
(219,185,243)
#E7CDF7
(231,205,247)
#F3E1FB
(243,225,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B19D3 color. Also use rgb(123,25,211) instead hex code.

Text Font Color

.myTextColor { color: #7B19D3; }

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

This text font color is #7B19D3.


Background Color

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

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

This div background color is #7B19D3.


Border color

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

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

This div border color is #7B19D3.


Opacity

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

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

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

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

This text has shadow with #7B19D3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B19D3 on black background.


Color preview on white background

This text has color #7B19D3 on white background.



Black color preview on #7B19D3 background

This text has black color on #7B19D3 background.


White color preview on #7B19D3 background

This text has white color on #7B19D3 background.