Html Css Color HEX #7316FE Electric Indigo

📋 copy color: '#7316FE'

red 115 ◦ green 22 ◦ blue 254

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

Shades of Electric Indigo #7316FE

Tints of Electric Indigo #7316FE

RGB

 RED value IS 115 (45.31% from 255) = 29.41%

 GREEN value IS 22 (8.98% from 255) = 5.63%

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

R = 29.41%
G = 5.63%
B = 64.96%

CMYK

 C value IS 0.55

 M value IS 0.91

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#7316FE (or 0x7316FE) is known color: Electric Indigo. HEX triplet: 73, 16 and FE. RGB value is (115,22,254). Sum of RGB (Red+Green+Blue) = 115+22+254=391 (51% of max value = 765). Red value is 115 (45.31% from 255 or 29.41% from 391); Green value is 22 (8.98% from 255 or 5.63% from 391); Blue value is 254 (99.61% from 255 or 64.96% from 391); Max value from RGB is 254 - color contains mainly: blue. Hex color #7316FE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7316FE is #8CE901. Grayscale: #4B4B4B. Windows color (decimal): -9234690 or 16651891. OLE color: 16651891.

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

Color convert

RGB 115 22 254 -
CMYK 0.55 0.91 0 0.00
HSL 264.05º 0.99% 0.54% -
HSV(B) 264.05º 0.91% 1% -
XYZ 25.25 11.37 94.63 -
YUV 76.26 228.31 155.64 -
System Red Green Blue C M Y K H S L
Decimal 115 22 254 0.55 0.91 0 0.00 264.05 0.99 0.54
Hex 73 16 FE 37 5B 0 0 108 63 36
Octal 163 26 376 67 133 0 0 410 143 66
Binary 1110011 10110 11111110 110111 1011011 0 0 100001000 1100011 110110

Color Harmonies of #7316FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7316FE

Black with #7316FE

Text Example


Text Example

White with #7316FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,22,254); }

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

background-color css

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

 a { background-color: rgb(115,22,254); }

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

border-color css

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

 span { border-color: rgb(115,22,254); }

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