Html Css Color HEX #7214FE Electric Indigo

📋 copy color: '#7214FE'

red 114 ◦ green 20 ◦ blue 254

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

Shades of Electric Indigo #7214FE

Tints of Electric Indigo #7214FE

RGB

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

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

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

R = 29.38%
G = 5.15%
B = 65.46%

CMYK

 C value IS 0.55

 M value IS 0.92

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#7214FE (or 0x7214FE) is known color: Electric Indigo. HEX triplet: 72, 14 and FE. RGB value is (114,20,254). Sum of RGB (Red+Green+Blue) = 114+20+254=388 (51% of max value = 765). Red value is 114 (44.92% from 255 or 29.38% from 388); Green value is 20 (8.20% from 255 or 5.15% from 388); Blue value is 254 (99.61% from 255 or 65.46% from 388); Max value from RGB is 254 - color contains mainly: blue. Hex color #7214FE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7214FE is #8DEB01. Grayscale: #494949. Windows color (decimal): -9300738 or 16651378. OLE color: 16651378.

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

Color convert

RGB 114 20 254 -
CMYK 0.55 0.92 0 0.00
HSL 264.1º 0.99% 0.54% -
HSV(B) 264.1º 0.92% 1% -
XYZ 25.08 11.23 94.61 -
YUV 74.78 229.14 155.97 -
System Red Green Blue C M Y K H S L
Decimal 114 20 254 0.55 0.92 0 0.00 264.1 0.99 0.54
Hex 72 14 FE 37 5C 0 0 108 63 36
Octal 162 24 376 67 134 0 0 410 143 66
Binary 1110010 10100 11111110 110111 1011100 0 0 100001000 1100011 110110

Color Harmonies of #7214FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7214FE

Black with #7214FE

Text Example


Text Example

White with #7214FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7214FE; }

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

 H1.HeaderClassName
 {
   color: #7214FE;
 }
 .AnyTagClassName
 {
   color: #7214FE;
 }
</style>

background-color css

<style>
 a { background-color: #7214FE; }

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

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

border-color css

<style>
 span { border-color: #7214FE; }

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

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