Html Css Color HEX #7A0FFE Electric Indigo

📋 copy color: '#7A0FFE'

red 122 ◦ green 15 ◦ blue 254

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

Shades of Electric Indigo #7A0FFE

Tints of Electric Indigo #7A0FFE

RGB

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

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

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

R = 31.2%
G = 3.84%
B = 64.96%

CMYK

 C value IS 0.52

 M value IS 0.94

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#7A0FFE (or 0x7A0FFE) is known color: Electric Indigo. HEX triplet: 7A, 0F and FE. RGB value is (122,15,254). Sum of RGB (Red+Green+Blue) = 122+15+254=391 (51% of max value = 765). Red value is 122 (48.05% from 255 or 31.20% from 391); Green value is 15 (6.25% from 255 or 3.84% from 391); Blue value is 254 (99.61% from 255 or 64.96% from 391); Max value from RGB is 254 - color contains mainly: blue. Hex color #7A0FFE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7A0FFE is #85F001. Grayscale: #494949. Windows color (decimal): -8777730 or 16650106. OLE color: 16650106.

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

Color convert

RGB 122 15 254 -
CMYK 0.52 0.94 0 0.00
HSL 266.86º 0.99% 0.53% -
HSV(B) 266.86º 0.94% 1% -
XYZ 26.09 11.63 94.64 -
YUV 74.24 229.45 162.07 -
System Red Green Blue C M Y K H S L
Decimal 122 15 254 0.52 0.94 0 0.00 266.86 0.99 0.53
Hex 7A F FE 34 5E 0 0 10B 63 35
Octal 172 17 376 64 136 0 0 413 143 65
Binary 1111010 1111 11111110 110100 1011110 0 0 100001011 1100011 110101

Color Harmonies of #7A0FFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A0FFE

Black with #7A0FFE

Text Example


Text Example

White with #7A0FFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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