Html Css Color HEX #7D19FE Electric Indigo

📋 copy color: '#7D19FE'

red 125 ◦ green 25 ◦ blue 254

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

Shades of Electric Indigo #7D19FE

Tints of Electric Indigo #7D19FE

RGB

 RED value IS 125 (49.22% from 255) = 30.94%

 GREEN value IS 25 (10.16% from 255) = 6.19%

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

R = 30.94%
G = 6.19%
B = 62.87%

CMYK

 C value IS 0.51

 M value IS 0.90

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#7D19FE (or 0x7D19FE) is known color: Electric Indigo. HEX triplet: 7D, 19 and FE. RGB value is (125,25,254). Sum of RGB (Red+Green+Blue) = 125+25+254=404 (53% of max value = 765). Red value is 125 (49.22% from 255 or 30.94% from 404); Green value is 25 (10.16% from 255 or 6.19% from 404); Blue value is 254 (99.61% from 255 or 62.87% from 404); Max value from RGB is 254 - color contains mainly: blue. Hex color #7D19FE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7D19FE is #82E601. Grayscale: #505050. Windows color (decimal): -8578562 or 16652669. OLE color: 16652669.

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

Color convert

RGB 125 25 254 -
CMYK 0.51 0.90 0 0.00
HSL 266.2º 0.99% 0.55% -
HSV(B) 266.2º 0.9% 1% -
XYZ 26.69 12.21 94.72 -
YUV 81.01 225.63 159.38 -
System Red Green Blue C M Y K H S L
Decimal 125 25 254 0.51 0.90 0 0.00 266.2 0.99 0.55
Hex 7D 19 FE 33 5A 0 0 10A 63 37
Octal 175 31 376 63 132 0 0 412 143 67
Binary 1111101 11001 11111110 110011 1011010 0 0 100001010 1100011 110111

Color Harmonies of #7D19FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D19FE

Black with #7D19FE

Text Example


Text Example

White with #7D19FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,25,254); }

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

background-color css

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

 a { background-color: rgb(125,25,254); }

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

border-color css

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

 span { border-color: rgb(125,25,254); }

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