Html Css Color HEX #7A14FD Electric Indigo

📋 copy color: '#7A14FD'

red 122 ◦ green 20 ◦ blue 253

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

Shades of Electric Indigo #7A14FD

Tints of Electric Indigo #7A14FD

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.06%

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

R = 30.89%
G = 5.06%
B = 64.05%

CMYK

 C value IS 0.52

 M value IS 0.92

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#7A14FD (or 0x7A14FD) is known color: Electric Indigo. HEX triplet: 7A, 14 and FD. RGB value is (122,20,253). Sum of RGB (Red+Green+Blue) = 122+20+253=395 (52% of max value = 765). Red value is 122 (48.05% from 255 or 30.89% from 395); Green value is 20 (8.20% from 255 or 5.06% from 395); Blue value is 253 (99.22% from 255 or 64.05% from 395); Max value from RGB is 253 - color contains mainly: blue. Hex color #7A14FD is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7A14FD is #85EB02. Grayscale: #4C4C4C. Windows color (decimal): -8776451 or 16585850. OLE color: 16585850.

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

Color convert

RGB 122 20 253 -
CMYK 0.52 0.92 0 0.01
HSL 266.27º 0.98% 0.54% -
HSV(B) 266.27º 0.92% 0.99% -
XYZ 26.01 11.73 93.82 -
YUV 77.06 227.29 160.05 -
System Red Green Blue C M Y K H S L
Decimal 122 20 253 0.52 0.92 0 0.01 266.27 0.98 0.54
Hex 7A 14 FD 34 5C 0 1 10A 62 36
Octal 172 24 375 64 134 0 1 412 142 66
Binary 1111010 10100 11111101 110100 1011100 0 1 100001010 1100010 110110

Color Harmonies of #7A14FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A14FD

Black with #7A14FD

Text Example


Text Example

White with #7A14FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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