COLOR #7A11F1

HEX: #7A11F1
RGB: (122,17,241)

Color info

#7A11F1 contains mainly blue color. Web safe color of #7A11F1 is #6600FF (or #60F).

RGB color model

#7A11F1 color RGB value is (122,17,241).

  • red value is 122;
  • green value is 17;
  • blue value is 241.
RGB:
(122,17,241)
(48%,7%,95%)

RGB channels and saturation

R 122 of 255 = 48%
G 17 of 255 = 7%
B 241 of 255 = 95%

122
17
241

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

Portions of RGB colors in percentages

R + G + B =
122 + 17 + 241 = 380 (100%)
R 122 of 380 ~ 32.11%
G 17 of 380 ~ 4.47%
B 241 of 380 ~ 63.42%

%32.11
%63.42

CMYK color model

#7A11F1 color CMYK value is (49,93,0,5).

  • cyan value is 49.38%
  • magenta value is 92.95%
  • yellow value is 0.00%
  • key color value is 5.49%
CMYK:
(49,93,0,5)
C49M93Y0K5 
(49%,93%,0%,5%)
(0.49/0.93/0.00/0.05)	

CMYK percentages

%49.38
%92.95
%0
%5.49

Codes

Color #7A11F1 in popluar color models

7A11F1
RGB12217241
HSL268°88.89%50.59%
HSB/HSV268°92.95%94.51%
CMYK49.38%92.95%0.00%
5.49%

Color #7A11F1 in popluar number systems.

HEX7A11F1
Decimal12217241
Binary11110101000111110001
Octal17221361

Shades and tints

Shades of #7A11F1

#7A11F1
(122,17,241)
#6F10DC
(111,16,220)
#640FC7
(100,15,199)
#590EB2
(89,14,178)
#4E0D9D
(78,13,157)
#430C88
(67,12,136)
#380B73
(56,11,115)
#2D0A5E
(45,10,94)
#220949
(34,9,73)
#170834
(23,8,52)
#0C071F
(12,7,31)
#000000
(0,0,0)

Tints of #7A11F1

#7A11F1
(122,17,241)
#8626F2
(134,38,242)
#923BF3
(146,59,243)
#9E50F4
(158,80,244)
#AA65F5
(170,101,245)
#B67AF6
(182,122,246)
#C28FF7
(194,143,247)
#CEA4F8
(206,164,248)
#DAB9F9
(218,185,249)
#E6CEFA
(230,206,250)
#F2E3FB
(242,227,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7A11F1 color. Also use rgb(122,17,241) instead hex code.

Text Font Color

.myTextColor { color: #7A11F1; }

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

This text font color is #7A11F1.


Background Color

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

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

This div background color is #7A11F1.


Border color

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

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

This div border color is #7A11F1.


Opacity

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

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

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

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

This text has shadow with #7A11F1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A11F1 on black background.


Color preview on white background

This text has color #7A11F1 on white background.



Black color preview on #7A11F1 background

This text has black color on #7A11F1 background.


White color preview on #7A11F1 background

This text has white color on #7A11F1 background.