Html Css Color HEX #7F16FE Electric Indigo

📋 copy color: '#7F16FE'

red 127 ◦ green 22 ◦ blue 254

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

Shades of Electric Indigo #7F16FE

Tints of Electric Indigo #7F16FE

RGB

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

 GREEN value IS 22 (8.98% from 255) = 5.46%

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

R = 31.51%
G = 5.46%
B = 63.03%

CMYK

 C value IS 0.50

 M value IS 0.91

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#7F16FE (or 0x7F16FE) is known color: Electric Indigo. HEX triplet: 7F, 16 and FE. RGB value is (127,22,254). Sum of RGB (Red+Green+Blue) = 127+22+254=403 (53% of max value = 765). Red value is 127 (50% from 255 or 31.51% from 403); Green value is 22 (8.98% from 255 or 5.46% from 403); Blue value is 254 (99.61% from 255 or 63.03% from 403); Max value from RGB is 254 - color contains mainly: blue. Hex color #7F16FE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7F16FE is #80E901. Grayscale: #4F4F4F. Windows color (decimal): -8448258 or 16651903. OLE color: 16651903.

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

Color convert

RGB 127 22 254 -
CMYK 0.50 0.91 0 0.00
HSL 267.16º 0.99% 0.54% -
HSV(B) 267.16º 0.91% 1% -
XYZ 26.93 12.24 94.71 -
YUV 79.84 226.29 161.64 -
System Red Green Blue C M Y K H S L
Decimal 127 22 254 0.50 0.91 0 0.00 267.16 0.99 0.54
Hex 7F 16 FE 32 5B 0 0 10B 63 36
Octal 177 26 376 62 133 0 0 413 143 66
Binary 1111111 10110 11111110 110010 1011011 0 0 100001011 1100011 110110

Color Harmonies of #7F16FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F16FE

Black with #7F16FE

Text Example


Text Example

White with #7F16FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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