Html Css Color HEX #7712F9 Electric Indigo

📋 copy color: '#7712F9'

red 119 ◦ green 18 ◦ blue 249

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

Shades of Electric Indigo #7712F9

Tints of Electric Indigo #7712F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 64.51%

R = 30.83%
G = 4.66%
B = 64.51%

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

#7712F9 (or 0x7712F9) is known color: Electric Indigo. HEX triplet: 77, 12 and F9. RGB value is (119,18,249). Sum of RGB (Red+Green+Blue) = 119+18+249=386 (51% of max value = 765). Red value is 119 (46.88% from 255 or 30.83% from 386); Green value is 18 (7.42% from 255 or 4.66% from 386); Blue value is 249 (97.66% from 255 or 64.51% from 386); Max value from RGB is 249 - color contains mainly: blue. Hex color #7712F9 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7712F9 is #88ED06. Grayscale: #494949. Windows color (decimal): -8973575 or 16323191. OLE color: 16323191.

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

Color convert

RGB 119 18 249 -
CMYK 0.52 0.93 0 0.02
HSL 266.23º 0.95% 0.52% -
HSV(B) 266.23º 0.93% 0.98% -
XYZ 24.92 11.19 90.47 -
YUV 74.53 226.46 159.72 -
System Red Green Blue C M Y K H S L
Decimal 119 18 249 0.52 0.93 0 0.02 266.23 0.95 0.52
Hex 77 12 F9 34 5D 0 2 10A 5F 34
Octal 167 22 371 64 135 0 2 412 137 64
Binary 1110111 10010 11111001 110100 1011101 0 10 100001010 1011111 110100

Color Harmonies of #7712F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7712F9

Black with #7712F9

Text Example


Text Example

White with #7712F9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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