Html Css Color HEX #7712FE Electric Indigo

📋 copy color: '#7712FE'

red 119 ◦ green 18 ◦ blue 254

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

Shades of Electric Indigo #7712FE

Tints of Electric Indigo #7712FE

RGB

 RED value IS 119 (46.88% from 255) = 30.43%

 GREEN value IS 18 (7.42% from 255) = 4.6%

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

R = 30.43%
G = 4.6%
B = 64.96%

CMYK

 C value IS 0.53

 M value IS 0.93

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#7712FE (or 0x7712FE) is known color: Electric Indigo. HEX triplet: 77, 12 and FE. RGB value is (119,18,254). Sum of RGB (Red+Green+Blue) = 119+18+254=391 (51% of max value = 765). Red value is 119 (46.88% from 255 or 30.43% from 391); Green value is 18 (7.42% from 255 or 4.60% from 391); Blue value is 254 (99.61% from 255 or 64.96% from 391); Max value from RGB is 254 - color contains mainly: blue. Hex color #7712FE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7712FE is #88ED01. Grayscale: #4A4A4A. Windows color (decimal): -8973570 or 16650871. OLE color: 16650871.

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

Color convert

RGB 119 18 254 -
CMYK 0.53 0.93 0 0.00
HSL 265.68º 0.99% 0.53% -
HSV(B) 265.68º 0.93% 1% -
XYZ 25.71 11.51 94.63 -
YUV 75.1 228.96 159.31 -
System Red Green Blue C M Y K H S L
Decimal 119 18 254 0.53 0.93 0 0.00 265.68 0.99 0.53
Hex 77 12 FE 35 5D 0 0 10A 63 35
Octal 167 22 376 65 135 0 0 412 143 65
Binary 1110111 10010 11111110 110101 1011101 0 0 100001010 1100011 110101

Color Harmonies of #7712FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7712FE

Black with #7712FE

Text Example


Text Example

White with #7712FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,18,254); }

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

background-color css

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

 a { background-color: rgb(119,18,254); }

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

border-color css

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

 span { border-color: rgb(119,18,254); }

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