Html Css Color HEX #7A16FF Electric Indigo

📋 copy color: '#7A16FF'

red 122 ◦ green 22 ◦ blue 255

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

Shades of Electric Indigo #7A16FF

Tints of Electric Indigo #7A16FF

RGB

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

 GREEN value IS 22 (8.98% from 255) = 5.51%

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

R = 30.58%
G = 5.51%
B = 63.91%

CMYK

 C value IS 0.52

 M value IS 0.91

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#7A16FF (or 0x7A16FF) is known color: Electric Indigo. HEX triplet: 7A, 16 and FF. RGB value is (122,22,255). Sum of RGB (Red+Green+Blue) = 122+22+255=399 (52% of max value = 765). Red value is 122 (48.05% from 255 or 30.58% from 399); Green value is 22 (8.98% from 255 or 5.51% from 399); Blue value is 255 (100% from 255 or 63.91% from 399); Max value from RGB is 255 - color contains mainly: blue. Hex color #7A16FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7A16FF is #85E900. Grayscale: #4D4D4D. Windows color (decimal): -8775937 or 16717434. OLE color: 16717434.

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

Color convert

RGB 122 22 255 -
CMYK 0.52 0.91 0 0
HSL 265.75º 1% 0.54% -
HSV(B) 265.75º 0.91% 1% -
XYZ 26.36 11.93 95.52 -
YUV 78.46 227.63 159.05 -
System Red Green Blue C M Y K H S L
Decimal 122 22 255 0.52 0.91 0 0 265.75 1 0.54
Hex 7A 16 FF 34 5B 0 0 10A 64 36
Octal 172 26 377 64 133 0 0 412 144 66
Binary 1111010 10110 11111111 110100 1011011 0 0 100001010 1100100 110110

Color Harmonies of #7A16FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A16FF

Black with #7A16FF

Text Example


Text Example

White with #7A16FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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