Html Css Color HEX #7F13FE Electric Indigo

📋 copy color: '#7F13FE'

red 127 ◦ green 19 ◦ blue 254

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

Shades of Electric Indigo #7F13FE

Tints of Electric Indigo #7F13FE

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.75%

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

R = 31.75%
G = 4.75%
B = 63.5%

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

#7F13FE (or 0x7F13FE) is known color: Electric Indigo. HEX triplet: 7F, 13 and FE. RGB value is (127,19,254). Sum of RGB (Red+Green+Blue) = 127+19+254=400 (52% of max value = 765). Red value is 127 (50% from 255 or 31.75% from 400); Green value is 19 (7.81% from 255 or 4.75% from 400); Blue value is 254 (99.61% from 255 or 63.5% from 400); Max value from RGB is 254 - color contains mainly: blue. Hex color #7F13FE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7F13FE is #80EC01. Grayscale: #4D4D4D. Windows color (decimal): -8449026 or 16651135. OLE color: 16651135.

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

Color convert

RGB 127 19 254 -
CMYK 0.50 0.93 0 0.00
HSL 267.57º 0.99% 0.54% -
HSV(B) 267.57º 0.93% 1% -
XYZ 26.87 12.13 94.69 -
YUV 78.08 227.28 162.89 -
System Red Green Blue C M Y K H S L
Decimal 127 19 254 0.50 0.93 0 0.00 267.57 0.99 0.54
Hex 7F 13 FE 32 5D 0 0 10C 63 36
Octal 177 23 376 62 135 0 0 414 143 66
Binary 1111111 10011 11111110 110010 1011101 0 0 100001100 1100011 110110

Color Harmonies of #7F13FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F13FE

Black with #7F13FE

Text Example


Text Example

White with #7F13FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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