COLOR #7624D6

HEX: #7624D6
RGB: (118,36,214)

Color info

#7624D6 contains mainly blue color. Web safe color of #7624D6 is #6633CC (or #63C).

RGB color model

#7624D6 color RGB value is (118,36,214).

  • red value is 118;
  • green value is 36;
  • blue value is 214.
RGB:
(118,36,214)
(46%,14%,84%)

RGB channels and saturation

R 118 of 255 = 46%
G 36 of 255 = 14%
B 214 of 255 = 84%

118
36
214

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

Portions of RGB colors in percentages

R + G + B =
118 + 36 + 214 = 368 (100%)
R 118 of 368 ~ 32.07%
G 36 of 368 ~ 9.78%
B 214 of 368 ~ 58.15%

%32.07
%9.78
%58.15

CMYK color model

#7624D6 color CMYK value is (45,83,0,16).

  • cyan value is 44.86%
  • magenta value is 83.18%
  • yellow value is 0.00%
  • key color value is 16.08%
CMYK:
(45,83,0,16)
C45M83Y0K16 
(45%,83%,0%,16%)
(0.45/0.83/0.00/0.16)	

CMYK percentages

%44.86
%83.18
%0
%16.08

Codes

Color #7624D6 in popluar color models

7624D6
RGB11836214
HSL268°71.20%49.02%
HSB/HSV268°83.18%83.92%
CMYK44.86%83.18%0.00%
16.08%

Color #7624D6 in popluar number systems.

HEX7624D6
Decimal11836214
Binary111011010010011010110
Octal16644326

Shades and tints

Shades of #7624D6

#7624D6
(118,36,214)
#6C21C3
(108,33,195)
#621EB0
(98,30,176)
#581B9D
(88,27,157)
#4E188A
(78,24,138)
#441577
(68,21,119)
#3A1264
(58,18,100)
#300F51
(48,15,81)
#260C3E
(38,12,62)
#1C092B
(28,9,43)
#120618
(18,6,24)
#000000
(0,0,0)

Tints of #7624D6

#7624D6
(118,36,214)
#8237D9
(130,55,217)
#8E4ADC
(142,74,220)
#9A5DDF
(154,93,223)
#A670E2
(166,112,226)
#B283E5
(178,131,229)
#BE96E8
(190,150,232)
#CAA9EB
(202,169,235)
#D6BCEE
(214,188,238)
#E2CFF1
(226,207,241)
#EEE2F4
(238,226,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7624D6 color. Also use rgb(118,36,214) instead hex code.

Text Font Color

.myTextColor { color: #7624D6; }

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

This text font color is #7624D6.


Background Color

.myBgColor { background-color: #7624D6; }

<div style="background-color:#7624D6">Inner text</div>

This div background color is #7624D6.


Border color

.myBorderColor { border: 1px solid #7624D6; }

<div style="border:3px solid #7624D6">Div</div>

This div border color is #7624D6.


Opacity

.myOpacity80 { color: #7624D6; opacity: 0.8; }

<p style="color:#7624D6;opacity:0.8;">80%</p>

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

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

This text has shadow with #7624D6 color.

.textShadow {text-shadow: 3px 3px 1px #7624D6, 3px 3px 1px red;}

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

This text has shadow with #7624D6 primary color and red secondary color.


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

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

This text has shadow with #7624D6 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7624D6 on black background.


Color preview on white background

This text has color #7624D6 on white background.



Black color preview on #7624D6 background

This text has black color on #7624D6 background.


White color preview on #7624D6 background

This text has white color on #7624D6 background.