Html Css Color HEX #7A0BFC Electric Indigo

📋 copy color: '#7A0BFC'

red 122 ◦ green 11 ◦ blue 252

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

Shades of Electric Indigo #7A0BFC

Tints of Electric Indigo #7A0BFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 65.45%

R = 31.69%
G = 2.86%
B = 65.45%

CMYK

 C value IS 0.52

 M value IS 0.96

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#7A0BFC (or 0x7A0BFC) is known color: Electric Indigo. HEX triplet: 7A, 0B and FC. RGB value is (122,11,252). Sum of RGB (Red+Green+Blue) = 122+11+252=385 (50% of max value = 765). Red value is 122 (48.05% from 255 or 31.69% from 385); Green value is 11 (4.69% from 255 or 2.86% from 385); Blue value is 252 (98.83% from 255 or 65.45% from 385); Max value from RGB is 252 - color contains mainly: blue. Hex color #7A0BFC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7A0BFC is #85F403. Grayscale: #464646. Windows color (decimal): -8778756 or 16518010. OLE color: 16518010.

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

Color convert

RGB 122 11 252 -
CMYK 0.52 0.96 0 0.01
HSL 267.63º 0.98% 0.52% -
HSV(B) 267.63º 0.96% 0.99% -
XYZ 25.72 11.41 92.94 -
YUV 71.66 229.77 163.9 -
System Red Green Blue C M Y K H S L
Decimal 122 11 252 0.52 0.96 0 0.01 267.63 0.98 0.52
Hex 7A B FC 34 60 0 1 10C 62 34
Octal 172 13 374 64 140 0 1 414 142 64
Binary 1111010 1011 11111100 110100 1100000 0 1 100001100 1100010 110100

Color Harmonies of #7A0BFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A0BFC

Black with #7A0BFC

Text Example


Text Example

White with #7A0BFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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