Html Css Color HEX #7A1BFF Electric Indigo

📋 copy color: '#7A1BFF'

red 122 ◦ green 27 ◦ blue 255

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

Shades of Electric Indigo #7A1BFF

Tints of Electric Indigo #7A1BFF

RGB

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

 GREEN value IS 27 (10.94% from 255) = 6.68%

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

R = 30.2%
G = 6.68%
B = 63.12%

CMYK

 C value IS 0.52

 M value IS 0.89

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#7A1BFF (or 0x7A1BFF) is known color: Electric Indigo. HEX triplet: 7A, 1B and FF. RGB value is (122,27,255). Sum of RGB (Red+Green+Blue) = 122+27+255=404 (53% of max value = 765). Red value is 122 (48.05% from 255 or 30.20% from 404); Green value is 27 (10.94% from 255 or 6.68% from 404); Blue value is 255 (100% from 255 or 63.12% from 404); Max value from RGB is 255 - color contains mainly: blue. Hex color #7A1BFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7A1BFF is #85E400. Grayscale: #505050. Windows color (decimal): -8774657 or 16718714. OLE color: 16718714.

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

Color convert

RGB 122 27 255 -
CMYK 0.52 0.89 0 0
HSL 265º 1% 0.55% -
HSV(B) 265º 0.89% 1% -
XYZ 26.47 12.14 95.56 -
YUV 81.4 225.97 156.96 -
System Red Green Blue C M Y K H S L
Decimal 122 27 255 0.52 0.89 0 0 265 1 0.55
Hex 7A 1B FF 34 59 0 0 109 64 37
Octal 172 33 377 64 131 0 0 411 144 67
Binary 1111010 11011 11111111 110100 1011001 0 0 100001001 1100100 110111

Color Harmonies of #7A1BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A1BFF

Black with #7A1BFF

Text Example


Text Example

White with #7A1BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,27,255); }

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

background-color css

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

 a { background-color: rgb(122,27,255); }

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

border-color css

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

 span { border-color: rgb(122,27,255); }

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