Html Css Color HEX #7712FA Electric Indigo

📋 copy color: '#7712FA'

red 119 ◦ green 18 ◦ blue 250

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

Shades of Electric Indigo #7712FA

Tints of Electric Indigo #7712FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 64.6%

R = 30.75%
G = 4.65%
B = 64.6%

CMYK

 C value IS 0.52

 M value IS 0.93

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7712FA (or 0x7712FA) is known color: Electric Indigo. HEX triplet: 77, 12 and FA. RGB value is (119,18,250). Sum of RGB (Red+Green+Blue) = 119+18+250=387 (51% of max value = 765). Red value is 119 (46.88% from 255 or 30.75% from 387); Green value is 18 (7.42% from 255 or 4.65% from 387); Blue value is 250 (98.05% from 255 or 64.60% from 387); Max value from RGB is 250 - color contains mainly: blue. Hex color #7712FA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7712FA is #88ED05. Grayscale: #494949. Windows color (decimal): -8973574 or 16388727. OLE color: 16388727.

HSL color Cylindrical-coordinate representation of color #7712FA: hue angle of 266.12º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7712FA is Cyan = 0.52, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 119 18 250 -
CMYK 0.52 0.93 0 0.02
HSL 266.12º 0.96% 0.53% -
HSV(B) 266.12º 0.93% 0.98% -
XYZ 25.08 11.26 91.29 -
YUV 74.65 226.96 159.64 -
System Red Green Blue C M Y K H S L
Decimal 119 18 250 0.52 0.93 0 0.02 266.12 0.96 0.53
Hex 77 12 FA 34 5D 0 2 10A 60 35
Octal 167 22 372 64 135 0 2 412 140 65
Binary 1110111 10010 11111010 110100 1011101 0 10 100001010 1100000 110101

Color Harmonies of #7712FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7712FA

Black with #7712FA

Text Example


Text Example

White with #7712FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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