Html Css Color HEX #7A06EA Electric Indigo

📋 copy color: '#7A06EA'

red 122 ◦ green 6 ◦ blue 234

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

Shades of Electric Indigo #7A06EA

Tints of Electric Indigo #7A06EA

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.66%

 BLUE value IS 234 (91.8% from 255) = 64.64%

R = 33.7%
G = 1.66%
B = 64.64%

CMYK

 C value IS 0.48

 M value IS 0.97

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#7A06EA (or 0x7A06EA) is known color: Electric Indigo. HEX triplet: 7A, 06 and EA. RGB value is (122,6,234). Sum of RGB (Red+Green+Blue) = 122+6+234=362 (47% of max value = 765). Red value is 122 (48.05% from 255 or 33.70% from 362); Green value is 6 (2.73% from 255 or 1.66% from 362); Blue value is 234 (91.80% from 255 or 64.64% from 362); Max value from RGB is 234 - color contains mainly: blue. Hex color #7A06EA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7A06EA is #85F915. Grayscale: #414141. Windows color (decimal): -8780054 or 15337082. OLE color: 15337082.

HSL color Cylindrical-coordinate representation of color #7A06EA: hue angle of 270.53º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7A06EA is Cyan = 0.48, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 122 6 234 -
CMYK 0.48 0.97 0 0.08
HSL 270.53º 0.95% 0.47% -
HSV(B) 270.53º 0.97% 0.92% -
XYZ 22.94 10.21 78.6 -
YUV 66.68 222.43 167.46 -
System Red Green Blue C M Y K H S L
Decimal 122 6 234 0.48 0.97 0 0.08 270.53 0.95 0.47
Hex 7A 6 EA 30 61 0 8 10F 5F 2F
Octal 172 6 352 60 141 0 10 417 137 57
Binary 1111010 110 11101010 110000 1100001 0 1000 100001111 1011111 101111

Color Harmonies of #7A06EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A06EA

Black with #7A06EA

Text Example


Text Example

White with #7A06EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,6,234); }

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

background-color css

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

 a { background-color: rgb(122,6,234); }

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

border-color css

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

 span { border-color: rgb(122,6,234); }

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