Html Css Color HEX #7A12FE Electric Indigo

📋 copy color: '#7A12FE'

red 122 ◦ green 18 ◦ blue 254

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

Shades of Electric Indigo #7A12FE

Tints of Electric Indigo #7A12FE

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.57%

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

R = 30.96%
G = 4.57%
B = 64.47%

CMYK

 C value IS 0.52

 M value IS 0.93

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#7A12FE (or 0x7A12FE) is known color: Electric Indigo. HEX triplet: 7A, 12 and FE. RGB value is (122,18,254). Sum of RGB (Red+Green+Blue) = 122+18+254=394 (52% of max value = 765). Red value is 122 (48.05% from 255 or 30.96% from 394); Green value is 18 (7.42% from 255 or 4.57% from 394); Blue value is 254 (99.61% from 255 or 64.47% from 394); Max value from RGB is 254 - color contains mainly: blue. Hex color #7A12FE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7A12FE is #85ED01. Grayscale: #4B4B4B. Windows color (decimal): -8776962 or 16650874. OLE color: 16650874.

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

Color convert

RGB 122 18 254 -
CMYK 0.52 0.93 0 0.00
HSL 266.44º 0.99% 0.53% -
HSV(B) 266.44º 0.93% 1% -
XYZ 26.13 11.73 94.65 -
YUV 76 228.46 160.81 -
System Red Green Blue C M Y K H S L
Decimal 122 18 254 0.52 0.93 0 0.00 266.44 0.99 0.53
Hex 7A 12 FE 34 5D 0 0 10A 63 35
Octal 172 22 376 64 135 0 0 412 143 65
Binary 1111010 10010 11111110 110100 1011101 0 0 100001010 1100011 110101

Color Harmonies of #7A12FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A12FE

Black with #7A12FE

Text Example


Text Example

White with #7A12FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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