Html Css Color HEX #7F11FF Electric Indigo

📋 copy color: '#7F11FF'

red 127 ◦ green 17 ◦ blue 255

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

Shades of Electric Indigo #7F11FF

Tints of Electric Indigo #7F11FF

RGB

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

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

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

R = 31.83%
G = 4.26%
B = 63.91%

CMYK

 C value IS 0.50

 M value IS 0.93

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#7F11FF (or 0x7F11FF) is known color: Electric Indigo. HEX triplet: 7F, 11 and FF. RGB value is (127,17,255). Sum of RGB (Red+Green+Blue) = 127+17+255=399 (52% of max value = 765). Red value is 127 (50% from 255 or 31.83% from 399); Green value is 17 (7.03% from 255 or 4.26% from 399); Blue value is 255 (100% from 255 or 63.91% from 399); Max value from RGB is 255 - color contains mainly: blue. Hex color #7F11FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7F11FF is #80EE00. Grayscale: #4C4C4C. Windows color (decimal): -8449537 or 16716159. OLE color: 16716159.

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

Color convert

RGB 127 17 255 -
CMYK 0.50 0.93 0 0
HSL 267.73º 1% 0.53% -
HSV(B) 267.73º 0.93% 1% -
XYZ 27 12.13 95.53 -
YUV 77.02 228.44 163.65 -
System Red Green Blue C M Y K H S L
Decimal 127 17 255 0.50 0.93 0 0 267.73 1 0.53
Hex 7F 11 FF 32 5D 0 0 10C 64 35
Octal 177 21 377 62 135 0 0 414 144 65
Binary 1111111 10001 11111111 110010 1011101 0 0 100001100 1100100 110101

Color Harmonies of #7F11FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F11FF

Black with #7F11FF

Text Example


Text Example

White with #7F11FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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