Html Css Color HEX #7A14FC Electric Indigo

📋 copy color: '#7A14FC'

red 122 ◦ green 20 ◦ blue 252

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

Shades of Electric Indigo #7A14FC

Tints of Electric Indigo #7A14FC

RGB

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

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

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

R = 30.96%
G = 5.08%
B = 63.96%

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

#7A14FC (or 0x7A14FC) is known color: Electric Indigo. HEX triplet: 7A, 14 and FC. RGB value is (122,20,252). Sum of RGB (Red+Green+Blue) = 122+20+252=394 (52% of max value = 765). Red value is 122 (48.05% from 255 or 30.96% from 394); Green value is 20 (8.20% from 255 or 5.08% from 394); Blue value is 252 (98.83% from 255 or 63.96% from 394); Max value from RGB is 252 - color contains mainly: blue. Hex color #7A14FC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7A14FC is #85EB03. Grayscale: #4C4C4C. Windows color (decimal): -8776452 or 16520314. OLE color: 16520314.

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

Color convert

RGB 122 20 252 -
CMYK 0.52 0.92 0 0.01
HSL 266.38º 0.97% 0.53% -
HSV(B) 266.38º 0.92% 0.99% -
XYZ 25.85 11.67 92.98 -
YUV 76.95 226.79 160.14 -
System Red Green Blue C M Y K H S L
Decimal 122 20 252 0.52 0.92 0 0.01 266.38 0.97 0.53
Hex 7A 14 FC 34 5C 0 1 10A 61 35
Octal 172 24 374 64 134 0 1 412 141 65
Binary 1111010 10100 11111100 110100 1011100 0 1 100001010 1100001 110101

Color Harmonies of #7A14FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A14FC

Black with #7A14FC

Text Example


Text Example

White with #7A14FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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