COLOR #7F0EFF

HEX: #7F0EFF RGB: (127,14,255)

Color info

#7F0EFF contains mainly blue color. Web safe color of #7F0EFF is #6600FF (or #60F).

RGB color model

#7F0EFF color RGB value is (127,14,255).

RGB: (127,14,255) (50%, 5%, 100%)

RGB channels and saturation

R 127 of 255 = 50%
G 14 of 255 = 5%
B 255 of 255 = 100%

127
14
255

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

Portions of RGB colors in percentages

R + G + B = 127 + 14 + 255 = 396 (100%)
R 127 of 396 ~ 32.07%
G 14 of 396 ~ 3.54%
B 255 of 396 ~ 64.39'%

%32.07
%64.39

CMYK color model

#7F0EFF color CMYK value is (50,95,0,0).

  • cyan value is 50.20%
  • magenta value is 94.51%
  • yellow value is 0.00%
  • key color value is 0.00%

CMYK: (50,95,0,0)
C50M95Y0K0 (50%, 95%, 0%, 0%)
(0.50 / 0.95 / 0.00 / 0.00)

CMYK percentages

%50.2
%94.51
%0
%0

Codes

Color #7F0EFF in popluar color models

7F 0E FF
RGB 127 14 255
HSL 268° 100.00% 52.75%
HSB/HSV 268° 94.51% 100.00%
CMYK 50.20% 94.51% 0.00%
0.00%

Color #7F0EFF in popluar number systems.

HEX 7F 0E FF
Decimal 127 14 255
Binary 1111111 1110 11111111
Octal 177 16 377

Shades and tints

Shades of #7F0EFF

#7F0EFF
(127,14,255)
#740DE8
(116,13,232)
#690CD1
(105,12,209)
#5E0BBA
(94,11,186)
#530AA3
(83,10,163)
#48098C
(72,9,140)
#3D0875
(61,8,117)
#32075E
(50,7,94)
#270647
(39,6,71)
#1C0530
(28,5,48)
#110419
(17,4,25)
#000000
(0,0,0)

Tints of #7F0EFF

#7F0EFF
(127,14,255)
#8A23FF
(138,35,255)
#9538FF
(149,56,255)
#A04DFF
(160,77,255)
#AB62FF
(171,98,255)
#B677FF
(182,119,255)
#C18CFF
(193,140,255)
#CCA1FF
(204,161,255)
#D7B6FF
(215,182,255)
#E2CBFF
(226,203,255)
#EDE0FF
(237,224,255)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F0EFF color. Also use rgb(127,14,255) instead hex code.

Text Font Color

.myTextColor { color: #7F0EFF; }

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

This text font color is #7F0EFF.

Background Color

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

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

This div background color is #7F0EFF.

Border color

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

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

This div border color is #7F0EFF.

Opacity

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

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

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

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

This text has shadow with #7F0EFF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7F0EFF.

Preview

Color preview on black background

This text has color #7F0EFF on black background.


Color preview on white background

This text has color #7F0EFF on white background.


Black color preview on #7F0EFF background

This text has black color on #7F0EFF background.


White color preview on #7F0EFF background

This text has white color on #7F0EFF background.


Related colors

Complementary color

Complementary color for #hex is #80F100.


I love getcolorcode.com

Triadic colors

1 #FF7F0E and #0EFF7F with #7F0EFF are triadic colors.

2 #FF0E7F and #0E7FFF with #7F0EFF are triadic colors.