Html Css Color HEX #7212FE Electric Indigo

📋 copy color: '#7212FE'

red 114 ◦ green 18 ◦ blue 254

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

Shades of Electric Indigo #7212FE

Tints of Electric Indigo #7212FE

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.66%

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

R = 29.53%
G = 4.66%
B = 65.8%

CMYK

 C value IS 0.55

 M value IS 0.93

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#7212FE (or 0x7212FE) is known color: Electric Indigo. HEX triplet: 72, 12 and FE. RGB value is (114,18,254). Sum of RGB (Red+Green+Blue) = 114+18+254=386 (51% of max value = 765). Red value is 114 (44.92% from 255 or 29.53% from 386); Green value is 18 (7.42% from 255 or 4.66% from 386); Blue value is 254 (99.61% from 255 or 65.80% from 386); Max value from RGB is 254 - color contains mainly: blue. Hex color #7212FE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7212FE is #8DED01. Grayscale: #484848. Windows color (decimal): -9301250 or 16650866. OLE color: 16650866.

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

Color convert

RGB 114 18 254 -
CMYK 0.55 0.93 0 0.00
HSL 264.41º 0.99% 0.53% -
HSV(B) 264.41º 0.93% 1% -
XYZ 25.05 11.17 94.6 -
YUV 73.61 229.8 156.81 -
System Red Green Blue C M Y K H S L
Decimal 114 18 254 0.55 0.93 0 0.00 264.41 0.99 0.53
Hex 72 12 FE 37 5D 0 0 108 63 35
Octal 162 22 376 67 135 0 0 410 143 65
Binary 1110010 10010 11111110 110111 1011101 0 0 100001000 1100011 110101

Color Harmonies of #7212FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7212FE

Black with #7212FE

Text Example


Text Example

White with #7212FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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