COLOR #7F3FE3

HEX: #7F3FE3
RGB: (127,63,227)

Color info

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

RGB color model

#7F3FE3 color RGB value is (127,63,227).

  • red value is 127;
  • green value is 63;
  • blue value is 227.
RGB:
(127,63,227)
(50%,25%,89%)

RGB channels and saturation

R 127 of 255 = 50%
G 63 of 255 = 25%
B 227 of 255 = 89%

127
63
227

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

Portions of RGB colors in percentages

R + G + B =
127 + 63 + 227 = 417 (100%)
R 127 of 417 ~ 30.46%
G 63 of 417 ~ 15.11%
B 227 of 417 ~ 54.44%

%30.46
%15.11
%54.44

CMYK color model

#7F3FE3 color CMYK value is (44,72,0,11).

  • cyan value is 44.05%
  • magenta value is 72.25%
  • yellow value is 0.00%
  • key color value is 10.98%
CMYK:
(44,72,0,11)
C44M72Y0K11 
(44%,72%,0%,11%)
(0.44/0.72/0.00/0.11)	

CMYK percentages

%44.05
%72.25
%0
%10.98

Codes

Color #7F3FE3 in popluar color models

7F3FE3
RGB12763227
HSL263°74.55%56.86%
HSB/HSV263°72.25%89.02%
CMYK44.05%72.25%0.00%
10.98%

Color #7F3FE3 in popluar number systems.

HEX7F3FE3
Decimal12763227
Binary111111111111111100011
Octal17777343

Shades and tints

Shades of #7F3FE3

#7F3FE3
(127,63,227)
#743ACF
(116,58,207)
#6935BB
(105,53,187)
#5E30A7
(94,48,167)
#532B93
(83,43,147)
#48267F
(72,38,127)
#3D216B
(61,33,107)
#321C57
(50,28,87)
#271743
(39,23,67)
#1C122F
(28,18,47)
#110D1B
(17,13,27)
#000000
(0,0,0)

Tints of #7F3FE3

#7F3FE3
(127,63,227)
#8A50E5
(138,80,229)
#9561E7
(149,97,231)
#A072E9
(160,114,233)
#AB83EB
(171,131,235)
#B694ED
(182,148,237)
#C1A5EF
(193,165,239)
#CCB6F1
(204,182,241)
#D7C7F3
(215,199,243)
#E2D8F5
(226,216,245)
#EDE9F7
(237,233,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F3FE3 color. Also use rgb(127,63,227) instead hex code.

Text Font Color

.myTextColor { color: #7F3FE3; }

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

This text font color is #7F3FE3.


Background Color

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

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

This div background color is #7F3FE3.


Border color

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

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

This div border color is #7F3FE3.


Opacity

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

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

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

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

This text has shadow with #7F3FE3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F3FE3 on black background.


Color preview on white background

This text has color #7F3FE3 on white background.



Black color preview on #7F3FE3 background

This text has black color on #7F3FE3 background.


White color preview on #7F3FE3 background

This text has white color on #7F3FE3 background.