Html Css Color HEX #7A00FB Electric Indigo

📋 copy color: '#7A00FB'

red 122 ◦ green 0 ◦ blue 251

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

Shades of Electric Indigo #7A00FB

Tints of Electric Indigo #7A00FB

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 251 (98.44% from 255) = 67.29%

R = 32.71%
G = 0%
B = 67.29%

CMYK

 C value IS 0.51

 M value IS 1

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7A00FB (or 0x7A00FB) is known color: Electric Indigo. HEX triplet: 7A, 00 and FB. RGB value is (122,0,251). Sum of RGB (Red+Green+Blue) = 122+0+251=373 (49% of max value = 765). Red value is 122 (48.05% from 255 or 32.71% from 373); Green value is 0 (0.39% from 255 or 0% from 373); Blue value is 251 (98.44% from 255 or 67.29% from 373); Max value from RGB is 251 - color contains mainly: blue. Hex color #7A00FB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7A00FB is #85FF04. Grayscale: #404040. Windows color (decimal): -8781573 or 16449658. OLE color: 16449658.

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

Color convert

RGB 122 0 251 -
CMYK 0.51 1 0 0.02
HSL 269.16º 1% 0.49% -
HSV(B) 269.16º 1% 0.98% -
XYZ 25.44 11.1 92.07 -
YUV 65.09 232.92 168.59 -
System Red Green Blue C M Y K H S L
Decimal 122 0 251 0.51 1 0 0.02 269.16 1 0.49
Hex 7A 0 FB 33 64 0 2 10D 64 31
Octal 172 0 373 63 144 0 2 415 144 61
Binary 1111010 0 11111011 110011 1100100 0 10 100001101 1100100 110001

Color Harmonies of #7A00FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A00FB

Black with #7A00FB

Text Example


Text Example

White with #7A00FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,0,251); }

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

background-color css

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

 a { background-color: rgb(122,0,251); }

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

border-color css

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

 span { border-color: rgb(122,0,251); }

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