Html Css Color HEX #7F11FC Electric Indigo

📋 copy color: '#7F11FC'

red 127 ◦ green 17 ◦ blue 252

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

Shades of Electric Indigo #7F11FC

Tints of Electric Indigo #7F11FC

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.29%

 BLUE value IS 252 (98.83% from 255) = 63.64%

R = 32.07%
G = 4.29%
B = 63.64%

CMYK

 C value IS 0.50

 M value IS 0.93

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#7F11FC (or 0x7F11FC) is known color: Electric Indigo. HEX triplet: 7F, 11 and FC. RGB value is (127,17,252). Sum of RGB (Red+Green+Blue) = 127+17+252=396 (52% of max value = 765). Red value is 127 (50% from 255 or 32.07% from 396); Green value is 17 (7.03% from 255 or 4.29% from 396); Blue value is 252 (98.83% from 255 or 63.64% from 396); Max value from RGB is 252 - color contains mainly: blue. Hex color #7F11FC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7F11FC is #80EE03. Grayscale: #4B4B4B. Windows color (decimal): -8449540 or 16519551. OLE color: 16519551.

HSL color Cylindrical-coordinate representation of color #7F11FC: hue angle of 268.09º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7F11FC is Cyan = 0.50, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 127 17 252 -
CMYK 0.50 0.93 0 0.01
HSL 268.09º 0.98% 0.53% -
HSV(B) 268.09º 0.93% 0.99% -
XYZ 26.52 11.94 93 -
YUV 76.68 226.94 163.89 -
System Red Green Blue C M Y K H S L
Decimal 127 17 252 0.50 0.93 0 0.01 268.09 0.98 0.53
Hex 7F 11 FC 32 5D 0 1 10C 62 35
Octal 177 21 374 62 135 0 1 414 142 65
Binary 1111111 10001 11111100 110010 1011101 0 1 100001100 1100010 110101

Color Harmonies of #7F11FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F11FC

Black with #7F11FC

Text Example


Text Example

White with #7F11FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,17,252); }

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

background-color css

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

 a { background-color: rgb(127,17,252); }

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

border-color css

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

 span { border-color: rgb(127,17,252); }

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