Html Css Color HEX #7C17FE Electric Indigo

📋 copy color: '#7C17FE'

red 124 ◦ green 23 ◦ blue 254

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

Shades of Electric Indigo #7C17FE

Tints of Electric Indigo #7C17FE

RGB

 RED value IS 124 (48.83% from 255) = 30.92%

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

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

R = 30.92%
G = 5.74%
B = 63.34%

CMYK

 C value IS 0.51

 M value IS 0.91

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#7C17FE (or 0x7C17FE) is known color: Electric Indigo. HEX triplet: 7C, 17 and FE. RGB value is (124,23,254). Sum of RGB (Red+Green+Blue) = 124+23+254=401 (53% of max value = 765). Red value is 124 (48.83% from 255 or 30.92% from 401); Green value is 23 (9.38% from 255 or 5.74% from 401); Blue value is 254 (99.61% from 255 or 63.34% from 401); Max value from RGB is 254 - color contains mainly: blue. Hex color #7C17FE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7C17FE is #83E801. Grayscale: #4E4E4E. Windows color (decimal): -8644610 or 16652156. OLE color: 16652156.

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

Color convert

RGB 124 23 254 -
CMYK 0.51 0.91 0 0.00
HSL 266.23º 0.99% 0.54% -
HSV(B) 266.23º 0.91% 1% -
XYZ 26.51 12.05 94.7 -
YUV 79.53 226.46 159.72 -
System Red Green Blue C M Y K H S L
Decimal 124 23 254 0.51 0.91 0 0.00 266.23 0.99 0.54
Hex 7C 17 FE 33 5B 0 0 10A 63 36
Octal 174 27 376 63 133 0 0 412 143 66
Binary 1111100 10111 11111110 110011 1011011 0 0 100001010 1100011 110110

Color Harmonies of #7C17FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C17FE

Black with #7C17FE

Text Example


Text Example

White with #7C17FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,23,254); }

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

background-color css

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

 a { background-color: rgb(124,23,254); }

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

border-color css

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

 span { border-color: rgb(124,23,254); }

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