Html Css Color HEX #7A16FD Electric Indigo

📋 copy color: '#7A16FD'

red 122 ◦ green 22 ◦ blue 253

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

Shades of Electric Indigo #7A16FD

Tints of Electric Indigo #7A16FD

RGB

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

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

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

R = 30.73%
G = 5.54%
B = 63.73%

CMYK

 C value IS 0.52

 M value IS 0.91

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#7A16FD (or 0x7A16FD) is known color: Electric Indigo. HEX triplet: 7A, 16 and FD. RGB value is (122,22,253). Sum of RGB (Red+Green+Blue) = 122+22+253=397 (52% of max value = 765). Red value is 122 (48.05% from 255 or 30.73% from 397); Green value is 22 (8.98% from 255 or 5.54% from 397); Blue value is 253 (99.22% from 255 or 63.73% from 397); Max value from RGB is 253 - color contains mainly: blue. Hex color #7A16FD is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7A16FD is #85E902. Grayscale: #4D4D4D. Windows color (decimal): -8775939 or 16586362. OLE color: 16586362.

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

Color convert

RGB 122 22 253 -
CMYK 0.52 0.91 0 0.01
HSL 265.97º 0.98% 0.54% -
HSV(B) 265.97º 0.91% 0.99% -
XYZ 26.04 11.8 93.83 -
YUV 78.23 226.63 159.22 -
System Red Green Blue C M Y K H S L
Decimal 122 22 253 0.52 0.91 0 0.01 265.97 0.98 0.54
Hex 7A 16 FD 34 5B 0 1 10A 62 36
Octal 172 26 375 64 133 0 1 412 142 66
Binary 1111010 10110 11111101 110100 1011011 0 1 100001010 1100010 110110

Color Harmonies of #7A16FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A16FD

Black with #7A16FD

Text Example


Text Example

White with #7A16FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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