Html Css Color HEX #7A0FF2 Electric Indigo

📋 copy color: '#7A0FF2'

red 122 ◦ green 15 ◦ blue 242

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

Shades of Electric Indigo #7A0FF2

Tints of Electric Indigo #7A0FF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 63.85%

R = 32.19%
G = 3.96%
B = 63.85%

CMYK

 C value IS 0.50

 M value IS 0.94

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#7A0FF2 (or 0x7A0FF2) is known color: Electric Indigo. HEX triplet: 7A, 0F and F2. RGB value is (122,15,242). Sum of RGB (Red+Green+Blue) = 122+15+242=379 (50% of max value = 765). Red value is 122 (48.05% from 255 or 32.19% from 379); Green value is 15 (6.25% from 255 or 3.96% from 379); Blue value is 242 (94.92% from 255 or 63.85% from 379); Max value from RGB is 242 - color contains mainly: blue. Hex color #7A0FF2 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7A0FF2 is #85F00D. Grayscale: #484848. Windows color (decimal): -8777742 or 15863674. OLE color: 15863674.

HSL color Cylindrical-coordinate representation of color #7A0FF2: hue angle of 268.28º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7A0FF2 is Cyan = 0.50, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 122 15 242 -
CMYK 0.50 0.94 0 0.05
HSL 268.28º 0.9% 0.5% -
HSV(B) 268.28º 0.94% 0.95% -
XYZ 24.22 10.89 84.83 -
YUV 72.87 223.45 163.04 -
System Red Green Blue C M Y K H S L
Decimal 122 15 242 0.50 0.94 0 0.05 268.28 0.9 0.5
Hex 7A F F2 32 5E 0 5 10C 5A 32
Octal 172 17 362 62 136 0 5 414 132 62
Binary 1111010 1111 11110010 110010 1011110 0 101 100001100 1011010 110010

Color Harmonies of #7A0FF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A0FF2

Black with #7A0FF2

Text Example


Text Example

White with #7A0FF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,15,242); }

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

background-color css

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

 a { background-color: rgb(122,15,242); }

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

border-color css

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

 span { border-color: rgb(122,15,242); }

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