Html Css Color HEX #7B0AED Electric Indigo

📋 copy color: '#7B0AED'

red 123 ◦ green 10 ◦ blue 237

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

Shades of Electric Indigo #7B0AED

Tints of Electric Indigo #7B0AED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 64.05%

R = 33.24%
G = 2.7%
B = 64.05%

CMYK

 C value IS 0.48

 M value IS 0.96

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#7B0AED (or 0x7B0AED) is known color: Electric Indigo. HEX triplet: 7B, 0A and ED. RGB value is (123,10,237). Sum of RGB (Red+Green+Blue) = 123+10+237=370 (49% of max value = 765). Red value is 123 (48.44% from 255 or 33.24% from 370); Green value is 10 (4.30% from 255 or 2.70% from 370); Blue value is 237 (92.97% from 255 or 64.05% from 370); Max value from RGB is 237 - color contains mainly: blue. Hex color #7B0AED is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7B0AED is #84F512. Grayscale: #444444. Windows color (decimal): -8713491 or 15534715. OLE color: 15534715.

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

Color convert

RGB 123 10 237 -
CMYK 0.48 0.96 0 0.07
HSL 269.87º 0.92% 0.48% -
HSV(B) 269.87º 0.96% 0.93% -
XYZ 23.56 10.54 80.91 -
YUV 69.67 222.44 166.04 -
System Red Green Blue C M Y K H S L
Decimal 123 10 237 0.48 0.96 0 0.07 269.87 0.92 0.48
Hex 7B A ED 30 60 0 7 10E 5C 30
Octal 173 12 355 60 140 0 7 416 134 60
Binary 1111011 1010 11101101 110000 1100000 0 111 100001110 1011100 110000

Color Harmonies of #7B0AED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B0AED

Black with #7B0AED

Text Example


Text Example

White with #7B0AED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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