Html Css Color HEX #7422FE Electric Indigo

📋 copy color: '#7422FE'

red 116 ◦ green 34 ◦ blue 254

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

Shades of Electric Indigo #7422FE

Tints of Electric Indigo #7422FE

RGB

 RED value IS 116 (45.7% from 255) = 28.71%

 GREEN value IS 34 (13.67% from 255) = 8.42%

 BLUE value IS 254 (99.61% from 255) = 62.87%

R = 28.71%
G = 8.42%
B = 62.87%

CMYK

 C value IS 0.54

 M value IS 0.87

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#7422FE (or 0x7422FE) is known color: Electric Indigo. HEX triplet: 74, 22 and FE. RGB value is (116,34,254). Sum of RGB (Red+Green+Blue) = 116+34+254=404 (53% of max value = 765). Red value is 116 (45.70% from 255 or 28.71% from 404); Green value is 34 (13.67% from 255 or 8.42% from 404); Blue value is 254 (99.61% from 255 or 62.87% from 404); Max value from RGB is 254 - color contains mainly: blue. Hex color #7422FE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7422FE is #8BDD01. Grayscale: #525252. Windows color (decimal): -9166082 or 16654964. OLE color: 16654964.

HSL color Cylindrical-coordinate representation of color #7422FE: hue angle of 262.36º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #7422FE is Cyan = 0.54, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 116 34 254 -
CMYK 0.54 0.87 0 0.00
HSL 262.36º 0.99% 0.56% -
HSV(B) 262.36º 0.87% 1% -
XYZ 25.66 12.01 94.73 -
YUV 83.6 224.17 151.11 -
System Red Green Blue C M Y K H S L
Decimal 116 34 254 0.54 0.87 0 0.00 262.36 0.99 0.56
Hex 74 22 FE 36 57 0 0 106 63 38
Octal 164 42 376 66 127 0 0 406 143 70
Binary 1110100 100010 11111110 110110 1010111 0 0 100000110 1100011 111000

Color Harmonies of #7422FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7422FE

Black with #7422FE

Text Example


Text Example

White with #7422FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7422FE; }

 p { color: rgb(116,34,254); }

 H1.HeaderClassName
 {
   color: #7422FE;
 }
 .AnyTagClassName
 {
   color: #7422FE;
 }
</style>

background-color css

<style>
 a { background-color: #7422FE; }

 a { background-color: rgb(116,34,254); }

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

border-color css

<style>
 span { border-color: #7422FE; }

 span { border-color: rgb(116,34,254); }

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