Html Css Color HEX #7C13FF Electric Indigo

📋 copy color: '#7C13FF'

red 124 ◦ green 19 ◦ blue 255

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

Shades of Electric Indigo #7C13FF

Tints of Electric Indigo #7C13FF

RGB

 RED value IS 124 (48.83% from 255) = 31.16%

 GREEN value IS 19 (7.81% from 255) = 4.77%

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

R = 31.16%
G = 4.77%
B = 64.07%

CMYK

 C value IS 0.51

 M value IS 0.93

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#7C13FF (or 0x7C13FF) is known color: Electric Indigo. HEX triplet: 7C, 13 and FF. RGB value is (124,19,255). Sum of RGB (Red+Green+Blue) = 124+19+255=398 (52% of max value = 765). Red value is 124 (48.83% from 255 or 31.16% from 398); Green value is 19 (7.81% from 255 or 4.77% from 398); Blue value is 255 (100% from 255 or 64.07% from 398); Max value from RGB is 255 - color contains mainly: blue. Hex color #7C13FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7C13FF is #83EC00. Grayscale: #4C4C4C. Windows color (decimal): -8645633 or 16716668. OLE color: 16716668.

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

Color convert

RGB 124 19 255 -
CMYK 0.51 0.93 0 0
HSL 266.69º 1% 0.54% -
HSV(B) 266.69º 0.93% 1% -
XYZ 26.6 11.97 95.52 -
YUV 77.3 228.29 161.31 -
System Red Green Blue C M Y K H S L
Decimal 124 19 255 0.51 0.93 0 0 266.69 1 0.54
Hex 7C 13 FF 33 5D 0 0 10B 64 36
Octal 174 23 377 63 135 0 0 413 144 66
Binary 1111100 10011 11111111 110011 1011101 0 0 100001011 1100100 110110

Color Harmonies of #7C13FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C13FF

Black with #7C13FF

Text Example


Text Example

White with #7C13FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7C13FF; }

 p { color: rgb(124,19,255); }

 H1.HeaderClassName
 {
   color: #7C13FF;
 }
 .AnyTagClassName
 {
   color: #7C13FF;
 }
</style>

background-color css

<style>
 a { background-color: #7C13FF; }

 a { background-color: rgb(124,19,255); }

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

border-color css

<style>
 span { border-color: #7C13FF; }

 span { border-color: rgb(124,19,255); }

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