COLOR #7C04E0

HEX: #7C04E0
RGB: (124,4,224)

Color info

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

RGB color model

#7C04E0 color RGB value is (124,4,224).

  • red value is 124;
  • green value is 4;
  • blue value is 224.
RGB:
(124,4,224)
(49%,2%,88%)

RGB channels and saturation

R 124 of 255 = 49%
G 4 of 255 = 2%
B 224 of 255 = 88%

124
4
224

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

Portions of RGB colors in percentages

R + G + B =
124 + 4 + 224 = 352 (100%)
R 124 of 352 ~ 35.23%
G 4 of 352 ~ 1.14%
B 224 of 352 ~ 63.64%

%35.23
%63.64

CMYK color model

#7C04E0 color CMYK value is (45,98,0,12).

  • cyan value is 44.64%
  • magenta value is 98.21%
  • yellow value is 0.00%
  • key color value is 12.16%
CMYK:
(45,98,0,12)
C45M98Y0K12 
(45%,98%,0%,12%)
(0.45/0.98/0.00/0.12)	

CMYK percentages

%44.64
%98.21
%0
%12.16

Codes

Color #7C04E0 in popluar color models

7C04E0
RGB1244224
HSL273°96.49%44.71%
HSB/HSV273°98.21%87.84%
CMYK44.64%98.21%0.00%
12.16%

Color #7C04E0 in popluar number systems.

HEX7C04E0
Decimal1244224
Binary111110010011100000
Octal1744340

Shades and tints

Shades of #7C04E0

#7C04E0
(124,4,224)
#7104CC
(113,4,204)
#6604B8
(102,4,184)
#5B04A4
(91,4,164)
#500490
(80,4,144)
#45047C
(69,4,124)
#3A0468
(58,4,104)
#2F0454
(47,4,84)
#240440
(36,4,64)
#19042C
(25,4,44)
#0E0418
(14,4,24)
#000000
(0,0,0)

Tints of #7C04E0

#7C04E0
(124,4,224)
#871AE2
(135,26,226)
#9230E4
(146,48,228)
#9D46E6
(157,70,230)
#A85CE8
(168,92,232)
#B372EA
(179,114,234)
#BE88EC
(190,136,236)
#C99EEE
(201,158,238)
#D4B4F0
(212,180,240)
#DFCAF2
(223,202,242)
#EAE0F4
(234,224,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7C04E0 color. Also use rgb(124,4,224) instead hex code.

Text Font Color

.myTextColor { color: #7C04E0; }

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

This text font color is #7C04E0.


Background Color

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

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

This div background color is #7C04E0.


Border color

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

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

This div border color is #7C04E0.


Opacity

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

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

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

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

This text has shadow with #7C04E0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C04E0 on black background.


Color preview on white background

This text has color #7C04E0 on white background.



Black color preview on #7C04E0 background

This text has black color on #7C04E0 background.


White color preview on #7C04E0 background

This text has white color on #7C04E0 background.