Html Css Color HEX #7710FB Electric Indigo

📋 copy color: '#7710FB'

red 119 ◦ green 16 ◦ blue 251

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

Shades of Electric Indigo #7710FB

Tints of Electric Indigo #7710FB

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.15%

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

R = 30.83%
G = 4.15%
B = 65.03%

CMYK

 C value IS 0.53

 M value IS 0.94

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7710FB (or 0x7710FB) is known color: Electric Indigo. HEX triplet: 77, 10 and FB. RGB value is (119,16,251). Sum of RGB (Red+Green+Blue) = 119+16+251=386 (51% of max value = 765). Red value is 119 (46.88% from 255 or 30.83% from 386); Green value is 16 (6.64% from 255 or 4.15% from 386); Blue value is 251 (98.44% from 255 or 65.03% from 386); Max value from RGB is 251 - color contains mainly: blue. Hex color #7710FB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7710FB is #88EF04. Grayscale: #484848. Windows color (decimal): -8974085 or 16453751. OLE color: 16453751.

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

Color convert

RGB 119 16 251 -
CMYK 0.53 0.94 0 0.02
HSL 266.3º 0.97% 0.52% -
HSV(B) 266.3º 0.94% 0.98% -
XYZ 25.21 11.26 92.11 -
YUV 73.59 228.12 160.39 -
System Red Green Blue C M Y K H S L
Decimal 119 16 251 0.53 0.94 0 0.02 266.3 0.97 0.52
Hex 77 10 FB 35 5E 0 2 10A 61 34
Octal 167 20 373 65 136 0 2 412 141 64
Binary 1110111 10000 11111011 110101 1011110 0 10 100001010 1100001 110100

Color Harmonies of #7710FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7710FB

Black with #7710FB

Text Example


Text Example

White with #7710FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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