Html Css Color HEX #7A0FED Electric Indigo

📋 copy color: '#7A0FED'

red 122 ◦ green 15 ◦ blue 237

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

Shades of Electric Indigo #7A0FED

Tints of Electric Indigo #7A0FED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 63.37%

R = 32.62%
G = 4.01%
B = 63.37%

CMYK

 C value IS 0.49

 M value IS 0.94

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#7A0FED (or 0x7A0FED) is known color: Electric Indigo. HEX triplet: 7A, 0F and ED. RGB value is (122,15,237). Sum of RGB (Red+Green+Blue) = 122+15+237=374 (49% of max value = 765). Red value is 122 (48.05% from 255 or 32.62% from 374); Green value is 15 (6.25% from 255 or 4.01% from 374); Blue value is 237 (92.97% from 255 or 63.37% from 374); Max value from RGB is 237 - color contains mainly: blue. Hex color #7A0FED is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7A0FED is #85F012. Grayscale: #474747. Windows color (decimal): -8777747 or 15535994. OLE color: 15535994.

HSL color Cylindrical-coordinate representation of color #7A0FED: hue angle of 268.92º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7A0FED is Cyan = 0.49, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 122 15 237 -
CMYK 0.49 0.94 0 0.07
HSL 268.92º 0.88% 0.49% -
HSV(B) 268.92º 0.94% 0.93% -
XYZ 23.48 10.59 80.93 -
YUV 72.3 220.95 163.45 -
System Red Green Blue C M Y K H S L
Decimal 122 15 237 0.49 0.94 0 0.07 268.92 0.88 0.49
Hex 7A F ED 31 5E 0 7 10D 58 31
Octal 172 17 355 61 136 0 7 415 130 61
Binary 1111010 1111 11101101 110001 1011110 0 111 100001101 1011000 110001

Color Harmonies of #7A0FED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A0FED

Black with #7A0FED

Text Example


Text Example

White with #7A0FED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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