Html Css Color HEX #7A0BFA Electric Indigo

📋 copy color: '#7A0BFA'

red 122 ◦ green 11 ◦ blue 250

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

Shades of Electric Indigo #7A0BFA

Tints of Electric Indigo #7A0BFA

RGB

 RED value IS 122 (48.05% from 255) = 31.85%

 GREEN value IS 11 (4.69% from 255) = 2.87%

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

R = 31.85%
G = 2.87%
B = 65.27%

CMYK

 C value IS 0.51

 M value IS 0.96

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7A0BFA (or 0x7A0BFA) is known color: Electric Indigo. HEX triplet: 7A, 0B and FA. RGB value is (122,11,250). Sum of RGB (Red+Green+Blue) = 122+11+250=383 (50% of max value = 765). Red value is 122 (48.05% from 255 or 31.85% from 383); Green value is 11 (4.69% from 255 or 2.87% from 383); Blue value is 250 (98.05% from 255 or 65.27% from 383); Max value from RGB is 250 - color contains mainly: blue. Hex color #7A0BFA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7A0BFA is #85F405. Grayscale: #464646. Windows color (decimal): -8778758 or 16386938. OLE color: 16386938.

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

Color convert

RGB 122 11 250 -
CMYK 0.51 0.96 0 0.02
HSL 267.87º 0.96% 0.51% -
HSV(B) 267.87º 0.96% 0.98% -
XYZ 25.4 11.28 91.28 -
YUV 71.44 228.77 164.07 -
System Red Green Blue C M Y K H S L
Decimal 122 11 250 0.51 0.96 0 0.02 267.87 0.96 0.51
Hex 7A B FA 33 60 0 2 10C 60 33
Octal 172 13 372 63 140 0 2 414 140 63
Binary 1111010 1011 11111010 110011 1100000 0 10 100001100 1100000 110011

Color Harmonies of #7A0BFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A0BFA

Black with #7A0BFA

Text Example


Text Example

White with #7A0BFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,11,250); }

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

background-color css

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

 a { background-color: rgb(122,11,250); }

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

border-color css

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

 span { border-color: rgb(122,11,250); }

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