Html Css Color HEX #7205FE Electric Indigo

📋 copy color: '#7205FE'

red 114 ◦ green 5 ◦ blue 254

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

Shades of Electric Indigo #7205FE

Tints of Electric Indigo #7205FE

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.34%

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

R = 30.56%
G = 1.34%
B = 68.1%

CMYK

 C value IS 0.55

 M value IS 0.98

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#7205FE (or 0x7205FE) is known color: Electric Indigo. HEX triplet: 72, 05 and FE. RGB value is (114,5,254). Sum of RGB (Red+Green+Blue) = 114+5+254=373 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.56% from 373); Green value is 5 (2.34% from 255 or 1.34% from 373); Blue value is 254 (99.61% from 255 or 68.10% from 373); Max value from RGB is 254 - color contains mainly: blue. Hex color #7205FE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7205FE is #8DFA01. Grayscale: #414141. Windows color (decimal): -9304578 or 16647538. OLE color: 16647538.

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

Color convert

RGB 114 5 254 -
CMYK 0.55 0.98 0 0.00
HSL 266.27º 0.99% 0.51% -
HSV(B) 266.27º 0.98% 1% -
XYZ 24.88 10.84 94.55 -
YUV 65.98 234.11 162.25 -
System Red Green Blue C M Y K H S L
Decimal 114 5 254 0.55 0.98 0 0.00 266.27 0.99 0.51
Hex 72 5 FE 37 62 0 0 10A 63 33
Octal 162 5 376 67 142 0 0 412 143 63
Binary 1110010 101 11111110 110111 1100010 0 0 100001010 1100011 110011

Color Harmonies of #7205FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7205FE

Black with #7205FE

Text Example


Text Example

White with #7205FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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