COLOR #7F20E8

HEX: #7F20E8
RGB: (127,32,232)

Color info

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

RGB color model

#7F20E8 color RGB value is (127,32,232).

  • red value is 127;
  • green value is 32;
  • blue value is 232.
RGB:
(127,32,232)
(50%,13%,91%)

RGB channels and saturation

R 127 of 255 = 50%
G 32 of 255 = 13%
B 232 of 255 = 91%

127
32
232

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

Portions of RGB colors in percentages

R + G + B =
127 + 32 + 232 = 391 (100%)
R 127 of 391 ~ 32.48%
G 32 of 391 ~ 8.18%
B 232 of 391 ~ 59.34%

%32.48
%59.34

CMYK color model

#7F20E8 color CMYK value is (45,86,0,9).

  • cyan value is 45.26%
  • magenta value is 86.21%
  • yellow value is 0.00%
  • key color value is 9.02%
CMYK:
(45,86,0,9)
C45M86Y0K9 
(45%,86%,0%,9%)
(0.45/0.86/0.00/0.09)	

CMYK percentages

%45.26
%86.21
%0
%9.02

Codes

Color #7F20E8 in popluar color models

7F20E8
RGB12732232
HSL269°81.30%51.76%
HSB/HSV269°86.21%90.98%
CMYK45.26%86.21%0.00%
9.02%

Color #7F20E8 in popluar number systems.

HEX7F20E8
Decimal12732232
Binary111111110000011101000
Octal17740350

Shades and tints

Shades of #7F20E8

#7F20E8
(127,32,232)
#741ED3
(116,30,211)
#691CBE
(105,28,190)
#5E1AA9
(94,26,169)
#531894
(83,24,148)
#48167F
(72,22,127)
#3D146A
(61,20,106)
#321255
(50,18,85)
#271040
(39,16,64)
#1C0E2B
(28,14,43)
#110C16
(17,12,22)
#000000
(0,0,0)

Tints of #7F20E8

#7F20E8
(127,32,232)
#8A34EA
(138,52,234)
#9548EC
(149,72,236)
#A05CEE
(160,92,238)
#AB70F0
(171,112,240)
#B684F2
(182,132,242)
#C198F4
(193,152,244)
#CCACF6
(204,172,246)
#D7C0F8
(215,192,248)
#E2D4FA
(226,212,250)
#EDE8FC
(237,232,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F20E8 color. Also use rgb(127,32,232) instead hex code.

Text Font Color

.myTextColor { color: #7F20E8; }

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

This text font color is #7F20E8.


Background Color

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

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

This div background color is #7F20E8.


Border color

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

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

This div border color is #7F20E8.


Opacity

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

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

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

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

This text has shadow with #7F20E8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F20E8 on black background.


Color preview on white background

This text has color #7F20E8 on white background.



Black color preview on #7F20E8 background

This text has black color on #7F20E8 background.


White color preview on #7F20E8 background

This text has white color on #7F20E8 background.