COLOR #7B45CC

HEX: #7B45CC
RGB: (123,69,204)

Color info

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

RGB color model

#7B45CC color RGB value is (123,69,204).

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

RGB channels and saturation

R 123 of 255 = 48%
G 69 of 255 = 27%
B 204 of 255 = 80%

123
69
204

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

Portions of RGB colors in percentages

R + G + B =
123 + 69 + 204 = 396 (100%)
R 123 of 396 ~ 31.06%
G 69 of 396 ~ 17.42%
B 204 of 396 ~ 51.52%

%31.06
%17.42
%51.52

CMYK color model

#7B45CC color CMYK value is (40,66,0,20).

  • cyan value is 39.71%
  • magenta value is 66.18%
  • yellow value is 0.00%
  • key color value is 20.00%
CMYK:
(40,66,0,20)
C40M66Y0K20 
(40%,66%,0%,20%)
(0.40/0.66/0.00/0.20)	

CMYK percentages

%39.71
%66.18
%0
%20

Codes

Color #7B45CC in popluar color models

7B45CC
RGB12369204
HSL264°56.96%53.53%
HSB/HSV264°66.18%80.00%
CMYK39.71%66.18%0.00%
20.00%

Color #7B45CC in popluar number systems.

HEX7B45CC
Decimal12369204
Binary1111011100010111001100
Octal173105314

Shades and tints

Shades of #7B45CC

#7B45CC
(123,69,204)
#703FBA
(112,63,186)
#6539A8
(101,57,168)
#5A3396
(90,51,150)
#4F2D84
(79,45,132)
#442772
(68,39,114)
#392160
(57,33,96)
#2E1B4E
(46,27,78)
#23153C
(35,21,60)
#180F2A
(24,15,42)
#0D0918
(13,9,24)
#000000
(0,0,0)

Tints of #7B45CC

#7B45CC
(123,69,204)
#8755D0
(135,85,208)
#9365D4
(147,101,212)
#9F75D8
(159,117,216)
#AB85DC
(171,133,220)
#B795E0
(183,149,224)
#C3A5E4
(195,165,228)
#CFB5E8
(207,181,232)
#DBC5EC
(219,197,236)
#E7D5F0
(231,213,240)
#F3E5F4
(243,229,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B45CC color. Also use rgb(123,69,204) instead hex code.

Text Font Color

.myTextColor { color: #7B45CC; }

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

This text font color is #7B45CC.


Background Color

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

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

This div background color is #7B45CC.


Border color

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

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

This div border color is #7B45CC.


Opacity

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

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

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

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

This text has shadow with #7B45CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B45CC on black background.


Color preview on white background

This text has color #7B45CC on white background.



Black color preview on #7B45CC background

This text has black color on #7B45CC background.


White color preview on #7B45CC background

This text has white color on #7B45CC background.