Html Css Color HEX #7702FF Electric Indigo

📋 copy color: '#7702FF'

red 119 ◦ green 2 ◦ blue 255

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

Shades of Electric Indigo #7702FF

Tints of Electric Indigo #7702FF

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.53%

 BLUE value IS 255 (100% from 255) = 67.82%

R = 31.65%
G = 0.53%
B = 67.82%

CMYK

 C value IS 0.53

 M value IS 0.99

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#7702FF (or 0x7702FF) is known color: Electric Indigo. HEX triplet: 77, 02 and FF. RGB value is (119,2,255). Sum of RGB (Red+Green+Blue) = 119+2+255=376 (49% of max value = 765). Red value is 119 (46.88% from 255 or 31.65% from 376); Green value is 2 (1.17% from 255 or 0.53% from 376); Blue value is 255 (100% from 255 or 67.82% from 376); Max value from RGB is 255 - color contains mainly: blue. Hex color #7702FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7702FF is #88FD00. Grayscale: #404040. Windows color (decimal): -8977665 or 16712311. OLE color: 16712311.

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

Color convert

RGB 119 2 255 -
CMYK 0.53 0.99 0 0
HSL 267.75º 1% 0.5% -
HSV(B) 267.75º 0.99% 1% -
XYZ 25.68 11.19 95.41 -
YUV 65.83 234.76 165.93 -
System Red Green Blue C M Y K H S L
Decimal 119 2 255 0.53 0.99 0 0 267.75 1 0.5
Hex 77 2 FF 35 63 0 0 10C 64 32
Octal 167 2 377 65 143 0 0 414 144 62
Binary 1110111 10 11111111 110101 1100011 0 0 100001100 1100100 110010

Color Harmonies of #7702FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7702FF

Black with #7702FF

Text Example


Text Example

White with #7702FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7702FF; }

 p { color: rgb(119,2,255); }

 H1.HeaderClassName
 {
   color: #7702FF;
 }
 .AnyTagClassName
 {
   color: #7702FF;
 }
</style>

background-color css

<style>
 a { background-color: #7702FF; }

 a { background-color: rgb(119,2,255); }

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

border-color css

<style>
 span { border-color: #7702FF; }

 span { border-color: rgb(119,2,255); }

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