COLOR #7B1F6A

HEX: #7B1F6A
RGB: (123,31,106)

Color info

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

RGB color model

#7B1F6A color RGB value is (123,31,106).

  • red value is 123;
  • green value is 31;
  • blue value is 106.
RGB:
(123,31,106)
(48%,12%,42%)

RGB channels and saturation

R 123 of 255 = 48%
G 31 of 255 = 12%
B 106 of 255 = 42%

123
31
106

R + G + B ~ 34%. #7B1F6A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
123 + 31 + 106 = 260 (100%)
R 123 of 260 ~ 47.31%
G 31 of 260 ~ 11.92%
B 106 of 260 ~ 40.77%

%47.31
%11.92
%40.77

CMYK color model

#7B1F6A color CMYK value is (0,75,14,52).

  • cyan value is 0.00%
  • magenta value is 74.80%
  • yellow value is 13.82%
  • key color value is 51.76%
CMYK:
(0,75,14,52)
C0M75Y14K52 
(0%,75%,14%,52%)
(0.00/0.75/0.14/0.52)	

CMYK percentages

%0
%74.8
%13.82
%51.76

Codes

Color #7B1F6A in popluar color models

7B1F6A
RGB12331106
HSL311°59.74%30.20%
HSB/HSV311°74.80%48.24%
CMYK0.00%74.80%13.82%
51.76%

Color #7B1F6A in popluar number systems.

HEX7B1F6A
Decimal12331106
Binary1111011111111101010
Octal17337152

Shades and tints

Shades of #7B1F6A

#7B1F6A
(123,31,106)
#701D61
(112,29,97)
#651B58
(101,27,88)
#5A194F
(90,25,79)
#4F1746
(79,23,70)
#44153D
(68,21,61)
#391334
(57,19,52)
#2E112B
(46,17,43)
#230F22
(35,15,34)
#180D19
(24,13,25)
#0D0B10
(13,11,16)
#000000
(0,0,0)

Tints of #7B1F6A

#7B1F6A
(123,31,106)
#873377
(135,51,119)
#934784
(147,71,132)
#9F5B91
(159,91,145)
#AB6F9E
(171,111,158)
#B783AB
(183,131,171)
#C397B8
(195,151,184)
#CFABC5
(207,171,197)
#DBBFD2
(219,191,210)
#E7D3DF
(231,211,223)
#F3E7EC
(243,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B1F6A color. Also use rgb(123,31,106) instead hex code.

Text Font Color

.myTextColor { color: #7B1F6A; }

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

This text font color is #7B1F6A.


Background Color

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

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

This div background color is #7B1F6A.


Border color

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

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

This div border color is #7B1F6A.


Opacity

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

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

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

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

This text has shadow with #7B1F6A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B1F6A on black background.


Color preview on white background

This text has color #7B1F6A on white background.



Black color preview on #7B1F6A background

This text has black color on #7B1F6A background.


White color preview on #7B1F6A background

This text has white color on #7B1F6A background.