Html Css Color HEX #7316FC Electric Indigo

📋 copy color: '#7316FC'

red 115 ◦ green 22 ◦ blue 252

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

Shades of Electric Indigo #7316FC

Tints of Electric Indigo #7316FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 64.78%

R = 29.56%
G = 5.66%
B = 64.78%

CMYK

 C value IS 0.54

 M value IS 0.91

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#7316FC (or 0x7316FC) is known color: Electric Indigo. HEX triplet: 73, 16 and FC. RGB value is (115,22,252). Sum of RGB (Red+Green+Blue) = 115+22+252=389 (51% of max value = 765). Red value is 115 (45.31% from 255 or 29.56% from 389); Green value is 22 (8.98% from 255 or 5.66% from 389); Blue value is 252 (98.83% from 255 or 64.78% from 389); Max value from RGB is 252 - color contains mainly: blue. Hex color #7316FC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7316FC is #8CE903. Grayscale: #4B4B4B. Windows color (decimal): -9234692 or 16520819. OLE color: 16520819.

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

Color convert

RGB 115 22 252 -
CMYK 0.54 0.91 0 0.01
HSL 264.26º 0.97% 0.54% -
HSV(B) 264.26º 0.91% 0.99% -
XYZ 24.93 11.25 92.95 -
YUV 76.03 227.31 155.8 -
System Red Green Blue C M Y K H S L
Decimal 115 22 252 0.54 0.91 0 0.01 264.26 0.97 0.54
Hex 73 16 FC 36 5B 0 1 108 61 36
Octal 163 26 374 66 133 0 1 410 141 66
Binary 1110011 10110 11111100 110110 1011011 0 1 100001000 1100001 110110

Color Harmonies of #7316FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7316FC

Black with #7316FC

Text Example


Text Example

White with #7316FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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