COLOR #7B2CA4

HEX: #7B2CA4 RGB: (123,44,164)

Color info

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

RGB color model

#7B2CA4 color RGB value is (123,44,164).

RGB: (123,44,164) (48%, 17%, 64%)

RGB channels and saturation

R 123 of 255 = 48%
G 44 of 255 = 17%
B 164 of 255 = 64%

123
44
164

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

Portions of RGB colors in percentages

R + G + B = 123 + 44 + 164 = 331 (100%)
R 123 of 331 ~ 37.16%
G 44 of 331 ~ 13.29%
B 164 of 331 ~ 49.55'%

%37.16
%13.29
%49.55

CMYK color model

#7B2CA4 color CMYK value is (25,73,0,36).

  • cyan value is 25.00%
  • magenta value is 73.17%
  • yellow value is 0.00%
  • key color value is 35.69%

CMYK: (25,73,0,36)
C25M73Y0K36 (25%, 73%, 0%, 36%)
(0.25 / 0.73 / 0.00 / 0.36)

CMYK percentages

%25
%73.17
%0
%35.69

Codes

Color #7B2CA4 in popluar color models

7B 2C A4
RGB 123 44 164
HSL 280° 57.69% 40.78%
HSB/HSV 280° 73.17% 64.31%
CMYK 25.00% 73.17% 0.00%
35.69%

Color #7B2CA4 in popluar number systems.

HEX 7B 2C A4
Decimal 123 44 164
Binary 1111011 101100 10100100
Octal 173 54 244

Shades and tints

Shades of #7B2CA4

#7B2CA4
(123,44,164)
#702896
(112,40,150)
#652488
(101,36,136)
#5A207A
(90,32,122)
#4F1C6C
(79,28,108)
#44185E
(68,24,94)
#391450
(57,20,80)
#2E1042
(46,16,66)
#230C34
(35,12,52)
#180826
(24,8,38)
#0D0418
(13,4,24)
#000000
(0,0,0)

Tints of #7B2CA4

#7B2CA4
(123,44,164)
#873FAC
(135,63,172)
#9352B4
(147,82,180)
#9F65BC
(159,101,188)
#AB78C4
(171,120,196)
#B78BCC
(183,139,204)
#C39ED4
(195,158,212)
#CFB1DC
(207,177,220)
#DBC4E4
(219,196,228)
#E7D7EC
(231,215,236)
#F3EAF4
(243,234,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B2CA4 color. Also use rgb(123,44,164) instead hex code.

Text Font Color

.myTextColor { color: #7B2CA4; }

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

This text font color is #7B2CA4.

Background Color

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

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

This div background color is #7B2CA4.

Border color

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

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

This div border color is #7B2CA4.

Opacity

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

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

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

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

This text has shadow with #7B2CA4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7B2CA4.

Preview

Color preview on black background

This text has color #7B2CA4 on black background.


Color preview on white background

This text has color #7B2CA4 on white background.


Black color preview on #7B2CA4 background

This text has black color on #7B2CA4 background.


White color preview on #7B2CA4 background

This text has white color on #7B2CA4 background.


Related colors

Complementary color

Complementary color for #hex is #84D35B.


I love getcolorcode.com

Triadic colors

1 #A47B2C and #2CA47B with #7B2CA4 are triadic colors.

2 #A42C7B and #2C7BA4 with #7B2CA4 are triadic colors.