Html Css Color HEX #7F05FE Electric Indigo

📋 copy color: '#7F05FE'

red 127 ◦ green 5 ◦ blue 254

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

Shades of Electric Indigo #7F05FE

Tints of Electric Indigo #7F05FE

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.3%

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

R = 32.9%
G = 1.3%
B = 65.8%

CMYK

 C value IS 0.50

 M value IS 0.98

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#7F05FE (or 0x7F05FE) is known color: Electric Indigo. HEX triplet: 7F, 05 and FE. RGB value is (127,5,254). Sum of RGB (Red+Green+Blue) = 127+5+254=386 (51% of max value = 765). Red value is 127 (50% from 255 or 32.90% from 386); Green value is 5 (2.34% from 255 or 1.30% from 386); Blue value is 254 (99.61% from 255 or 65.80% from 386); Max value from RGB is 254 - color contains mainly: blue. Hex color #7F05FE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7F05FE is #80FA01. Grayscale: #444444. Windows color (decimal): -8452610 or 16647551. OLE color: 16647551.

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

Color convert

RGB 127 5 254 -
CMYK 0.50 0.98 0 0.00
HSL 269.4º 0.99% 0.51% -
HSV(B) 269.4º 0.98% 1% -
XYZ 26.7 11.78 94.63 -
YUV 69.86 231.92 168.75 -
System Red Green Blue C M Y K H S L
Decimal 127 5 254 0.50 0.98 0 0.00 269.4 0.99 0.51
Hex 7F 5 FE 32 62 0 0 10D 63 33
Octal 177 5 376 62 142 0 0 415 143 63
Binary 1111111 101 11111110 110010 1100010 0 0 100001101 1100011 110011

Color Harmonies of #7F05FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F05FE

Black with #7F05FE

Text Example


Text Example

White with #7F05FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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