Html Css Color HEX #7F0EFE Electric Indigo

📋 copy color: '#7F0EFE'

red 127 ◦ green 14 ◦ blue 254

#7F0EFE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Electric Indigo #7F0EFE

Tints of Electric Indigo #7F0EFE

RGB

 RED value IS 127 (50% from 255) = 32.15%

 GREEN value IS 14 (5.86% from 255) = 3.54%

 BLUE value IS 254 (99.61% from 255) = 64.3%

R = 32.15%
G = 3.54%
B = 64.3%

CMYK

 C value IS 0.50

 M value IS 0.94

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#7F0EFE (or 0x7F0EFE) is known color: Electric Indigo. HEX triplet: 7F, 0E and FE. RGB value is (127,14,254). Sum of RGB (Red+Green+Blue) = 127+14+254=395 (52% of max value = 765). Red value is 127 (50% from 255 or 32.15% from 395); Green value is 14 (5.86% from 255 or 3.54% from 395); Blue value is 254 (99.61% from 255 or 64.30% from 395); Max value from RGB is 254 - color contains mainly: blue. Hex color #7F0EFE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7F0EFE is #80F101. Grayscale: #4A4A4A. Windows color (decimal): -8450306 or 16649855. OLE color: 16649855.

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

Color convert

RGB 127 14 254 -
CMYK 0.50 0.94 0 0.00
HSL 268.25º 0.99% 0.53% -
HSV(B) 268.25º 0.94% 1% -
XYZ 26.8 11.98 94.67 -
YUV 75.15 228.94 164.99 -
System Red Green Blue C M Y K H S L
Decimal 127 14 254 0.50 0.94 0 0.00 268.25 0.99 0.53
Hex 7F E FE 32 5E 0 0 10C 63 35
Octal 177 16 376 62 136 0 0 414 143 65
Binary 1111111 1110 11111110 110010 1011110 0 0 100001100 1100011 110101

Color Harmonies of #7F0EFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F0EFE

Black with #7F0EFE

Text Example


Text Example

White with #7F0EFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,14,254); }

 H1.HeaderClassName
 {
   color: #7F0EFE;
 }
 .AnyTagClassName
 {
   color: #7F0EFE;
 }
</style>

background-color css

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

 a { background-color: rgb(127,14,254); }

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

border-color css

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

 span { border-color: rgb(127,14,254); }

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