Html Css Color HEX #7F0AFE Electric Indigo

📋 copy color: '#7F0AFE'

red 127 ◦ green 10 ◦ blue 254

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

Shades of Electric Indigo #7F0AFE

Tints of Electric Indigo #7F0AFE

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.56%

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

R = 32.48%
G = 2.56%
B = 64.96%

CMYK

 C value IS 0.50

 M value IS 0.96

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#7F0AFE (or 0x7F0AFE) is known color: Electric Indigo. HEX triplet: 7F, 0A and FE. RGB value is (127,10,254). Sum of RGB (Red+Green+Blue) = 127+10+254=391 (51% of max value = 765). Red value is 127 (50% from 255 or 32.48% from 391); Green value is 10 (4.30% from 255 or 2.56% from 391); Blue value is 254 (99.61% from 255 or 64.96% from 391); Max value from RGB is 254 - color contains mainly: blue. Hex color #7F0AFE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7F0AFE is #80F501. Grayscale: #474747. Windows color (decimal): -8451330 or 16648831. OLE color: 16648831.

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

Color convert

RGB 127 10 254 -
CMYK 0.50 0.96 0 0.00
HSL 268.77º 0.99% 0.52% -
HSV(B) 268.77º 0.96% 1% -
XYZ 26.75 11.88 94.65 -
YUV 72.8 230.26 166.66 -
System Red Green Blue C M Y K H S L
Decimal 127 10 254 0.50 0.96 0 0.00 268.77 0.99 0.52
Hex 7F A FE 32 60 0 0 10D 63 34
Octal 177 12 376 62 140 0 0 415 143 64
Binary 1111111 1010 11111110 110010 1100000 0 0 100001101 1100011 110100

Color Harmonies of #7F0AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F0AFE

Black with #7F0AFE

Text Example


Text Example

White with #7F0AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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