Html Css Color HEX #7617FC Electric Indigo

📋 copy color: '#7617FC'

red 118 ◦ green 23 ◦ blue 252

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

Shades of Electric Indigo #7617FC

Tints of Electric Indigo #7617FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 64.12%

R = 30.03%
G = 5.85%
B = 64.12%

CMYK

 C value IS 0.53

 M value IS 0.91

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#7617FC (or 0x7617FC) is known color: Electric Indigo. HEX triplet: 76, 17 and FC. RGB value is (118,23,252). Sum of RGB (Red+Green+Blue) = 118+23+252=393 (52% of max value = 765). Red value is 118 (46.48% from 255 or 30.03% from 393); Green value is 23 (9.38% from 255 or 5.85% from 393); Blue value is 252 (98.83% from 255 or 64.12% from 393); Max value from RGB is 252 - color contains mainly: blue. Hex color #7617FC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7617FC is #89E803. Grayscale: #4C4C4C. Windows color (decimal): -9037828 or 16521078. OLE color: 16521078.

HSL color Cylindrical-coordinate representation of color #7617FC: hue angle of 264.89º degrees, saturation: 0.97, 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 #7617FC is Cyan = 0.53, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 118 23 252 -
CMYK 0.53 0.91 0 0.01
HSL 264.89º 0.97% 0.54% -
HSV(B) 264.89º 0.91% 0.99% -
XYZ 25.35 11.49 92.98 -
YUV 77.51 226.47 156.88 -
System Red Green Blue C M Y K H S L
Decimal 118 23 252 0.53 0.91 0 0.01 264.89 0.97 0.54
Hex 76 17 FC 35 5B 0 1 109 61 36
Octal 166 27 374 65 133 0 1 411 141 66
Binary 1110110 10111 11111100 110101 1011011 0 1 100001001 1100001 110110

Color Harmonies of #7617FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7617FC

Black with #7617FC

Text Example


Text Example

White with #7617FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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