#7F14FF

Color #7F14FF Electric Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Electric Indigo #7F14FF

Tints of Electric Indigo #7F14FF

Color information

#7F14FF (or 0x7F14FF) is unknown color: approx Electric Indigo. HEX triplet: 7F, 14 and FF. RGB value is (127,20,255). Sum of RGB (Red+Green+Blue) = 127+20+255=402 (53% of max value = 765). Red value is 127 (50% from 255 or 31.59% from 402); Green value is 20 (8.20% from 255 or 4.98% from 402); Blue value is 255 (100% from 255 or 63.43% from 402); Max value from RGB is 255 - color contains mainly: blue. Hex color #7F14FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7F14FF is #80EB00. Grayscale: #4D4D4D. Windows color (decimal): -8448769 or 16716927. OLE color: 16716927.

HSL color Cylindrical-coordinate representation of color #7F14FF: hue angle of 267.32º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #7F14FF is Cyan = 0.50, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB12720255-
CMYK0.500.9200
HSL267.32º100%53.92%-
HSV(B)267.32º92.16%100%-
XYZ27.0512.2395.54-
YUV78.78227.45162.39-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 127 (50% from 255) = 31.59%
GREEN value IS 20 (8.20% from 255) = 4.98%
BLUE value IS 255 (100% from 255) = 63.43%
R=31.59%
G=4.98%
B=63.43%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal127202550.500.9200267.3210053.92
Hex7F14FF325C0010b6436
Octal17724377621340041314466
Binary111111110100111111111100101011100001000010111100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F14FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7F14FF; }

 p { color: rgb(127,20,255); }

 H1.HeaderClassName
 {
   color: #7F14FF;
 }
 .AnyTagClassName
 {
   color: #7F14FF;
 }
</style>
background-color css

<style>
 a { background-color: #7F14FF; }

 a { background-color: rgb(127,20,255); }

 div.DivClassName
 {
   background-color: #7F14FF;
 }
 .BgClassName
 {
   background-color: #7F14FF;
 }
</style>
border-color css

<style>
 span { border-color: #7F14FF; }

 span { border-color: rgb(127,20,255); }

 td.TdClassName
 {
   border-color: #7F14FF;
 }
 .TagClassName
 {
   border-color: #7F14FF;
 }
</style>