Html Css Color HEX #7800F2 Electric Indigo

📋 copy color: '#7800F2'

red 120 ◦ green 0 ◦ blue 242

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

Shades of Electric Indigo #7800F2

Tints of Electric Indigo #7800F2

RGB

 RED value IS 120 (47.27% from 255) = 33.15%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 242 (94.92% from 255) = 66.85%

R = 33.15%
G = 0%
B = 66.85%

CMYK

 C value IS 0.50

 M value IS 1

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#7800F2 (or 0x7800F2) is known color: Electric Indigo. HEX triplet: 78, 00 and F2. RGB value is (120,0,242). Sum of RGB (Red+Green+Blue) = 120+0+242=362 (47% of max value = 765). Red value is 120 (47.27% from 255 or 33.15% from 362); Green value is 0 (0.39% from 255 or 0% from 362); Blue value is 242 (94.92% from 255 or 66.85% from 362); Max value from RGB is 242 - color contains mainly: blue. Hex color #7800F2 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7800F2 is #87FF0D. Grayscale: #3E3E3E. Windows color (decimal): -8912654 or 15859832. OLE color: 15859832.

HSL color Cylindrical-coordinate representation of color #7800F2: hue angle of 269.75º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7800F2 is Cyan = 0.50, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 120 0 242 -
CMYK 0.50 1 0 0.05
HSL 269.75º 1% 0.47% -
HSV(B) 269.75º 1% 0.95% -
XYZ 23.77 10.4 84.76 -
YUV 63.47 228.76 168.32 -
System Red Green Blue C M Y K H S L
Decimal 120 0 242 0.50 1 0 0.05 269.75 1 0.47
Hex 78 0 F2 32 64 0 5 10E 64 2F
Octal 170 0 362 62 144 0 5 416 144 57
Binary 1111000 0 11110010 110010 1100100 0 101 100001110 1100100 101111

Color Harmonies of #7800F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7800F2

Black with #7800F2

Text Example


Text Example

White with #7800F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7800F2; }

 p { color: rgb(120,0,242); }

 H1.HeaderClassName
 {
   color: #7800F2;
 }
 .AnyTagClassName
 {
   color: #7800F2;
 }
</style>

background-color css

<style>
 a { background-color: #7800F2; }

 a { background-color: rgb(120,0,242); }

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

border-color css

<style>
 span { border-color: #7800F2; }

 span { border-color: rgb(120,0,242); }

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