Html Css Color HEX #7A0EFF Electric Indigo

📋 copy color: '#7A0EFF'

red 122 ◦ green 14 ◦ blue 255

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

Shades of Electric Indigo #7A0EFF

Tints of Electric Indigo #7A0EFF

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.58%

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

R = 31.2%
G = 3.58%
B = 65.22%

CMYK

 C value IS 0.52

 M value IS 0.95

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#7A0EFF (or 0x7A0EFF) is known color: Electric Indigo. HEX triplet: 7A, 0E and FF. RGB value is (122,14,255). Sum of RGB (Red+Green+Blue) = 122+14+255=391 (51% of max value = 765). Red value is 122 (48.05% from 255 or 31.20% from 391); Green value is 14 (5.86% from 255 or 3.58% from 391); Blue value is 255 (100% from 255 or 65.22% from 391); Max value from RGB is 255 - color contains mainly: blue. Hex color #7A0EFF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7A0EFF is #85F100. Grayscale: #484848. Windows color (decimal): -8777985 or 16715386. OLE color: 16715386.

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

Color convert

RGB 122 14 255 -
CMYK 0.52 0.95 0 0
HSL 266.89º 1% 0.53% -
HSV(B) 266.89º 0.95% 1% -
XYZ 26.23 11.67 95.48 -
YUV 73.77 230.28 162.4 -
System Red Green Blue C M Y K H S L
Decimal 122 14 255 0.52 0.95 0 0 266.89 1 0.53
Hex 7A E FF 34 5F 0 0 10B 64 35
Octal 172 16 377 64 137 0 0 413 144 65
Binary 1111010 1110 11111111 110100 1011111 0 0 100001011 1100100 110101

Color Harmonies of #7A0EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A0EFF

Black with #7A0EFF

Text Example


Text Example

White with #7A0EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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