COLOR #7B3CD5

HEX: #7B3CD5
RGB: (123,60,213)

Color info

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

RGB color model

#7B3CD5 color RGB value is (123,60,213).

  • red value is 123;
  • green value is 60;
  • blue value is 213.
RGB:
(123,60,213)
(48%,24%,84%)

RGB channels and saturation

R 123 of 255 = 48%
G 60 of 255 = 24%
B 213 of 255 = 84%

123
60
213

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

Portions of RGB colors in percentages

R + G + B =
123 + 60 + 213 = 396 (100%)
R 123 of 396 ~ 31.06%
G 60 of 396 ~ 15.15%
B 213 of 396 ~ 53.79%

%31.06
%15.15
%53.79

CMYK color model

#7B3CD5 color CMYK value is (42,72,0,16).

  • cyan value is 42.25%
  • magenta value is 71.83%
  • yellow value is 0.00%
  • key color value is 16.47%
CMYK:
(42,72,0,16)
C42M72Y0K16 
(42%,72%,0%,16%)
(0.42/0.72/0.00/0.16)	

CMYK percentages

%42.25
%71.83
%0
%16.47

Codes

Color #7B3CD5 in popluar color models

7B3CD5
RGB12360213
HSL265°64.56%53.53%
HSB/HSV265°71.83%83.53%
CMYK42.25%71.83%0.00%
16.47%

Color #7B3CD5 in popluar number systems.

HEX7B3CD5
Decimal12360213
Binary111101111110011010101
Octal17374325

Shades and tints

Shades of #7B3CD5

#7B3CD5
(123,60,213)
#7037C2
(112,55,194)
#6532AF
(101,50,175)
#5A2D9C
(90,45,156)
#4F2889
(79,40,137)
#442376
(68,35,118)
#391E63
(57,30,99)
#2E1950
(46,25,80)
#23143D
(35,20,61)
#180F2A
(24,15,42)
#0D0A17
(13,10,23)
#000000
(0,0,0)

Tints of #7B3CD5

#7B3CD5
(123,60,213)
#874DD8
(135,77,216)
#935EDB
(147,94,219)
#9F6FDE
(159,111,222)
#AB80E1
(171,128,225)
#B791E4
(183,145,228)
#C3A2E7
(195,162,231)
#CFB3EA
(207,179,234)
#DBC4ED
(219,196,237)
#E7D5F0
(231,213,240)
#F3E6F3
(243,230,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B3CD5 color. Also use rgb(123,60,213) instead hex code.

Text Font Color

.myTextColor { color: #7B3CD5; }

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

This text font color is #7B3CD5.


Background Color

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

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

This div background color is #7B3CD5.


Border color

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

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

This div border color is #7B3CD5.


Opacity

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

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

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

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

This text has shadow with #7B3CD5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B3CD5 on black background.


Color preview on white background

This text has color #7B3CD5 on white background.



Black color preview on #7B3CD5 background

This text has black color on #7B3CD5 background.


White color preview on #7B3CD5 background

This text has white color on #7B3CD5 background.