Html Css Color HEX #7705FF Electric Indigo

📋 copy color: '#7705FF'

red 119 ◦ green 5 ◦ blue 255

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

Shades of Electric Indigo #7705FF

Tints of Electric Indigo #7705FF

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.32%

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

R = 31.4%
G = 1.32%
B = 67.28%

CMYK

 C value IS 0.53

 M value IS 0.98

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#7705FF (or 0x7705FF) is known color: Electric Indigo. HEX triplet: 77, 05 and FF. RGB value is (119,5,255). Sum of RGB (Red+Green+Blue) = 119+5+255=379 (50% of max value = 765). Red value is 119 (46.88% from 255 or 31.40% from 379); Green value is 5 (2.34% from 255 or 1.32% from 379); Blue value is 255 (100% from 255 or 67.28% from 379); Max value from RGB is 255 - color contains mainly: blue. Hex color #7705FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7705FF is #88FA00. Grayscale: #424242. Windows color (decimal): -8976897 or 16713079. OLE color: 16713079.

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

Color convert

RGB 119 5 255 -
CMYK 0.53 0.98 0 0
HSL 267.36º 1% 0.51% -
HSV(B) 267.36º 0.98% 1% -
XYZ 25.71 11.25 95.42 -
YUV 67.59 233.77 164.67 -
System Red Green Blue C M Y K H S L
Decimal 119 5 255 0.53 0.98 0 0 267.36 1 0.51
Hex 77 5 FF 35 62 0 0 10B 64 33
Octal 167 5 377 65 142 0 0 413 144 63
Binary 1110111 101 11111111 110101 1100010 0 0 100001011 1100100 110011

Color Harmonies of #7705FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7705FF

Black with #7705FF

Text Example


Text Example

White with #7705FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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