Html Css Color HEX #7F00FD Electric Indigo

📋 copy color: '#7F00FD'

red 127 ◦ green 0 ◦ blue 253

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

Shades of Electric Indigo #7F00FD

Tints of Electric Indigo #7F00FD

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 253 (99.22% from 255) = 66.58%

R = 33.42%
G = 0%
B = 66.58%

CMYK

 C value IS 0.50

 M value IS 1

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#7F00FD (or 0x7F00FD) is known color: Electric Indigo. HEX triplet: 7F, 00 and FD. RGB value is (127,0,253). Sum of RGB (Red+Green+Blue) = 127+0+253=380 (50% of max value = 765). Red value is 127 (50% from 255 or 33.42% from 380); Green value is 0 (0.39% from 255 or 0% from 380); Blue value is 253 (99.22% from 255 or 66.58% from 380); Max value from RGB is 253 - color contains mainly: blue. Hex color #7F00FD is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7F00FD is #80FF02. Grayscale: #414141. Windows color (decimal): -8453891 or 16580735. OLE color: 16580735.

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

Color convert

RGB 127 0 253 -
CMYK 0.50 1 0 0.01
HSL 270.12º 1% 0.5% -
HSV(B) 270.12º 1% 0.99% -
XYZ 26.48 11.6 93.77 -
YUV 66.82 233.08 170.93 -
System Red Green Blue C M Y K H S L
Decimal 127 0 253 0.50 1 0 0.01 270.12 1 0.5
Hex 7F 0 FD 32 64 0 1 10E 64 32
Octal 177 0 375 62 144 0 1 416 144 62
Binary 1111111 0 11111101 110010 1100100 0 1 100001110 1100100 110010

Color Harmonies of #7F00FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F00FD

Black with #7F00FD

Text Example


Text Example

White with #7F00FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,0,253); }

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

background-color css

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

 a { background-color: rgb(127,0,253); }

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

border-color css

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

 span { border-color: rgb(127,0,253); }

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