Html Css Color HEX #7B13F7 Electric Indigo

📋 copy color: '#7B13F7'

red 123 ◦ green 19 ◦ blue 247

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

Shades of Electric Indigo #7B13F7

Tints of Electric Indigo #7B13F7

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.88%

 BLUE value IS 247 (96.88% from 255) = 63.5%

R = 31.62%
G = 4.88%
B = 63.5%

CMYK

 C value IS 0.50

 M value IS 0.92

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#7B13F7 (or 0x7B13F7) is known color: Electric Indigo. HEX triplet: 7B, 13 and F7. RGB value is (123,19,247). Sum of RGB (Red+Green+Blue) = 123+19+247=389 (51% of max value = 765). Red value is 123 (48.44% from 255 or 31.62% from 389); Green value is 19 (7.81% from 255 or 4.88% from 389); Blue value is 247 (96.88% from 255 or 63.50% from 389); Max value from RGB is 247 - color contains mainly: blue. Hex color #7B13F7 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7B13F7 is #84EC08. Grayscale: #4B4B4B. Windows color (decimal): -8711177 or 16192379. OLE color: 16192379.

HSL color Cylindrical-coordinate representation of color #7B13F7: hue angle of 267.37º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #7B13F7 is Cyan = 0.50, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 123 19 247 -
CMYK 0.50 0.92 0 0.03
HSL 267.37º 0.93% 0.52% -
HSV(B) 267.37º 0.92% 0.97% -
XYZ 25.19 11.39 88.87 -
YUV 76.09 224.46 161.46 -
System Red Green Blue C M Y K H S L
Decimal 123 19 247 0.50 0.92 0 0.03 267.37 0.93 0.52
Hex 7B 13 F7 32 5C 0 3 10B 5D 34
Octal 173 23 367 62 134 0 3 413 135 64
Binary 1111011 10011 11110111 110010 1011100 0 11 100001011 1011101 110100

Color Harmonies of #7B13F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B13F7

Black with #7B13F7

Text Example


Text Example

White with #7B13F7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,19,247); }

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

background-color css

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

 a { background-color: rgb(123,19,247); }

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

border-color css

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

 span { border-color: rgb(123,19,247); }

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