COLOR #7C36EF

HEX: #7C36EF
RGB: (124,54,239)

Color info

#7C36EF contains mainly blue color. Web safe color of #7C36EF is #6633FF (or #63F).

RGB color model

#7C36EF color RGB value is (124,54,239).

  • red value is 124;
  • green value is 54;
  • blue value is 239.
RGB:
(124,54,239)
(49%,21%,94%)

RGB channels and saturation

R 124 of 255 = 49%
G 54 of 255 = 21%
B 239 of 255 = 94%

124
54
239

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

Portions of RGB colors in percentages

R + G + B =
124 + 54 + 239 = 417 (100%)
R 124 of 417 ~ 29.74%
G 54 of 417 ~ 12.95%
B 239 of 417 ~ 57.31%

%29.74
%12.95
%57.31

CMYK color model

#7C36EF color CMYK value is (48,77,0,6).

  • cyan value is 48.12%
  • magenta value is 77.41%
  • yellow value is 0.00%
  • key color value is 6.27%
CMYK:
(48,77,0,6)
C48M77Y0K6 
(48%,77%,0%,6%)
(0.48/0.77/0.00/0.06)	

CMYK percentages

%48.12
%77.41
%0
%6.27

Codes

Color #7C36EF in popluar color models

7C36EF
RGB12454239
HSL263°85.25%57.45%
HSB/HSV263°77.41%93.73%
CMYK48.12%77.41%0.00%
6.27%

Color #7C36EF in popluar number systems.

HEX7C36EF
Decimal12454239
Binary111110011011011101111
Octal17466357

Shades and tints

Shades of #7C36EF

#7C36EF
(124,54,239)
#7132DA
(113,50,218)
#662EC5
(102,46,197)
#5B2AB0
(91,42,176)
#50269B
(80,38,155)
#452286
(69,34,134)
#3A1E71
(58,30,113)
#2F1A5C
(47,26,92)
#241647
(36,22,71)
#191232
(25,18,50)
#0E0E1D
(14,14,29)
#000000
(0,0,0)

Tints of #7C36EF

#7C36EF
(124,54,239)
#8748F0
(135,72,240)
#925AF1
(146,90,241)
#9D6CF2
(157,108,242)
#A87EF3
(168,126,243)
#B390F4
(179,144,244)
#BEA2F5
(190,162,245)
#C9B4F6
(201,180,246)
#D4C6F7
(212,198,247)
#DFD8F8
(223,216,248)
#EAEAF9
(234,234,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7C36EF color. Also use rgb(124,54,239) instead hex code.

Text Font Color

.myTextColor { color: #7C36EF; }

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

This text font color is #7C36EF.


Background Color

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

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

This div background color is #7C36EF.


Border color

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

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

This div border color is #7C36EF.


Opacity

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

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

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

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

This text has shadow with #7C36EF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C36EF on black background.


Color preview on white background

This text has color #7C36EF on white background.



Black color preview on #7C36EF background

This text has black color on #7C36EF background.


White color preview on #7C36EF background

This text has white color on #7C36EF background.