Html Css Color HEX #7D0FFE Electric Indigo

📋 copy color: '#7D0FFE'

red 125 ◦ green 15 ◦ blue 254

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

Shades of Electric Indigo #7D0FFE

Tints of Electric Indigo #7D0FFE

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.81%

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

R = 31.73%
G = 3.81%
B = 64.47%

CMYK

 C value IS 0.51

 M value IS 0.94

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#7D0FFE (or 0x7D0FFE) is known color: Electric Indigo. HEX triplet: 7D, 0F and FE. RGB value is (125,15,254). Sum of RGB (Red+Green+Blue) = 125+15+254=394 (52% of max value = 765). Red value is 125 (49.22% from 255 or 31.73% from 394); Green value is 15 (6.25% from 255 or 3.81% from 394); Blue value is 254 (99.61% from 255 or 64.47% from 394); Max value from RGB is 254 - color contains mainly: blue. Hex color #7D0FFE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7D0FFE is #82F001. Grayscale: #4A4A4A. Windows color (decimal): -8581122 or 16650109. OLE color: 16650109.

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

Color convert

RGB 125 15 254 -
CMYK 0.51 0.94 0 0.00
HSL 267.62º 0.99% 0.53% -
HSV(B) 267.62º 0.94% 1% -
XYZ 26.52 11.86 94.66 -
YUV 75.14 228.94 163.57 -
System Red Green Blue C M Y K H S L
Decimal 125 15 254 0.51 0.94 0 0.00 267.62 0.99 0.53
Hex 7D F FE 33 5E 0 0 10C 63 35
Octal 175 17 376 63 136 0 0 414 143 65
Binary 1111101 1111 11111110 110011 1011110 0 0 100001100 1100011 110101

Color Harmonies of #7D0FFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D0FFE

Black with #7D0FFE

Text Example


Text Example

White with #7D0FFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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