Html Css Color HEX #7A06FD Electric Indigo

📋 copy color: '#7A06FD'

red 122 ◦ green 6 ◦ blue 253

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

Shades of Electric Indigo #7A06FD

Tints of Electric Indigo #7A06FD

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.57%

 BLUE value IS 253 (99.22% from 255) = 66.4%

R = 32.02%
G = 1.57%
B = 66.4%

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

#7A06FD (or 0x7A06FD) is known color: Electric Indigo. HEX triplet: 7A, 06 and FD. RGB value is (122,6,253). Sum of RGB (Red+Green+Blue) = 122+6+253=381 (50% of max value = 765). Red value is 122 (48.05% from 255 or 32.02% from 381); Green value is 6 (2.73% from 255 or 1.57% from 381); Blue value is 253 (99.22% from 255 or 66.40% from 381); Max value from RGB is 253 - color contains mainly: blue. Hex color #7A06FD is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7A06FD is #85F902. Grayscale: #434343. Windows color (decimal): -8780035 or 16582266. OLE color: 16582266.

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

Color convert

RGB 122 6 253 -
CMYK 0.52 0.98 0 0.01
HSL 268.18º 0.98% 0.51% -
HSV(B) 268.18º 0.98% 0.99% -
XYZ 25.82 11.36 93.76 -
YUV 68.84 231.93 165.92 -
System Red Green Blue C M Y K H S L
Decimal 122 6 253 0.52 0.98 0 0.01 268.18 0.98 0.51
Hex 7A 6 FD 34 62 0 1 10C 62 33
Octal 172 6 375 64 142 0 1 414 142 63
Binary 1111010 110 11111101 110100 1100010 0 1 100001100 1100010 110011

Color Harmonies of #7A06FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A06FD

Black with #7A06FD

Text Example


Text Example

White with #7A06FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,6,253); }

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

background-color css

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

 a { background-color: rgb(122,6,253); }

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

border-color css

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

 span { border-color: rgb(122,6,253); }

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