Html Css Color HEX #7A0AFC Electric Indigo

📋 copy color: '#7A0AFC'

red 122 ◦ green 10 ◦ blue 252

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

Shades of Electric Indigo #7A0AFC

Tints of Electric Indigo #7A0AFC

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.6%

 BLUE value IS 252 (98.83% from 255) = 65.63%

R = 31.77%
G = 2.6%
B = 65.63%

CMYK

 C value IS 0.52

 M value IS 0.96

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#7A0AFC (or 0x7A0AFC) is known color: Electric Indigo. HEX triplet: 7A, 0A and FC. RGB value is (122,10,252). Sum of RGB (Red+Green+Blue) = 122+10+252=384 (50% of max value = 765). Red value is 122 (48.05% from 255 or 31.77% from 384); Green value is 10 (4.30% from 255 or 2.60% from 384); Blue value is 252 (98.83% from 255 or 65.62% from 384); Max value from RGB is 252 - color contains mainly: blue. Hex color #7A0AFC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7A0AFC is #85F503. Grayscale: #464646. Windows color (decimal): -8779012 or 16517754. OLE color: 16517754.

HSL color Cylindrical-coordinate representation of color #7A0AFC: hue angle of 267.77º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7A0AFC is Cyan = 0.52, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 122 10 252 -
CMYK 0.52 0.96 0 0.01
HSL 267.77º 0.98% 0.51% -
HSV(B) 267.77º 0.96% 0.99% -
XYZ 25.71 11.38 92.94 -
YUV 71.08 230.11 164.32 -
System Red Green Blue C M Y K H S L
Decimal 122 10 252 0.52 0.96 0 0.01 267.77 0.98 0.51
Hex 7A A FC 34 60 0 1 10C 62 33
Octal 172 12 374 64 140 0 1 414 142 63
Binary 1111010 1010 11111100 110100 1100000 0 1 100001100 1100010 110011

Color Harmonies of #7A0AFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A0AFC

Black with #7A0AFC

Text Example


Text Example

White with #7A0AFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,10,252); }

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

background-color css

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

 a { background-color: rgb(122,10,252); }

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

border-color css

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

 span { border-color: rgb(122,10,252); }

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