Html Css Color HEX #7A0AFD Electric Indigo

📋 copy color: '#7A0AFD'

red 122 ◦ green 10 ◦ blue 253

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

Shades of Electric Indigo #7A0AFD

Tints of Electric Indigo #7A0AFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 65.71%

R = 31.69%
G = 2.6%
B = 65.71%

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

#7A0AFD (or 0x7A0AFD) is known color: Electric Indigo. HEX triplet: 7A, 0A and FD. RGB value is (122,10,253). Sum of RGB (Red+Green+Blue) = 122+10+253=385 (50% of max value = 765). Red value is 122 (48.05% from 255 or 31.69% from 385); Green value is 10 (4.30% from 255 or 2.60% from 385); Blue value is 253 (99.22% from 255 or 65.71% from 385); Max value from RGB is 253 - color contains mainly: blue. Hex color #7A0AFD is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7A0AFD is #85F502. Grayscale: #464646. Windows color (decimal): -8779011 or 16583290. OLE color: 16583290.

HSL color Cylindrical-coordinate representation of color #7A0AFD: hue angle of 267.65º 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 #7A0AFD is Cyan = 0.52, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 122 10 253 -
CMYK 0.52 0.96 0 0.01
HSL 267.65º 0.98% 0.52% -
HSV(B) 267.65º 0.96% 0.99% -
XYZ 25.86 11.45 93.77 -
YUV 71.19 230.61 164.24 -
System Red Green Blue C M Y K H S L
Decimal 122 10 253 0.52 0.96 0 0.01 267.65 0.98 0.52
Hex 7A A FD 34 60 0 1 10C 62 34
Octal 172 12 375 64 140 0 1 414 142 64
Binary 1111010 1010 11111101 110100 1100000 0 1 100001100 1100010 110100

Color Harmonies of #7A0AFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A0AFD

Black with #7A0AFD

Text Example


Text Example

White with #7A0AFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,10,253); }

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

background-color css

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

 a { background-color: rgb(122,10,253); }

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

border-color css

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

 span { border-color: rgb(122,10,253); }

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