Html Css Color HEX #7621FE Electric Indigo

📋 copy color: '#7621FE'

red 118 ◦ green 33 ◦ blue 254

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

Shades of Electric Indigo #7621FE

Tints of Electric Indigo #7621FE

RGB

 RED value IS 118 (46.48% from 255) = 29.14%

 GREEN value IS 33 (13.28% from 255) = 8.15%

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

R = 29.14%
G = 8.15%
B = 62.72%

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

#7621FE (or 0x7621FE) is known color: Electric Indigo. HEX triplet: 76, 21 and FE. RGB value is (118,33,254). Sum of RGB (Red+Green+Blue) = 118+33+254=405 (53% of max value = 765). Red value is 118 (46.48% from 255 or 29.14% from 405); Green value is 33 (13.28% from 255 or 8.15% from 405); Blue value is 254 (99.61% from 255 or 62.72% from 405); Max value from RGB is 254 - color contains mainly: blue. Hex color #7621FE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7621FE is #89DE01. Grayscale: #525252. Windows color (decimal): -9035266 or 16654710. OLE color: 16654710.

HSL color Cylindrical-coordinate representation of color #7621FE: hue angle of 263.08º 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 #7621FE is Cyan = 0.54, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 118 33 254 -
CMYK 0.54 0.87 0 0.00
HSL 263.08º 0.99% 0.56% -
HSV(B) 263.08º 0.87% 1% -
XYZ 25.9 12.1 94.74 -
YUV 83.61 224.16 152.53 -
System Red Green Blue C M Y K H S L
Decimal 118 33 254 0.54 0.87 0 0.00 263.08 0.99 0.56
Hex 76 21 FE 36 57 0 0 107 63 38
Octal 166 41 376 66 127 0 0 407 143 70
Binary 1110110 100001 11111110 110110 1010111 0 0 100000111 1100011 111000

Color Harmonies of #7621FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7621FE

Black with #7621FE

Text Example


Text Example

White with #7621FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,33,254); }

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

background-color css

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

 a { background-color: rgb(118,33,254); }

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

border-color css

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

 span { border-color: rgb(118,33,254); }

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