Html Css Color HEX #7316FF Electric Indigo

📋 copy color: '#7316FF'

red 115 ◦ green 22 ◦ blue 255

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

Shades of Electric Indigo #7316FF

Tints of Electric Indigo #7316FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 65.05%

R = 29.34%
G = 5.61%
B = 65.05%

CMYK

 C value IS 0.55

 M value IS 0.91

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#7316FF (or 0x7316FF) is known color: Electric Indigo. HEX triplet: 73, 16 and FF. RGB value is (115,22,255). Sum of RGB (Red+Green+Blue) = 115+22+255=392 (51% of max value = 765). Red value is 115 (45.31% from 255 or 29.34% from 392); Green value is 22 (8.98% from 255 or 5.61% from 392); Blue value is 255 (100% from 255 or 65.05% from 392); Max value from RGB is 255 - color contains mainly: blue. Hex color #7316FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7316FF is #8CE900. Grayscale: #4B4B4B. Windows color (decimal): -9234689 or 16717427. OLE color: 16717427.

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

Color convert

RGB 115 22 255 -
CMYK 0.55 0.91 0 0
HSL 263.95º 1% 0.54% -
HSV(B) 263.95º 0.91% 1% -
XYZ 25.41 11.44 95.48 -
YUV 76.37 228.81 155.55 -
System Red Green Blue C M Y K H S L
Decimal 115 22 255 0.55 0.91 0 0 263.95 1 0.54
Hex 73 16 FF 37 5B 0 0 108 64 36
Octal 163 26 377 67 133 0 0 410 144 66
Binary 1110011 10110 11111111 110111 1011011 0 0 100001000 1100100 110110

Color Harmonies of #7316FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7316FF

Black with #7316FF

Text Example


Text Example

White with #7316FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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