Html Css Color HEX #7C05EF Electric Indigo

📋 copy color: '#7C05EF'

red 124 ◦ green 5 ◦ blue 239

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

Shades of Electric Indigo #7C05EF

Tints of Electric Indigo #7C05EF

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.36%

 BLUE value IS 239 (93.75% from 255) = 64.95%

R = 33.7%
G = 1.36%
B = 64.95%

CMYK

 C value IS 0.48

 M value IS 0.98

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#7C05EF (or 0x7C05EF) is known color: Electric Indigo. HEX triplet: 7C, 05 and EF. RGB value is (124,5,239). Sum of RGB (Red+Green+Blue) = 124+5+239=368 (48% of max value = 765). Red value is 124 (48.83% from 255 or 33.70% from 368); Green value is 5 (2.34% from 255 or 1.36% from 368); Blue value is 239 (93.75% from 255 or 64.95% from 368); Max value from RGB is 239 - color contains mainly: blue. Hex color #7C05EF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7C05EF is #83FA10. Grayscale: #424242. Windows color (decimal): -8649233 or 15664508. OLE color: 15664508.

HSL color Cylindrical-coordinate representation of color #7C05EF: hue angle of 270.51º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7C05EF is Cyan = 0.48, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 124 5 239 -
CMYK 0.48 0.98 0 0.06
HSL 270.51º 0.96% 0.48% -
HSV(B) 270.51º 0.98% 0.94% -
XYZ 23.95 10.63 82.45 -
YUV 67.26 224.92 168.47 -
System Red Green Blue C M Y K H S L
Decimal 124 5 239 0.48 0.98 0 0.06 270.51 0.96 0.48
Hex 7C 5 EF 30 62 0 6 10F 60 30
Octal 174 5 357 60 142 0 6 417 140 60
Binary 1111100 101 11101111 110000 1100010 0 110 100001111 1100000 110000

Color Harmonies of #7C05EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C05EF

Black with #7C05EF

Text Example


Text Example

White with #7C05EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,5,239); }

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

background-color css

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

 a { background-color: rgb(124,5,239); }

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

border-color css

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

 span { border-color: rgb(124,5,239); }

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