Html Css Color HEX #7A04FC Electric Indigo

📋 copy color: '#7A04FC'

red 122 ◦ green 4 ◦ blue 252

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

Shades of Electric Indigo #7A04FC

Tints of Electric Indigo #7A04FC

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.06%

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

R = 32.28%
G = 1.06%
B = 66.67%

CMYK

 C value IS 0.52

 M value IS 0.98

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#7A04FC (or 0x7A04FC) is known color: Electric Indigo. HEX triplet: 7A, 04 and FC. RGB value is (122,4,252). Sum of RGB (Red+Green+Blue) = 122+4+252=378 (50% of max value = 765). Red value is 122 (48.05% from 255 or 32.28% from 378); Green value is 4 (1.95% from 255 or 1.06% from 378); Blue value is 252 (98.83% from 255 or 66.67% from 378); Max value from RGB is 252 - color contains mainly: blue. Hex color #7A04FC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7A04FC is #85FB03. Grayscale: #424242. Windows color (decimal): -8780548 or 16516218. OLE color: 16516218.

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

Color convert

RGB 122 4 252 -
CMYK 0.52 0.98 0 0.01
HSL 268.55º 0.98% 0.5% -
HSV(B) 268.55º 0.98% 0.99% -
XYZ 25.64 11.25 92.92 -
YUV 67.55 232.09 166.83 -
System Red Green Blue C M Y K H S L
Decimal 122 4 252 0.52 0.98 0 0.01 268.55 0.98 0.5
Hex 7A 4 FC 34 62 0 1 10D 62 32
Octal 172 4 374 64 142 0 1 415 142 62
Binary 1111010 100 11111100 110100 1100010 0 1 100001101 1100010 110010

Color Harmonies of #7A04FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A04FC

Black with #7A04FC

Text Example


Text Example

White with #7A04FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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