Html Css Color HEX #7F12FE Electric Indigo

📋 copy color: '#7F12FE'

red 127 ◦ green 18 ◦ blue 254

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

Shades of Electric Indigo #7F12FE

Tints of Electric Indigo #7F12FE

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.51%

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

R = 31.83%
G = 4.51%
B = 63.66%

CMYK

 C value IS 0.50

 M value IS 0.93

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#7F12FE (or 0x7F12FE) is known color: Electric Indigo. HEX triplet: 7F, 12 and FE. RGB value is (127,18,254). Sum of RGB (Red+Green+Blue) = 127+18+254=399 (52% of max value = 765). Red value is 127 (50% from 255 or 31.83% from 399); Green value is 18 (7.42% from 255 or 4.51% from 399); Blue value is 254 (99.61% from 255 or 63.66% from 399); Max value from RGB is 254 - color contains mainly: blue. Hex color #7F12FE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7F12FE is #80ED01. Grayscale: #4C4C4C. Windows color (decimal): -8449282 or 16650879. OLE color: 16650879.

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

Color convert

RGB 127 18 254 -
CMYK 0.50 0.93 0 0.00
HSL 267.71º 0.99% 0.53% -
HSV(B) 267.71º 0.93% 1% -
XYZ 26.86 12.1 94.69 -
YUV 77.5 227.61 163.31 -
System Red Green Blue C M Y K H S L
Decimal 127 18 254 0.50 0.93 0 0.00 267.71 0.99 0.53
Hex 7F 12 FE 32 5D 0 0 10C 63 35
Octal 177 22 376 62 135 0 0 414 143 65
Binary 1111111 10010 11111110 110010 1011101 0 0 100001100 1100011 110101

Color Harmonies of #7F12FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F12FE

Black with #7F12FE

Text Example


Text Example

White with #7F12FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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