Html Css Color HEX #7D1AFE Electric Indigo

📋 copy color: '#7D1AFE'

red 125 ◦ green 26 ◦ blue 254

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

Shades of Electric Indigo #7D1AFE

Tints of Electric Indigo #7D1AFE

RGB

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

 GREEN value IS 26 (10.55% from 255) = 6.42%

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

R = 30.86%
G = 6.42%
B = 62.72%

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

#7D1AFE (or 0x7D1AFE) is known color: Electric Indigo. HEX triplet: 7D, 1A and FE. RGB value is (125,26,254). Sum of RGB (Red+Green+Blue) = 125+26+254=405 (53% of max value = 765). Red value is 125 (49.22% from 255 or 30.86% from 405); Green value is 26 (10.55% from 255 or 6.42% from 405); Blue value is 254 (99.61% from 255 or 62.72% from 405); Max value from RGB is 254 - color contains mainly: blue. Hex color #7D1AFE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7D1AFE is #82E501. Grayscale: #505050. Windows color (decimal): -8578306 or 16652925. OLE color: 16652925.

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

Color convert

RGB 125 26 254 -
CMYK 0.51 0.90 0 0.00
HSL 266.05º 0.99% 0.55% -
HSV(B) 266.05º 0.9% 1% -
XYZ 26.72 12.25 94.72 -
YUV 81.59 225.3 158.96 -
System Red Green Blue C M Y K H S L
Decimal 125 26 254 0.51 0.90 0 0.00 266.05 0.99 0.55
Hex 7D 1A FE 33 5A 0 0 10A 63 37
Octal 175 32 376 63 132 0 0 412 143 67
Binary 1111101 11010 11111110 110011 1011010 0 0 100001010 1100011 110111

Color Harmonies of #7D1AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D1AFE

Black with #7D1AFE

Text Example


Text Example

White with #7D1AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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