COLOR #7C47E3

HEX: #7C47E3
RGB: (124,71,227)

Color info

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

RGB color model

#7C47E3 color RGB value is (124,71,227).

  • red value is 124;
  • green value is 71;
  • blue value is 227.
RGB:
(124,71,227)
(49%,28%,89%)

RGB channels and saturation

R 124 of 255 = 49%
G 71 of 255 = 28%
B 227 of 255 = 89%

124
71
227

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

Portions of RGB colors in percentages

R + G + B =
124 + 71 + 227 = 422 (100%)
R 124 of 422 ~ 29.38%
G 71 of 422 ~ 16.82%
B 227 of 422 ~ 53.79%

%29.38
%16.82
%53.79

CMYK color model

#7C47E3 color CMYK value is (45,69,0,11).

  • cyan value is 45.37%
  • magenta value is 68.72%
  • yellow value is 0.00%
  • key color value is 10.98%
CMYK:
(45,69,0,11)
C45M69Y0K11 
(45%,69%,0%,11%)
(0.45/0.69/0.00/0.11)	

CMYK percentages

%45.37
%68.72
%0
%10.98

Codes

Color #7C47E3 in popluar color models

7C47E3
RGB12471227
HSL260°73.58%58.43%
HSB/HSV260°68.72%89.02%
CMYK45.37%68.72%0.00%
10.98%

Color #7C47E3 in popluar number systems.

HEX7C47E3
Decimal12471227
Binary1111100100011111100011
Octal174107343

Shades and tints

Shades of #7C47E3

#7C47E3
(124,71,227)
#7141CF
(113,65,207)
#663BBB
(102,59,187)
#5B35A7
(91,53,167)
#502F93
(80,47,147)
#45297F
(69,41,127)
#3A236B
(58,35,107)
#2F1D57
(47,29,87)
#241743
(36,23,67)
#19112F
(25,17,47)
#0E0B1B
(14,11,27)
#000000
(0,0,0)

Tints of #7C47E3

#7C47E3
(124,71,227)
#8757E5
(135,87,229)
#9267E7
(146,103,231)
#9D77E9
(157,119,233)
#A887EB
(168,135,235)
#B397ED
(179,151,237)
#BEA7EF
(190,167,239)
#C9B7F1
(201,183,241)
#D4C7F3
(212,199,243)
#DFD7F5
(223,215,245)
#EAE7F7
(234,231,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7C47E3 color. Also use rgb(124,71,227) instead hex code.

Text Font Color

.myTextColor { color: #7C47E3; }

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

This text font color is #7C47E3.


Background Color

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

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

This div background color is #7C47E3.


Border color

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

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

This div border color is #7C47E3.


Opacity

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

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

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

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

This text has shadow with #7C47E3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C47E3 on black background.


Color preview on white background

This text has color #7C47E3 on white background.



Black color preview on #7C47E3 background

This text has black color on #7C47E3 background.


White color preview on #7C47E3 background

This text has white color on #7C47E3 background.