Html Css Color HEX #7712FB Electric Indigo

📋 copy color: '#7712FB'

red 119 ◦ green 18 ◦ blue 251

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

Shades of Electric Indigo #7712FB

Tints of Electric Indigo #7712FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 64.69%

R = 30.67%
G = 4.64%
B = 64.69%

CMYK

 C value IS 0.53

 M value IS 0.93

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7712FB (or 0x7712FB) is known color: Electric Indigo. HEX triplet: 77, 12 and FB. RGB value is (119,18,251). Sum of RGB (Red+Green+Blue) = 119+18+251=388 (51% of max value = 765). Red value is 119 (46.88% from 255 or 30.67% from 388); Green value is 18 (7.42% from 255 or 4.64% from 388); Blue value is 251 (98.44% from 255 or 64.69% from 388); Max value from RGB is 251 - color contains mainly: blue. Hex color #7712FB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7712FB is #88ED04. Grayscale: #494949. Windows color (decimal): -8973573 or 16454263. OLE color: 16454263.

HSL color Cylindrical-coordinate representation of color #7712FB: hue angle of 266.01º degrees, saturation: 0.97, 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 #7712FB is Cyan = 0.53, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 119 18 251 -
CMYK 0.53 0.93 0 0.02
HSL 266.01º 0.97% 0.53% -
HSV(B) 266.01º 0.93% 0.98% -
XYZ 25.24 11.32 92.12 -
YUV 74.76 227.46 159.55 -
System Red Green Blue C M Y K H S L
Decimal 119 18 251 0.53 0.93 0 0.02 266.01 0.97 0.53
Hex 77 12 FB 35 5D 0 2 10A 61 35
Octal 167 22 373 65 135 0 2 412 141 65
Binary 1110111 10010 11111011 110101 1011101 0 10 100001010 1100001 110101

Color Harmonies of #7712FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7712FB

Black with #7712FB

Text Example


Text Example

White with #7712FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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