Html Css Color HEX #7A0BFE Electric Indigo

📋 copy color: '#7A0BFE'

red 122 ◦ green 11 ◦ blue 254

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

Shades of Electric Indigo #7A0BFE

Tints of Electric Indigo #7A0BFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 65.63%

R = 31.52%
G = 2.84%
B = 65.63%

CMYK

 C value IS 0.52

 M value IS 0.96

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#7A0BFE (or 0x7A0BFE) is known color: Electric Indigo. HEX triplet: 7A, 0B and FE. RGB value is (122,11,254). Sum of RGB (Red+Green+Blue) = 122+11+254=387 (51% of max value = 765). Red value is 122 (48.05% from 255 or 31.52% from 387); Green value is 11 (4.69% from 255 or 2.84% from 387); Blue value is 254 (99.61% from 255 or 65.63% from 387); Max value from RGB is 254 - color contains mainly: blue. Hex color #7A0BFE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7A0BFE is #85F401. Grayscale: #474747. Windows color (decimal): -8778754 or 16649082. OLE color: 16649082.

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

Color convert

RGB 122 11 254 -
CMYK 0.52 0.96 0 0.00
HSL 267.41º 0.99% 0.52% -
HSV(B) 267.41º 0.96% 1% -
XYZ 26.04 11.53 94.62 -
YUV 71.89 230.77 163.74 -
System Red Green Blue C M Y K H S L
Decimal 122 11 254 0.52 0.96 0 0.00 267.41 0.99 0.52
Hex 7A B FE 34 60 0 0 10B 63 34
Octal 172 13 376 64 140 0 0 413 143 64
Binary 1111010 1011 11111110 110100 1100000 0 0 100001011 1100011 110100

Color Harmonies of #7A0BFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A0BFE

Black with #7A0BFE

Text Example


Text Example

White with #7A0BFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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