Html Css Color HEX #7B0AFF Electric Indigo

📋 copy color: '#7B0AFF'

red 123 ◦ green 10 ◦ blue 255

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

Shades of Electric Indigo #7B0AFF

Tints of Electric Indigo #7B0AFF

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.58%

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

R = 31.7%
G = 2.58%
B = 65.72%

CMYK

 C value IS 0.52

 M value IS 0.96

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#7B0AFF (or 0x7B0AFF) is known color: Electric Indigo. HEX triplet: 7B, 0A and FF. RGB value is (123,10,255). Sum of RGB (Red+Green+Blue) = 123+10+255=388 (51% of max value = 765). Red value is 123 (48.44% from 255 or 31.70% from 388); Green value is 10 (4.30% from 255 or 2.58% from 388); Blue value is 255 (100% from 255 or 65.72% from 388); Max value from RGB is 255 - color contains mainly: blue. Hex color #7B0AFF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7B0AFF is #84F500. Grayscale: #464646. Windows color (decimal): -8713473 or 16714363. OLE color: 16714363.

HSL color Cylindrical-coordinate representation of color #7B0AFF: hue angle of 267.67º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7B0AFF is Cyan = 0.52, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 123 10 255 -
CMYK 0.52 0.96 0 0
HSL 267.67º 1% 0.52% -
HSV(B) 267.67º 0.96% 1% -
XYZ 26.33 11.65 95.47 -
YUV 71.72 231.44 164.58 -
System Red Green Blue C M Y K H S L
Decimal 123 10 255 0.52 0.96 0 0 267.67 1 0.52
Hex 7B A FF 34 60 0 0 10C 64 34
Octal 173 12 377 64 140 0 0 414 144 64
Binary 1111011 1010 11111111 110100 1100000 0 0 100001100 1100100 110100

Color Harmonies of #7B0AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B0AFF

Black with #7B0AFF

Text Example


Text Example

White with #7B0AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,10,255); }

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

background-color css

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

 a { background-color: rgb(123,10,255); }

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

border-color css

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

 span { border-color: rgb(123,10,255); }

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