COLOR #7B45A3

HEX: #7B45A3
RGB: (123,69,163)

Color info

#7B45A3 contains mainly red and blue colors. Web safe color of #7B45A3 is #663399 (or #639).

RGB color model

#7B45A3 color RGB value is (123,69,163).

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

RGB channels and saturation

R 123 of 255 = 48%
G 69 of 255 = 27%
B 163 of 255 = 64%

123
69
163

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

Portions of RGB colors in percentages

R + G + B =
123 + 69 + 163 = 355 (100%)
R 123 of 355 ~ 34.65%
G 69 of 355 ~ 19.44%
B 163 of 355 ~ 45.92%

%34.65
%19.44
%45.92

CMYK color model

#7B45A3 color CMYK value is (25,58,0,36).

  • cyan value is 24.54%
  • magenta value is 57.67%
  • yellow value is 0.00%
  • key color value is 36.08%
CMYK:
(25,58,0,36)
C25M58Y0K36 
(25%,58%,0%,36%)
(0.25/0.58/0.00/0.36)	

CMYK percentages

%24.54
%57.67
%0
%36.08

Codes

Color #7B45A3 in popluar color models

7B45A3
RGB12369163
HSL274°40.52%45.49%
HSB/HSV274°57.67%63.92%
CMYK24.54%57.67%0.00%
36.08%

Color #7B45A3 in popluar number systems.

HEX7B45A3
Decimal12369163
Binary1111011100010110100011
Octal173105243

Shades and tints

Shades of #7B45A3

#7B45A3
(123,69,163)
#703F95
(112,63,149)
#653987
(101,57,135)
#5A3379
(90,51,121)
#4F2D6B
(79,45,107)
#44275D
(68,39,93)
#39214F
(57,33,79)
#2E1B41
(46,27,65)
#231533
(35,21,51)
#180F25
(24,15,37)
#0D0917
(13,9,23)
#000000
(0,0,0)

Tints of #7B45A3

#7B45A3
(123,69,163)
#8755AB
(135,85,171)
#9365B3
(147,101,179)
#9F75BB
(159,117,187)
#AB85C3
(171,133,195)
#B795CB
(183,149,203)
#C3A5D3
(195,165,211)
#CFB5DB
(207,181,219)
#DBC5E3
(219,197,227)
#E7D5EB
(231,213,235)
#F3E5F3
(243,229,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B45A3; }

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

This text font color is #7B45A3.


Background Color

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

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

This div background color is #7B45A3.


Border color

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

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

This div border color is #7B45A3.


Opacity

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

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

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

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

This text has shadow with #7B45A3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B45A3 on black background.


Color preview on white background

This text has color #7B45A3 on white background.



Black color preview on #7B45A3 background

This text has black color on #7B45A3 background.


White color preview on #7B45A3 background

This text has white color on #7B45A3 background.