Html Css Color HEX #7A0EFD Electric Indigo

📋 copy color: '#7A0EFD'

red 122 ◦ green 14 ◦ blue 253

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

Shades of Electric Indigo #7A0EFD

Tints of Electric Indigo #7A0EFD

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.6%

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

R = 31.36%
G = 3.6%
B = 65.04%

CMYK

 C value IS 0.52

 M value IS 0.94

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#7A0EFD (or 0x7A0EFD) is known color: Electric Indigo. HEX triplet: 7A, 0E and FD. RGB value is (122,14,253). Sum of RGB (Red+Green+Blue) = 122+14+253=389 (51% of max value = 765). Red value is 122 (48.05% from 255 or 31.36% from 389); Green value is 14 (5.86% from 255 or 3.60% from 389); Blue value is 253 (99.22% from 255 or 65.04% from 389); Max value from RGB is 253 - color contains mainly: blue. Hex color #7A0EFD is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7A0EFD is #85F102. Grayscale: #484848. Windows color (decimal): -8777987 or 16584314. OLE color: 16584314.

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

Color convert

RGB 122 14 253 -
CMYK 0.52 0.94 0 0.01
HSL 267.11º 0.98% 0.52% -
HSV(B) 267.11º 0.94% 0.99% -
XYZ 25.91 11.54 93.79 -
YUV 73.54 229.28 162.57 -
System Red Green Blue C M Y K H S L
Decimal 122 14 253 0.52 0.94 0 0.01 267.11 0.98 0.52
Hex 7A E FD 34 5E 0 1 10B 62 34
Octal 172 16 375 64 136 0 1 413 142 64
Binary 1111010 1110 11111101 110100 1011110 0 1 100001011 1100010 110100

Color Harmonies of #7A0EFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A0EFD

Black with #7A0EFD

Text Example


Text Example

White with #7A0EFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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