COLOR #7B1B7A

HEX: #7B1B7A
RGB: (123,27,122)

Color info

#7B1B7A contains mainly red and blue colors. Web safe color of #7B1B7A is #663366 (or #636).

RGB color model

#7B1B7A color RGB value is (123,27,122).

  • red value is 123;
  • green value is 27;
  • blue value is 122.
RGB:
(123,27,122)
(48%,11%,48%)

RGB channels and saturation

R 123 of 255 = 48%
G 27 of 255 = 11%
B 122 of 255 = 48%

123
27
122

R + G + B ~ 36%. #7B1B7A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
123 + 27 + 122 = 272 (100%)
R 123 of 272 ~ 45.22%
G 27 of 272 ~ 9.93%
B 122 of 272 ~ 44.85%

%45.22
%9.93
%44.85

CMYK color model

#7B1B7A color CMYK value is (0,78,1,52).

  • cyan value is 0.00%
  • magenta value is 78.05%
  • yellow value is 0.81%
  • key color value is 51.76%
CMYK:
(0,78,1,52)
C0M78Y1K52 
(0%,78%,1%,52%)
(0.00/0.78/0.01/0.52)	

CMYK percentages

%0
%78.05
%0.81
%51.76

Codes

Color #7B1B7A in popluar color models

7B1B7A
RGB12327122
HSL301°64.00%29.41%
HSB/HSV301°78.05%48.24%
CMYK0.00%78.05%0.81%
51.76%

Color #7B1B7A in popluar number systems.

HEX7B1B7A
Decimal12327122
Binary1111011110111111010
Octal17333172

Shades and tints

Shades of #7B1B7A

#7B1B7A
(123,27,122)
#70196F
(112,25,111)
#651764
(101,23,100)
#5A1559
(90,21,89)
#4F134E
(79,19,78)
#441143
(68,17,67)
#390F38
(57,15,56)
#2E0D2D
(46,13,45)
#230B22
(35,11,34)
#180917
(24,9,23)
#0D070C
(13,7,12)
#000000
(0,0,0)

Tints of #7B1B7A

#7B1B7A
(123,27,122)
#872F86
(135,47,134)
#934392
(147,67,146)
#9F579E
(159,87,158)
#AB6BAA
(171,107,170)
#B77FB6
(183,127,182)
#C393C2
(195,147,194)
#CFA7CE
(207,167,206)
#DBBBDA
(219,187,218)
#E7CFE6
(231,207,230)
#F3E3F2
(243,227,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B1B7A color. Also use rgb(123,27,122) instead hex code.

Text Font Color

.myTextColor { color: #7B1B7A; }

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

This text font color is #7B1B7A.


Background Color

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

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

This div background color is #7B1B7A.


Border color

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

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

This div border color is #7B1B7A.


Opacity

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

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

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

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

This text has shadow with #7B1B7A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B1B7A on black background.


Color preview on white background

This text has color #7B1B7A on white background.



Black color preview on #7B1B7A background

This text has black color on #7B1B7A background.


White color preview on #7B1B7A background

This text has white color on #7B1B7A background.