COLOR #7B24B1

HEX: #7B24B1
RGB: (123,36,177)

Color info

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

RGB color model

#7B24B1 color RGB value is (123,36,177).

  • red value is 123;
  • green value is 36;
  • blue value is 177.
RGB:
(123,36,177)
(48%,14%,69%)

RGB channels and saturation

R 123 of 255 = 48%
G 36 of 255 = 14%
B 177 of 255 = 69%

123
36
177

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

Portions of RGB colors in percentages

R + G + B =
123 + 36 + 177 = 336 (100%)
R 123 of 336 ~ 36.61%
G 36 of 336 ~ 10.71%
B 177 of 336 ~ 52.68%

%36.61
%10.71
%52.68

CMYK color model

#7B24B1 color CMYK value is (31,80,0,31).

  • cyan value is 30.51%
  • magenta value is 79.66%
  • yellow value is 0.00%
  • key color value is 30.59%
CMYK:
(31,80,0,31)
C31M80Y0K31 
(31%,80%,0%,31%)
(0.31/0.80/0.00/0.31)	

CMYK percentages

%30.51
%79.66
%0
%30.59

Codes

Color #7B24B1 in popluar color models

7B24B1
RGB12336177
HSL277°66.20%41.76%
HSB/HSV277°79.66%69.41%
CMYK30.51%79.66%0.00%
30.59%

Color #7B24B1 in popluar number systems.

HEX7B24B1
Decimal12336177
Binary111101110010010110001
Octal17344261

Shades and tints

Shades of #7B24B1

#7B24B1
(123,36,177)
#7021A1
(112,33,161)
#651E91
(101,30,145)
#5A1B81
(90,27,129)
#4F1871
(79,24,113)
#441561
(68,21,97)
#391251
(57,18,81)
#2E0F41
(46,15,65)
#230C31
(35,12,49)
#180921
(24,9,33)
#0D0611
(13,6,17)
#000000
(0,0,0)

Tints of #7B24B1

#7B24B1
(123,36,177)
#8737B8
(135,55,184)
#934ABF
(147,74,191)
#9F5DC6
(159,93,198)
#AB70CD
(171,112,205)
#B783D4
(183,131,212)
#C396DB
(195,150,219)
#CFA9E2
(207,169,226)
#DBBCE9
(219,188,233)
#E7CFF0
(231,207,240)
#F3E2F7
(243,226,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B24B1 color. Also use rgb(123,36,177) instead hex code.

Text Font Color

.myTextColor { color: #7B24B1; }

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

This text font color is #7B24B1.


Background Color

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

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

This div background color is #7B24B1.


Border color

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

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

This div border color is #7B24B1.


Opacity

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

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

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

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

This text has shadow with #7B24B1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B24B1 on black background.


Color preview on white background

This text has color #7B24B1 on white background.



Black color preview on #7B24B1 background

This text has black color on #7B24B1 background.


White color preview on #7B24B1 background

This text has white color on #7B24B1 background.