Html Css Color HEX #7A1DFF Electric Indigo

📋 copy color: '#7A1DFF'

red 122 ◦ green 29 ◦ blue 255

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

Shades of Electric Indigo #7A1DFF

Tints of Electric Indigo #7A1DFF

RGB

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

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

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

R = 30.05%
G = 7.14%
B = 62.81%

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

#7A1DFF (or 0x7A1DFF) is known color: Electric Indigo. HEX triplet: 7A, 1D and FF. RGB value is (122,29,255). Sum of RGB (Red+Green+Blue) = 122+29+255=406 (53% of max value = 765). Red value is 122 (48.05% from 255 or 30.05% from 406); Green value is 29 (11.72% from 255 or 7.14% from 406); Blue value is 255 (100% from 255 or 62.81% from 406); Max value from RGB is 255 - color contains mainly: blue. Hex color #7A1DFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7A1DFF is #85E200. Grayscale: #515151. Windows color (decimal): -8774145 or 16719226. OLE color: 16719226.

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

Color convert

RGB 122 29 255 -
CMYK 0.52 0.89 0 0
HSL 264.69º 1% 0.56% -
HSV(B) 264.69º 0.89% 1% -
XYZ 26.52 12.24 95.57 -
YUV 82.57 225.31 156.12 -
System Red Green Blue C M Y K H S L
Decimal 122 29 255 0.52 0.89 0 0 264.69 1 0.56
Hex 7A 1D FF 34 59 0 0 109 64 38
Octal 172 35 377 64 131 0 0 411 144 70
Binary 1111010 11101 11111111 110100 1011001 0 0 100001001 1100100 111000

Color Harmonies of #7A1DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A1DFF

Black with #7A1DFF

Text Example


Text Example

White with #7A1DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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