Html Css Color HEX #7F03FF Electric Indigo

📋 copy color: '#7F03FF'

red 127 ◦ green 3 ◦ blue 255

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

Shades of Electric Indigo #7F03FF

Tints of Electric Indigo #7F03FF

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.78%

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

R = 32.99%
G = 0.78%
B = 66.23%

CMYK

 C value IS 0.50

 M value IS 0.99

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#7F03FF (or 0x7F03FF) is known color: Electric Indigo. HEX triplet: 7F, 03 and FF. RGB value is (127,3,255). Sum of RGB (Red+Green+Blue) = 127+3+255=385 (50% of max value = 765). Red value is 127 (50% from 255 or 32.99% from 385); Green value is 3 (1.56% from 255 or 0.78% from 385); Blue value is 255 (100% from 255 or 66.23% from 385); Max value from RGB is 255 - color contains mainly: blue. Hex color #7F03FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7F03FF is #80FC00. Grayscale: #434343. Windows color (decimal): -8453121 or 16712575. OLE color: 16712575.

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

Color convert

RGB 127 3 255 -
CMYK 0.50 0.99 0 0
HSL 269.52º 1% 0.51% -
HSV(B) 269.52º 0.99% 1% -
XYZ 26.83 11.8 95.47 -
YUV 68.8 233.08 169.51 -
System Red Green Blue C M Y K H S L
Decimal 127 3 255 0.50 0.99 0 0 269.52 1 0.51
Hex 7F 3 FF 32 63 0 0 10E 64 33
Octal 177 3 377 62 143 0 0 416 144 63
Binary 1111111 11 11111111 110010 1100011 0 0 100001110 1100100 110011

Color Harmonies of #7F03FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F03FF

Black with #7F03FF

Text Example


Text Example

White with #7F03FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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