COLOR #7B33AA

HEX: #7B33AA
RGB: (123,51,170)

Color info

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

RGB color model

#7B33AA color RGB value is (123,51,170).

  • red value is 123;
  • green value is 51;
  • blue value is 170.
RGB:
(123,51,170)
(48%,20%,67%)

RGB channels and saturation

R 123 of 255 = 48%
G 51 of 255 = 20%
B 170 of 255 = 67%

123
51
170

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

Portions of RGB colors in percentages

R + G + B =
123 + 51 + 170 = 344 (100%)
R 123 of 344 ~ 35.76%
G 51 of 344 ~ 14.83%
B 170 of 344 ~ 49.42%

%35.76
%14.83
%49.42

CMYK color model

#7B33AA color CMYK value is (28,70,0,33).

  • cyan value is 27.65%
  • magenta value is 70.00%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK:
(28,70,0,33)
C28M70Y0K33 
(28%,70%,0%,33%)
(0.28/0.70/0.00/0.33)	

CMYK percentages

%27.65
%70
%0
%33.33

Codes

Color #7B33AA in popluar color models

7B33AA
RGB12351170
HSL276°53.85%43.33%
HSB/HSV276°70.00%66.67%
CMYK27.65%70.00%0.00%
33.33%

Color #7B33AA in popluar number systems.

HEX7B33AA
Decimal12351170
Binary111101111001110101010
Octal17363252

Shades and tints

Shades of #7B33AA

#7B33AA
(123,51,170)
#702F9B
(112,47,155)
#652B8C
(101,43,140)
#5A277D
(90,39,125)
#4F236E
(79,35,110)
#441F5F
(68,31,95)
#391B50
(57,27,80)
#2E1741
(46,23,65)
#231332
(35,19,50)
#180F23
(24,15,35)
#0D0B14
(13,11,20)
#000000
(0,0,0)

Tints of #7B33AA

#7B33AA
(123,51,170)
#8745B1
(135,69,177)
#9357B8
(147,87,184)
#9F69BF
(159,105,191)
#AB7BC6
(171,123,198)
#B78DCD
(183,141,205)
#C39FD4
(195,159,212)
#CFB1DB
(207,177,219)
#DBC3E2
(219,195,226)
#E7D5E9
(231,213,233)
#F3E7F0
(243,231,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B33AA color. Also use rgb(123,51,170) instead hex code.

Text Font Color

.myTextColor { color: #7B33AA; }

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

This text font color is #7B33AA.


Background Color

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

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

This div background color is #7B33AA.


Border color

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

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

This div border color is #7B33AA.


Opacity

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

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

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

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

This text has shadow with #7B33AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B33AA on black background.


Color preview on white background

This text has color #7B33AA on white background.



Black color preview on #7B33AA background

This text has black color on #7B33AA background.


White color preview on #7B33AA background

This text has white color on #7B33AA background.