COLOR #7612BA

HEX: #7612BA
RGB: (118,18,186)

Color info

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

RGB color model

#7612BA color RGB value is (118,18,186).

  • red value is 118;
  • green value is 18;
  • blue value is 186.
RGB:
(118,18,186)
(46%,7%,73%)

RGB channels and saturation

R 118 of 255 = 46%
G 18 of 255 = 7%
B 186 of 255 = 73%

118
18
186

R + G + B ~ 42%. #7612BA is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
118 + 18 + 186 = 322 (100%)
R 118 of 322 ~ 36.65%
G 18 of 322 ~ 5.59%
B 186 of 322 ~ 57.76%

%36.65
%57.76

CMYK color model

#7612BA color CMYK value is (37,90,0,27).

  • cyan value is 36.56%
  • magenta value is 90.32%
  • yellow value is 0.00%
  • key color value is 27.06%
CMYK:
(37,90,0,27)
C37M90Y0K27 
(37%,90%,0%,27%)
(0.37/0.90/0.00/0.27)	

CMYK percentages

%36.56
%90.32
%0
%27.06

Codes

Color #7612BA in popluar color models

7612BA
RGB11818186
HSL276°82.35%40.00%
HSB/HSV276°90.32%72.94%
CMYK36.56%90.32%0.00%
27.06%

Color #7612BA in popluar number systems.

HEX7612BA
Decimal11818186
Binary11101101001010111010
Octal16622272

Shades and tints

Shades of #7612BA

#7612BA
(118,18,186)
#6C11AA
(108,17,170)
#62109A
(98,16,154)
#580F8A
(88,15,138)
#4E0E7A
(78,14,122)
#440D6A
(68,13,106)
#3A0C5A
(58,12,90)
#300B4A
(48,11,74)
#260A3A
(38,10,58)
#1C092A
(28,9,42)
#12081A
(18,8,26)
#000000
(0,0,0)

Tints of #7612BA

#7612BA
(118,18,186)
#8227C0
(130,39,192)
#8E3CC6
(142,60,198)
#9A51CC
(154,81,204)
#A666D2
(166,102,210)
#B27BD8
(178,123,216)
#BE90DE
(190,144,222)
#CAA5E4
(202,165,228)
#D6BAEA
(214,186,234)
#E2CFF0
(226,207,240)
#EEE4F6
(238,228,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7612BA color. Also use rgb(118,18,186) instead hex code.

Text Font Color

.myTextColor { color: #7612BA; }

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

This text font color is #7612BA.


Background Color

.myBgColor { background-color: #7612BA; }

<div style="background-color:#7612BA">Inner text</div>

This div background color is #7612BA.


Border color

.myBorderColor { border: 1px solid #7612BA; }

<div style="border:3px solid #7612BA">Div</div>

This div border color is #7612BA.


Opacity

.myOpacity80 { color: #7612BA; opacity: 0.8; }

<p style="color:#7612BA;opacity:0.8;">80%</p>

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

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

This text has shadow with #7612BA color.

.textShadow {text-shadow: 3px 3px 1px #7612BA, 3px 3px 1px red;}

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

This text has shadow with #7612BA primary color and red secondary color.


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

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

This text has shadow with #7612BA and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7612BA on black background.


Color preview on white background

This text has color #7612BA on white background.



Black color preview on #7612BA background

This text has black color on #7612BA background.


White color preview on #7612BA background

This text has white color on #7612BA background.