#7F03FF

Color #7F03FF Electric Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Electric Indigo #7F03FF

Tints of Electric Indigo #7F03FF

Color information

#7F03FF (or 0x7F03FF) is unknown color: approx 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

RGB1273255-
CMYK0.500.9900
HSL269.52º100%50.59%-
HSV(B)269.52º98.82%100%-
XYZ26.8311.895.47-
YUV68.8233.08169.51-

RGB Variations

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

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 (Cyan) values IS 0.50
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal12732550.500.9900269.5210050.59
Hex7F3FF32630010e6433
Octal1773377621430041614463
Binary111111111111111111100101100011001000011101100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F03FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>