Html Css Color HEX #7F17FF Electric Indigo

📋 copy color: '#7F17FF'

red 127 ◦ green 23 ◦ blue 255

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

Shades of Electric Indigo #7F17FF

Tints of Electric Indigo #7F17FF

RGB

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

 GREEN value IS 23 (9.38% from 255) = 5.68%

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

R = 31.36%
G = 5.68%
B = 62.96%

CMYK

 C value IS 0.50

 M value IS 0.91

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#7F17FF (or 0x7F17FF) is known color: Electric Indigo. HEX triplet: 7F, 17 and FF. RGB value is (127,23,255). Sum of RGB (Red+Green+Blue) = 127+23+255=405 (53% of max value = 765). Red value is 127 (50% from 255 or 31.36% from 405); Green value is 23 (9.38% from 255 or 5.68% from 405); Blue value is 255 (100% from 255 or 62.96% from 405); Max value from RGB is 255 - color contains mainly: blue. Hex color #7F17FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7F17FF is #80E800. Grayscale: #4F4F4F. Windows color (decimal): -8448001 or 16717695. OLE color: 16717695.

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

Color convert

RGB 127 23 255 -
CMYK 0.50 0.91 0 0
HSL 266.9º 1% 0.55% -
HSV(B) 266.9º 0.91% 1% -
XYZ 27.11 12.34 95.56 -
YUV 80.54 226.46 161.14 -
System Red Green Blue C M Y K H S L
Decimal 127 23 255 0.50 0.91 0 0 266.9 1 0.55
Hex 7F 17 FF 32 5B 0 0 10B 64 37
Octal 177 27 377 62 133 0 0 413 144 67
Binary 1111111 10111 11111111 110010 1011011 0 0 100001011 1100100 110111

Color Harmonies of #7F17FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F17FF

Black with #7F17FF

Text Example


Text Example

White with #7F17FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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