Html Css Color HEX #7F05EC Electric Indigo

📋 copy color: '#7F05EC'

red 127 ◦ green 5 ◦ blue 236

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

Shades of Electric Indigo #7F05EC

Tints of Electric Indigo #7F05EC

RGB

 RED value IS 127 (50% from 255) = 34.51%

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

 BLUE value IS 236 (92.58% from 255) = 64.13%

R = 34.51%
G = 1.36%
B = 64.13%

CMYK

 C value IS 0.46

 M value IS 0.98

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#7F05EC (or 0x7F05EC) is known color: Electric Indigo. HEX triplet: 7F, 05 and EC. RGB value is (127,5,236). Sum of RGB (Red+Green+Blue) = 127+5+236=368 (48% of max value = 765). Red value is 127 (50% from 255 or 34.51% from 368); Green value is 5 (2.34% from 255 or 1.36% from 368); Blue value is 236 (92.58% from 255 or 64.13% from 368); Max value from RGB is 236 - color contains mainly: blue. Hex color #7F05EC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7F05EC is #80FA13. Grayscale: #434343. Windows color (decimal): -8452628 or 15467903. OLE color: 15467903.

HSL color Cylindrical-coordinate representation of color #7F05EC: hue angle of 271.69º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7F05EC is Cyan = 0.46, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 127 5 236 -
CMYK 0.46 0.98 0 0.07
HSL 271.69º 0.96% 0.47% -
HSV(B) 271.69º 0.98% 0.93% -
XYZ 23.95 10.68 80.16 -
YUV 67.81 222.92 170.22 -
System Red Green Blue C M Y K H S L
Decimal 127 5 236 0.46 0.98 0 0.07 271.69 0.96 0.47
Hex 7F 5 EC 2E 62 0 7 110 60 2F
Octal 177 5 354 56 142 0 7 420 140 57
Binary 1111111 101 11101100 101110 1100010 0 111 100010000 1100000 101111

Color Harmonies of #7F05EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F05EC

Black with #7F05EC

Text Example


Text Example

White with #7F05EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,5,236); }

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

background-color css

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

 a { background-color: rgb(127,5,236); }

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

border-color css

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

 span { border-color: rgb(127,5,236); }

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