COLOR #7A15E4

HEX: #7A15E4
RGB: (122,21,228)

Color info

#7A15E4 contains mainly blue color. Web safe color of #7A15E4 is #6600CC (or #60C).

RGB color model

#7A15E4 color RGB value is (122,21,228).

  • red value is 122;
  • green value is 21;
  • blue value is 228.
RGB:
(122,21,228)
(48%,8%,89%)

RGB channels and saturation

R 122 of 255 = 48%
G 21 of 255 = 8%
B 228 of 255 = 89%

122
21
228

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

Portions of RGB colors in percentages

R + G + B =
122 + 21 + 228 = 371 (100%)
R 122 of 371 ~ 32.88%
G 21 of 371 ~ 5.66%
B 228 of 371 ~ 61.46%

%32.88
%61.46

CMYK color model

#7A15E4 color CMYK value is (46,91,0,11).

  • cyan value is 46.49%
  • magenta value is 90.79%
  • yellow value is 0.00%
  • key color value is 10.59%
CMYK:
(46,91,0,11)
C46M91Y0K11 
(46%,91%,0%,11%)
(0.46/0.91/0.00/0.11)	

CMYK percentages

%46.49
%90.79
%0
%10.59

Codes

Color #7A15E4 in popluar color models

7A15E4
RGB12221228
HSL269°83.13%48.82%
HSB/HSV269°90.79%89.41%
CMYK46.49%90.79%0.00%
10.59%

Color #7A15E4 in popluar number systems.

HEX7A15E4
Decimal12221228
Binary11110101010111100100
Octal17225344

Shades and tints

Shades of #7A15E4

#7A15E4
(122,21,228)
#6F14D0
(111,20,208)
#6413BC
(100,19,188)
#5912A8
(89,18,168)
#4E1194
(78,17,148)
#431080
(67,16,128)
#380F6C
(56,15,108)
#2D0E58
(45,14,88)
#220D44
(34,13,68)
#170C30
(23,12,48)
#0C0B1C
(12,11,28)
#000000
(0,0,0)

Tints of #7A15E4

#7A15E4
(122,21,228)
#862AE6
(134,42,230)
#923FE8
(146,63,232)
#9E54EA
(158,84,234)
#AA69EC
(170,105,236)
#B67EEE
(182,126,238)
#C293F0
(194,147,240)
#CEA8F2
(206,168,242)
#DABDF4
(218,189,244)
#E6D2F6
(230,210,246)
#F2E7F8
(242,231,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7A15E4 color. Also use rgb(122,21,228) instead hex code.

Text Font Color

.myTextColor { color: #7A15E4; }

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

This text font color is #7A15E4.


Background Color

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

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

This div background color is #7A15E4.


Border color

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

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

This div border color is #7A15E4.


Opacity

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

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

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

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

This text has shadow with #7A15E4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A15E4 on black background.


Color preview on white background

This text has color #7A15E4 on white background.



Black color preview on #7A15E4 background

This text has black color on #7A15E4 background.


White color preview on #7A15E4 background

This text has white color on #7A15E4 background.