Html Css Color HEX #7A05FF Electric Indigo

📋 copy color: '#7A05FF'

red 122 ◦ green 5 ◦ blue 255

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

Shades of Electric Indigo #7A05FF

Tints of Electric Indigo #7A05FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 66.75%

R = 31.94%
G = 1.31%
B = 66.75%

CMYK

 C value IS 0.52

 M value IS 0.98

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#7A05FF (or 0x7A05FF) is known color: Electric Indigo. HEX triplet: 7A, 05 and FF. RGB value is (122,5,255). Sum of RGB (Red+Green+Blue) = 122+5+255=382 (50% of max value = 765). Red value is 122 (48.05% from 255 or 31.94% from 382); Green value is 5 (2.34% from 255 or 1.31% from 382); Blue value is 255 (100% from 255 or 66.75% from 382); Max value from RGB is 255 - color contains mainly: blue. Hex color #7A05FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7A05FF is #85FA00. Grayscale: #434343. Windows color (decimal): -8780289 or 16713082. OLE color: 16713082.

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

Color convert

RGB 122 5 255 -
CMYK 0.52 0.98 0 0
HSL 268.08º 1% 0.51% -
HSV(B) 268.08º 0.98% 1% -
XYZ 26.13 11.47 95.44 -
YUV 68.48 233.26 166.17 -
System Red Green Blue C M Y K H S L
Decimal 122 5 255 0.52 0.98 0 0 268.08 1 0.51
Hex 7A 5 FF 34 62 0 0 10C 64 33
Octal 172 5 377 64 142 0 0 414 144 63
Binary 1111010 101 11111111 110100 1100010 0 0 100001100 1100100 110011

Color Harmonies of #7A05FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A05FF

Black with #7A05FF

Text Example


Text Example

White with #7A05FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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