#7D15FB

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

Shades of Electric Indigo #7D15FB

Tints of Electric Indigo #7D15FB

Color information

#7D15FB (or 0x7D15FB) is unknown color: approx Electric Indigo. HEX triplet: 7D, 15 and FB. RGB value is (125,21,251). Sum of RGB (Red+Green+Blue) = 125+21+251=397 (52% of max value = 765). Red value is 125 (49.22% from 255 or 31.49% from 397); Green value is 21 (8.59% from 255 or 5.29% from 397); Blue value is 251 (98.44% from 255 or 63.22% from 397); Max value from RGB is 251 - color contains mainly: blue. Hex color #7D15FB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7D15FB is #82EA04. Grayscale: #4D4D4D. Windows color (decimal): -8579589 or 16455037. OLE color: 16455037.

HSL color Cylindrical-coordinate representation of color #7D15FB: hue angle of 267.13º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #7D15FB is Cyan = 0.50, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB12521251-
CMYK0.500.9200.02
HSL267.13º96.64%53.33%-
HSV(B)267.13º91.63%98.43%-
XYZ26.1411.8692.18-
YUV78.32225.46161.3-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 31.49%
GREEN value IS 21 (8.59% from 255) = 5.29%
BLUE value IS 251 (98.44% from 255) = 63.22%
R=31.49%
G=5.29%
B=63.22%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal125212510.500.9200.02267.1396.6453.33
Hex7D15FB325C0210b6135
Octal17525373621340241314165
Binary1111101101011111101111001010111000101000010111100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D15FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,21,251); }

 H1.HeaderClassName
 {
   color: #7D15FB;
 }
 .AnyTagClassName
 {
   color: #7D15FB;
 }
</style>
background-color css

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

 a { background-color: rgb(125,21,251); }

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

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

 span { border-color: rgb(125,21,251); }

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