Html Css Color HEX #7F18FF Electric Indigo

📋 copy color: '#7F18FF'

red 127 ◦ green 24 ◦ blue 255

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

Shades of Electric Indigo #7F18FF

Tints of Electric Indigo #7F18FF

RGB

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

 GREEN value IS 24 (9.77% from 255) = 5.91%

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

R = 31.28%
G = 5.91%
B = 62.81%

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

#7F18FF (or 0x7F18FF) is known color: Electric Indigo. HEX triplet: 7F, 18 and FF. RGB value is (127,24,255). Sum of RGB (Red+Green+Blue) = 127+24+255=406 (53% of max value = 765). Red value is 127 (50% from 255 or 31.28% from 406); Green value is 24 (9.77% from 255 or 5.91% from 406); Blue value is 255 (100% from 255 or 62.81% from 406); Max value from RGB is 255 - color contains mainly: blue. Hex color #7F18FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7F18FF is #80E700. Grayscale: #505050. Windows color (decimal): -8447745 or 16717951. OLE color: 16717951.

HSL color Cylindrical-coordinate representation of color #7F18FF: hue angle of 266.75º 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 #7F18FF is Cyan = 0.50, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 127 24 255 -
CMYK 0.50 0.91 0 0
HSL 266.75º 1% 0.55% -
HSV(B) 266.75º 0.91% 1% -
XYZ 27.13 12.39 95.57 -
YUV 81.13 226.12 160.72 -
System Red Green Blue C M Y K H S L
Decimal 127 24 255 0.50 0.91 0 0 266.75 1 0.55
Hex 7F 18 FF 32 5B 0 0 10B 64 37
Octal 177 30 377 62 133 0 0 413 144 67
Binary 1111111 11000 11111111 110010 1011011 0 0 100001011 1100100 110111

Color Harmonies of #7F18FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F18FF

Black with #7F18FF

Text Example


Text Example

White with #7F18FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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