Html Css Color HEX #7705FB Electric Indigo

📋 copy color: '#7705FB'

red 119 ◦ green 5 ◦ blue 251

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

Shades of Electric Indigo #7705FB

Tints of Electric Indigo #7705FB

RGB

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

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

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

R = 31.73%
G = 1.33%
B = 66.93%

CMYK

 C value IS 0.53

 M value IS 0.98

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7705FB (or 0x7705FB) is known color: Electric Indigo. HEX triplet: 77, 05 and FB. RGB value is (119,5,251). Sum of RGB (Red+Green+Blue) = 119+5+251=375 (49% of max value = 765). Red value is 119 (46.88% from 255 or 31.73% from 375); Green value is 5 (2.34% from 255 or 1.33% from 375); Blue value is 251 (98.44% from 255 or 66.93% from 375); Max value from RGB is 251 - color contains mainly: blue. Hex color #7705FB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7705FB is #88FA04. Grayscale: #424242. Windows color (decimal): -8976901 or 16450935. OLE color: 16450935.

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

Color convert

RGB 119 5 251 -
CMYK 0.53 0.98 0 0.02
HSL 267.8º 0.97% 0.5% -
HSV(B) 267.8º 0.98% 0.98% -
XYZ 25.07 11 92.07 -
YUV 67.13 231.77 165 -
System Red Green Blue C M Y K H S L
Decimal 119 5 251 0.53 0.98 0 0.02 267.8 0.97 0.5
Hex 77 5 FB 35 62 0 2 10C 61 32
Octal 167 5 373 65 142 0 2 414 141 62
Binary 1110111 101 11111011 110101 1100010 0 10 100001100 1100001 110010

Color Harmonies of #7705FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7705FB

Black with #7705FB

Text Example


Text Example

White with #7705FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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