Html Css Color HEX #7A05FC Electric Indigo

📋 copy color: '#7A05FC'

red 122 ◦ green 5 ◦ blue 252

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

Shades of Electric Indigo #7A05FC

Tints of Electric Indigo #7A05FC

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.32%

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

R = 32.19%
G = 1.32%
B = 66.49%

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

#7A05FC (or 0x7A05FC) is known color: Electric Indigo. HEX triplet: 7A, 05 and FC. RGB value is (122,5,252). Sum of RGB (Red+Green+Blue) = 122+5+252=379 (50% of max value = 765). Red value is 122 (48.05% from 255 or 32.19% from 379); Green value is 5 (2.34% from 255 or 1.32% from 379); Blue value is 252 (98.83% from 255 or 66.49% from 379); Max value from RGB is 252 - color contains mainly: blue. Hex color #7A05FC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7A05FC is #85FA03. Grayscale: #434343. Windows color (decimal): -8780292 or 16516474. OLE color: 16516474.

HSL color Cylindrical-coordinate representation of color #7A05FC: hue angle of 268.42º 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 #7A05FC is Cyan = 0.52, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 122 5 252 -
CMYK 0.52 0.98 0 0.01
HSL 268.42º 0.98% 0.5% -
HSV(B) 268.42º 0.98% 0.99% -
XYZ 25.65 11.27 92.92 -
YUV 68.14 231.76 166.42 -
System Red Green Blue C M Y K H S L
Decimal 122 5 252 0.52 0.98 0 0.01 268.42 0.98 0.5
Hex 7A 5 FC 34 62 0 1 10C 62 32
Octal 172 5 374 64 142 0 1 414 142 62
Binary 1111010 101 11111100 110100 1100010 0 1 100001100 1100010 110010

Color Harmonies of #7A05FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A05FC

Black with #7A05FC

Text Example


Text Example

White with #7A05FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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