COLOR #7A1C8F

HEX: #7A1C8F
RGB: (122,28,143)

Color info

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

RGB color model

#7A1C8F color RGB value is (122,28,143).

  • red value is 122;
  • green value is 28;
  • blue value is 143.
RGB:
(122,28,143)
(48%,11%,56%)

RGB channels and saturation

R 122 of 255 = 48%
G 28 of 255 = 11%
B 143 of 255 = 56%

122
28
143

R + G + B ~ 38%. #7A1C8F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
122 + 28 + 143 = 293 (100%)
R 122 of 293 ~ 41.64%
G 28 of 293 ~ 9.56%
B 143 of 293 ~ 48.81%

%41.64
%9.56
%48.81

CMYK color model

#7A1C8F color CMYK value is (15,80,0,44).

  • cyan value is 14.69%
  • magenta value is 80.42%
  • yellow value is 0.00%
  • key color value is 43.92%
CMYK:
(15,80,0,44)
C15M80Y0K44 
(15%,80%,0%,44%)
(0.15/0.80/0.00/0.44)	

CMYK percentages

%14.69
%80.42
%0
%43.92

Codes

Color #7A1C8F in popluar color models

7A1C8F
RGB12228143
HSL289°67.25%33.53%
HSB/HSV289°80.42%56.08%
CMYK14.69%80.42%0.00%
43.92%

Color #7A1C8F in popluar number systems.

HEX7A1C8F
Decimal12228143
Binary11110101110010001111
Octal17234217

Shades and tints

Shades of #7A1C8F

#7A1C8F
(122,28,143)
#6F1A82
(111,26,130)
#641875
(100,24,117)
#591668
(89,22,104)
#4E145B
(78,20,91)
#43124E
(67,18,78)
#381041
(56,16,65)
#2D0E34
(45,14,52)
#220C27
(34,12,39)
#170A1A
(23,10,26)
#0C080D
(12,8,13)
#000000
(0,0,0)

Tints of #7A1C8F

#7A1C8F
(122,28,143)
#863099
(134,48,153)
#9244A3
(146,68,163)
#9E58AD
(158,88,173)
#AA6CB7
(170,108,183)
#B680C1
(182,128,193)
#C294CB
(194,148,203)
#CEA8D5
(206,168,213)
#DABCDF
(218,188,223)
#E6D0E9
(230,208,233)
#F2E4F3
(242,228,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7A1C8F color. Also use rgb(122,28,143) instead hex code.

Text Font Color

.myTextColor { color: #7A1C8F; }

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

This text font color is #7A1C8F.


Background Color

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

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

This div background color is #7A1C8F.


Border color

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

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

This div border color is #7A1C8F.


Opacity

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

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

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

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

This text has shadow with #7A1C8F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A1C8F on black background.


Color preview on white background

This text has color #7A1C8F on white background.



Black color preview on #7A1C8F background

This text has black color on #7A1C8F background.


White color preview on #7A1C8F background

This text has white color on #7A1C8F background.