Html Css Color HEX #7617FF Electric Indigo

📋 copy color: '#7617FF'

red 118 ◦ green 23 ◦ blue 255

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

Shades of Electric Indigo #7617FF

Tints of Electric Indigo #7617FF

RGB

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

 GREEN value IS 23 (9.38% from 255) = 5.81%

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

R = 29.8%
G = 5.81%
B = 64.39%

CMYK

 C value IS 0.54

 M value IS 0.91

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#7617FF (or 0x7617FF) is known color: Electric Indigo. HEX triplet: 76, 17 and FF. RGB value is (118,23,255). Sum of RGB (Red+Green+Blue) = 118+23+255=396 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.80% from 396); Green value is 23 (9.38% from 255 or 5.81% from 396); Blue value is 255 (100% from 255 or 64.39% from 396); Max value from RGB is 255 - color contains mainly: blue. Hex color #7617FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7617FF is #89E800. Grayscale: #4D4D4D. Windows color (decimal): -9037825 or 16717686. OLE color: 16717686.

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

Color convert

RGB 118 23 255 -
CMYK 0.54 0.91 0 0
HSL 264.57º 1% 0.55% -
HSV(B) 264.57º 0.91% 1% -
XYZ 25.83 11.68 95.5 -
YUV 77.85 227.97 156.64 -
System Red Green Blue C M Y K H S L
Decimal 118 23 255 0.54 0.91 0 0 264.57 1 0.55
Hex 76 17 FF 36 5B 0 0 109 64 37
Octal 166 27 377 66 133 0 0 411 144 67
Binary 1110110 10111 11111111 110110 1011011 0 0 100001001 1100100 110111

Color Harmonies of #7617FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7617FF

Black with #7617FF

Text Example


Text Example

White with #7617FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7617FF; }

 p { color: rgb(118,23,255); }

 H1.HeaderClassName
 {
   color: #7617FF;
 }
 .AnyTagClassName
 {
   color: #7617FF;
 }
</style>

background-color css

<style>
 a { background-color: #7617FF; }

 a { background-color: rgb(118,23,255); }

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

border-color css

<style>
 span { border-color: #7617FF; }

 span { border-color: rgb(118,23,255); }

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