Html Css Color HEX #7A1DFE Electric Indigo

📋 copy color: '#7A1DFE'

red 122 ◦ green 29 ◦ blue 254

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

Shades of Electric Indigo #7A1DFE

Tints of Electric Indigo #7A1DFE

RGB

 RED value IS 122 (48.05% from 255) = 30.12%

 GREEN value IS 29 (11.72% from 255) = 7.16%

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

R = 30.12%
G = 7.16%
B = 62.72%

CMYK

 C value IS 0.52

 M value IS 0.89

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#7A1DFE (or 0x7A1DFE) is known color: Electric Indigo. HEX triplet: 7A, 1D and FE. RGB value is (122,29,254). Sum of RGB (Red+Green+Blue) = 122+29+254=405 (53% of max value = 765). Red value is 122 (48.05% from 255 or 30.12% from 405); Green value is 29 (11.72% from 255 or 7.16% 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 #7A1DFE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7A1DFE is #85E201. Grayscale: #515151. Windows color (decimal): -8774146 or 16653690. OLE color: 16653690.

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

Color convert

RGB 122 29 254 -
CMYK 0.52 0.89 0 0.00
HSL 264.8º 0.99% 0.55% -
HSV(B) 264.8º 0.89% 1% -
XYZ 26.35 12.17 94.73 -
YUV 82.46 224.81 156.2 -
System Red Green Blue C M Y K H S L
Decimal 122 29 254 0.52 0.89 0 0.00 264.8 0.99 0.55
Hex 7A 1D FE 34 59 0 0 109 63 37
Octal 172 35 376 64 131 0 0 411 143 67
Binary 1111010 11101 11111110 110100 1011001 0 0 100001001 1100011 110111

Color Harmonies of #7A1DFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A1DFE

Black with #7A1DFE

Text Example


Text Example

White with #7A1DFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,29,254); }

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

background-color css

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

 a { background-color: rgb(122,29,254); }

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

border-color css

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

 span { border-color: rgb(122,29,254); }

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