Html Css Color HEX #7D11FE Electric Indigo

📋 copy color: '#7D11FE'

red 125 ◦ green 17 ◦ blue 254

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

Shades of Electric Indigo #7D11FE

Tints of Electric Indigo #7D11FE

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.29%

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

R = 31.57%
G = 4.29%
B = 64.14%

CMYK

 C value IS 0.51

 M value IS 0.93

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#7D11FE (or 0x7D11FE) is known color: Electric Indigo. HEX triplet: 7D, 11 and FE. RGB value is (125,17,254). Sum of RGB (Red+Green+Blue) = 125+17+254=396 (52% of max value = 765). Red value is 125 (49.22% from 255 or 31.57% from 396); Green value is 17 (7.03% from 255 or 4.29% from 396); Blue value is 254 (99.61% from 255 or 64.14% from 396); Max value from RGB is 254 - color contains mainly: blue. Hex color #7D11FE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7D11FE is #82EE01. Grayscale: #4B4B4B. Windows color (decimal): -8580610 or 16650621. OLE color: 16650621.

HSL color Cylindrical-coordinate representation of color #7D11FE: hue angle of 267.34º 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 #7D11FE is Cyan = 0.51, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 125 17 254 -
CMYK 0.51 0.93 0 0.00
HSL 267.34º 0.99% 0.53% -
HSV(B) 267.34º 0.93% 1% -
XYZ 26.55 11.92 94.67 -
YUV 76.31 228.28 162.73 -
System Red Green Blue C M Y K H S L
Decimal 125 17 254 0.51 0.93 0 0.00 267.34 0.99 0.53
Hex 7D 11 FE 33 5D 0 0 10B 63 35
Octal 175 21 376 63 135 0 0 413 143 65
Binary 1111101 10001 11111110 110011 1011101 0 0 100001011 1100011 110101

Color Harmonies of #7D11FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D11FE

Black with #7D11FE

Text Example


Text Example

White with #7D11FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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