Html Css Color HEX #7B17FA Electric Indigo

📋 copy color: '#7B17FA'

red 123 ◦ green 23 ◦ blue 250

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

Shades of Electric Indigo #7B17FA

Tints of Electric Indigo #7B17FA

RGB

 RED value IS 123 (48.44% from 255) = 31.06%

 GREEN value IS 23 (9.38% from 255) = 5.81%

 BLUE value IS 250 (98.05% from 255) = 63.13%

R = 31.06%
G = 5.81%
B = 63.13%

CMYK

 C value IS 0.51

 M value IS 0.91

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7B17FA (or 0x7B17FA) is known color: Electric Indigo. HEX triplet: 7B, 17 and FA. RGB value is (123,23,250). Sum of RGB (Red+Green+Blue) = 123+23+250=396 (52% of max value = 765). Red value is 123 (48.44% from 255 or 31.06% from 396); Green value is 23 (9.38% from 255 or 5.81% from 396); Blue value is 250 (98.05% from 255 or 63.13% from 396); Max value from RGB is 250 - color contains mainly: blue. Hex color #7B17FA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7B17FA is #84E805. Grayscale: #4D4D4D. Windows color (decimal): -8710150 or 16390011. OLE color: 16390011.

HSL color Cylindrical-coordinate representation of color #7B17FA: hue angle of 266.43º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7B17FA is Cyan = 0.51, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 123 23 250 -
CMYK 0.51 0.91 0 0.02
HSL 266.43º 0.96% 0.54% -
HSV(B) 266.43º 0.91% 0.98% -
XYZ 25.73 11.73 91.35 -
YUV 78.78 224.63 159.54 -
System Red Green Blue C M Y K H S L
Decimal 123 23 250 0.51 0.91 0 0.02 266.43 0.96 0.54
Hex 7B 17 FA 33 5B 0 2 10A 60 36
Octal 173 27 372 63 133 0 2 412 140 66
Binary 1111011 10111 11111010 110011 1011011 0 10 100001010 1100000 110110

Color Harmonies of #7B17FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B17FA

Black with #7B17FA

Text Example


Text Example

White with #7B17FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7B17FA; }

 p { color: rgb(123,23,250); }

 H1.HeaderClassName
 {
   color: #7B17FA;
 }
 .AnyTagClassName
 {
   color: #7B17FA;
 }
</style>

background-color css

<style>
 a { background-color: #7B17FA; }

 a { background-color: rgb(123,23,250); }

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

border-color css

<style>
 span { border-color: #7B17FA; }

 span { border-color: rgb(123,23,250); }

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