Html Css Color HEX #7A00FA Electric Indigo

📋 copy color: '#7A00FA'

red 122 ◦ green 0 ◦ blue 250

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

Shades of Electric Indigo #7A00FA

Tints of Electric Indigo #7A00FA

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 250 (98.05% from 255) = 67.2%

R = 32.8%
G = 0%
B = 67.2%

CMYK

 C value IS 0.51

 M value IS 1

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7A00FA (or 0x7A00FA) is known color: Electric Indigo. HEX triplet: 7A, 00 and FA. RGB value is (122,0,250). Sum of RGB (Red+Green+Blue) = 122+0+250=372 (49% of max value = 765). Red value is 122 (48.05% from 255 or 32.80% from 372); Green value is 0 (0.39% from 255 or 0% from 372); Blue value is 250 (98.05% from 255 or 67.20% from 372); Max value from RGB is 250 - color contains mainly: blue. Hex color #7A00FA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7A00FA is #85FF05. Grayscale: #404040. Windows color (decimal): -8781574 or 16384122. OLE color: 16384122.

HSL color Cylindrical-coordinate representation of color #7A00FA: hue angle of 269.28º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7A00FA is Cyan = 0.51, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 122 0 250 -
CMYK 0.51 1 0 0.02
HSL 269.28º 1% 0.49% -
HSV(B) 269.28º 1% 0.98% -
XYZ 25.28 11.04 91.24 -
YUV 64.98 232.42 168.67 -
System Red Green Blue C M Y K H S L
Decimal 122 0 250 0.51 1 0 0.02 269.28 1 0.49
Hex 7A 0 FA 33 64 0 2 10D 64 31
Octal 172 0 372 63 144 0 2 415 144 61
Binary 1111010 0 11111010 110011 1100100 0 10 100001101 1100100 110001

Color Harmonies of #7A00FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A00FA

Black with #7A00FA

Text Example


Text Example

White with #7A00FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,0,250); }

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

background-color css

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

 a { background-color: rgb(122,0,250); }

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

border-color css

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

 span { border-color: rgb(122,0,250); }

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