Html Css Color HEX #720EFE Electric Indigo

📋 copy color: '#720EFE'

red 114 ◦ green 14 ◦ blue 254

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

Shades of Electric Indigo #720EFE

Tints of Electric Indigo #720EFE

RGB

 RED value IS 114 (44.92% from 255) = 29.84%

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

 BLUE value IS 254 (99.61% from 255) = 66.49%

R = 29.84%
G = 3.66%
B = 66.49%

CMYK

 C value IS 0.55

 M value IS 0.94

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#720EFE (or 0x720EFE) is known color: Electric Indigo. HEX triplet: 72, 0E and FE. RGB value is (114,14,254). Sum of RGB (Red+Green+Blue) = 114+14+254=382 (50% of max value = 765). Red value is 114 (44.92% from 255 or 29.84% from 382); Green value is 14 (5.86% from 255 or 3.66% from 382); Blue value is 254 (99.61% from 255 or 66.49% from 382); Max value from RGB is 254 - color contains mainly: blue. Hex color #720EFE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #720EFE is #8DF101. Grayscale: #464646. Windows color (decimal): -9302274 or 16649842. OLE color: 16649842.

HSL color Cylindrical-coordinate representation of color #720EFE: hue angle of 265º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #720EFE is Cyan = 0.55, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 114 14 254 -
CMYK 0.55 0.94 0 0.00
HSL 265º 0.99% 0.53% -
HSV(B) 265º 0.94% 1% -
XYZ 24.99 11.05 94.58 -
YUV 71.26 231.13 158.49 -
System Red Green Blue C M Y K H S L
Decimal 114 14 254 0.55 0.94 0 0.00 265 0.99 0.53
Hex 72 E FE 37 5E 0 0 109 63 35
Octal 162 16 376 67 136 0 0 411 143 65
Binary 1110010 1110 11111110 110111 1011110 0 0 100001001 1100011 110101

Color Harmonies of #720EFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #720EFE

Black with #720EFE

Text Example


Text Example

White with #720EFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #720EFE; }

 p { color: rgb(114,14,254); }

 H1.HeaderClassName
 {
   color: #720EFE;
 }
 .AnyTagClassName
 {
   color: #720EFE;
 }
</style>

background-color css

<style>
 a { background-color: #720EFE; }

 a { background-color: rgb(114,14,254); }

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

border-color css

<style>
 span { border-color: #720EFE; }

 span { border-color: rgb(114,14,254); }

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