COLOR #7A12D4

HEX: #7A12D4
RGB: (122,18,212)

Color info

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

RGB color model

#7A12D4 color RGB value is (122,18,212).

  • red value is 122;
  • green value is 18;
  • blue value is 212.
RGB:
(122,18,212)
(48%,7%,83%)

RGB channels and saturation

R 122 of 255 = 48%
G 18 of 255 = 7%
B 212 of 255 = 83%

122
18
212

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

Portions of RGB colors in percentages

R + G + B =
122 + 18 + 212 = 352 (100%)
R 122 of 352 ~ 34.66%
G 18 of 352 ~ 5.11%
B 212 of 352 ~ 60.23%

%34.66
%60.23

CMYK color model

#7A12D4 color CMYK value is (42,92,0,17).

  • cyan value is 42.45%
  • magenta value is 91.51%
  • yellow value is 0.00%
  • key color value is 16.86%
CMYK:
(42,92,0,17)
C42M92Y0K17 
(42%,92%,0%,17%)
(0.42/0.92/0.00/0.17)	

CMYK percentages

%42.45
%91.51
%0
%16.86

Codes

Color #7A12D4 in popluar color models

7A12D4
RGB12218212
HSL272°84.35%45.10%
HSB/HSV272°91.51%83.14%
CMYK42.45%91.51%0.00%
16.86%

Color #7A12D4 in popluar number systems.

HEX7A12D4
Decimal12218212
Binary11110101001011010100
Octal17222324

Shades and tints

Shades of #7A12D4

#7A12D4
(122,18,212)
#6F11C1
(111,17,193)
#6410AE
(100,16,174)
#590F9B
(89,15,155)
#4E0E88
(78,14,136)
#430D75
(67,13,117)
#380C62
(56,12,98)
#2D0B4F
(45,11,79)
#220A3C
(34,10,60)
#170929
(23,9,41)
#0C0816
(12,8,22)
#000000
(0,0,0)

Tints of #7A12D4

#7A12D4
(122,18,212)
#8627D7
(134,39,215)
#923CDA
(146,60,218)
#9E51DD
(158,81,221)
#AA66E0
(170,102,224)
#B67BE3
(182,123,227)
#C290E6
(194,144,230)
#CEA5E9
(206,165,233)
#DABAEC
(218,186,236)
#E6CFEF
(230,207,239)
#F2E4F2
(242,228,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7A12D4 color. Also use rgb(122,18,212) instead hex code.

Text Font Color

.myTextColor { color: #7A12D4; }

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

This text font color is #7A12D4.


Background Color

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

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

This div background color is #7A12D4.


Border color

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

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

This div border color is #7A12D4.


Opacity

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

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

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

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

This text has shadow with #7A12D4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A12D4 on black background.


Color preview on white background

This text has color #7A12D4 on white background.



Black color preview on #7A12D4 background

This text has black color on #7A12D4 background.


White color preview on #7A12D4 background

This text has white color on #7A12D4 background.