COLOR #7C71F7

HEX: #7C71F7
RGB: (124,113,247)

Color info

#7C71F7 contains mainly blue color. Web safe color of #7C71F7 is #6666FF (or #66F).

RGB color model

#7C71F7 color RGB value is (124,113,247).

  • red value is 124;
  • green value is 113;
  • blue value is 247.
RGB:
(124,113,247)
(49%,44%,97%)

RGB channels and saturation

R 124 of 255 = 49%
G 113 of 255 = 44%
B 247 of 255 = 97%

124
113
247

R + G + B ~ 63%. #7C71F7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
124 + 113 + 247 = 484 (100%)
R 124 of 484 ~ 25.62%
G 113 of 484 ~ 23.35%
B 247 of 484 ~ 51.03%

%25.62
%23.35
%51.03

CMYK color model

#7C71F7 color CMYK value is (50,54,0,3).

  • cyan value is 49.80%
  • magenta value is 54.25%
  • yellow value is 0.00%
  • key color value is 3.14%
CMYK:
(50,54,0,3)
C50M54Y0K3 
(50%,54%,0%,3%)
(0.50/0.54/0.00/0.03)	

CMYK percentages

%49.8
%54.25
%0
%3.14

Codes

Color #7C71F7 in popluar color models

7C71F7
RGB124113247
HSL245°89.33%70.59%
HSB/HSV245°54.25%96.86%
CMYK49.80%54.25%0.00%
3.14%

Color #7C71F7 in popluar number systems.

HEX7C71F7
Decimal124113247
Binary1111100111000111110111
Octal174161367

Shades and tints

Shades of #7C71F7

#7C71F7
(124,113,247)
#7167E1
(113,103,225)
#665DCB
(102,93,203)
#5B53B5
(91,83,181)
#50499F
(80,73,159)
#453F89
(69,63,137)
#3A3573
(58,53,115)
#2F2B5D
(47,43,93)
#242147
(36,33,71)
#191731
(25,23,49)
#0E0D1B
(14,13,27)
#000000
(0,0,0)

Tints of #7C71F7

#7C71F7
(124,113,247)
#877DF7
(135,125,247)
#9289F7
(146,137,247)
#9D95F7
(157,149,247)
#A8A1F7
(168,161,247)
#B3ADF7
(179,173,247)
#BEB9F7
(190,185,247)
#C9C5F7
(201,197,247)
#D4D1F7
(212,209,247)
#DFDDF7
(223,221,247)
#EAE9F7
(234,233,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7C71F7 color. Also use rgb(124,113,247) instead hex code.

Text Font Color

.myTextColor { color: #7C71F7; }

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

This text font color is #7C71F7.


Background Color

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

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

This div background color is #7C71F7.


Border color

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

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

This div border color is #7C71F7.


Opacity

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

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

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

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

This text has shadow with #7C71F7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C71F7 on black background.


Color preview on white background

This text has color #7C71F7 on white background.



Black color preview on #7C71F7 background

This text has black color on #7C71F7 background.


White color preview on #7C71F7 background

This text has white color on #7C71F7 background.