Html Css Color HEX #7E0DFF Electric Indigo

📋 copy color: '#7E0DFF'

red 126 ◦ green 13 ◦ blue 255

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

Shades of Electric Indigo #7E0DFF

Tints of Electric Indigo #7E0DFF

RGB

 RED value IS 126 (49.61% from 255) = 31.98%

 GREEN value IS 13 (5.47% from 255) = 3.3%

 BLUE value IS 255 (100% from 255) = 64.72%

R = 31.98%
G = 3.3%
B = 64.72%

CMYK

 C value IS 0.51

 M value IS 0.95

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#7E0DFF (or 0x7E0DFF) is known color: Electric Indigo. HEX triplet: 7E, 0D and FF. RGB value is (126,13,255). Sum of RGB (Red+Green+Blue) = 126+13+255=394 (52% of max value = 765). Red value is 126 (49.61% from 255 or 31.98% from 394); Green value is 13 (5.47% from 255 or 3.30% from 394); Blue value is 255 (100% from 255 or 64.72% from 394); Max value from RGB is 255 - color contains mainly: blue. Hex color #7E0DFF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7E0DFF is #81F200. Grayscale: #494949. Windows color (decimal): -8516097 or 16715134. OLE color: 16715134.

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

Color convert

RGB 126 13 255 -
CMYK 0.51 0.95 0 0
HSL 268.02º 1% 0.53% -
HSV(B) 268.02º 0.95% 1% -
XYZ 26.8 11.94 95.5 -
YUV 74.38 229.94 164.82 -
System Red Green Blue C M Y K H S L
Decimal 126 13 255 0.51 0.95 0 0 268.02 1 0.53
Hex 7E D FF 33 5F 0 0 10C 64 35
Octal 176 15 377 63 137 0 0 414 144 65
Binary 1111110 1101 11111111 110011 1011111 0 0 100001100 1100100 110101

Color Harmonies of #7E0DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E0DFF

Black with #7E0DFF

Text Example


Text Example

White with #7E0DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,13,255); }

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

background-color css

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

 a { background-color: rgb(126,13,255); }

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

border-color css

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

 span { border-color: rgb(126,13,255); }

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