Html Css Color HEX #7C1BFE Electric Indigo

📋 copy color: '#7C1BFE'

red 124 ◦ green 27 ◦ blue 254

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

Shades of Electric Indigo #7C1BFE

Tints of Electric Indigo #7C1BFE

RGB

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

 GREEN value IS 27 (10.94% from 255) = 6.67%

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

R = 30.62%
G = 6.67%
B = 62.72%

CMYK

 C value IS 0.51

 M value IS 0.89

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#7C1BFE (or 0x7C1BFE) is known color: Electric Indigo. HEX triplet: 7C, 1B and FE. RGB value is (124,27,254). Sum of RGB (Red+Green+Blue) = 124+27+254=405 (53% of max value = 765). Red value is 124 (48.83% from 255 or 30.62% from 405); Green value is 27 (10.94% from 255 or 6.67% from 405); Blue value is 254 (99.61% from 255 or 62.72% from 405); Max value from RGB is 254 - color contains mainly: blue. Hex color #7C1BFE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7C1BFE is #83E401. Grayscale: #515151. Windows color (decimal): -8643586 or 16653180. OLE color: 16653180.

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

Color convert

RGB 124 27 254 -
CMYK 0.51 0.89 0 0.00
HSL 265.64º 0.99% 0.55% -
HSV(B) 265.64º 0.89% 1% -
XYZ 26.59 12.22 94.72 -
YUV 81.88 225.14 158.04 -
System Red Green Blue C M Y K H S L
Decimal 124 27 254 0.51 0.89 0 0.00 265.64 0.99 0.55
Hex 7C 1B FE 33 59 0 0 10A 63 37
Octal 174 33 376 63 131 0 0 412 143 67
Binary 1111100 11011 11111110 110011 1011001 0 0 100001010 1100011 110111

Color Harmonies of #7C1BFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C1BFE

Black with #7C1BFE

Text Example


Text Example

White with #7C1BFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,27,254); }

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

background-color css

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

 a { background-color: rgb(124,27,254); }

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

border-color css

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

 span { border-color: rgb(124,27,254); }

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