#7A17FC

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

Shades of Electric Indigo #7A17FC

Tints of Electric Indigo #7A17FC

Color information

#7A17FC (or 0x7A17FC) is unknown color: approx Electric Indigo. HEX triplet: 7A, 17 and FC. RGB value is (122,23,252). Sum of RGB (Red+Green+Blue) = 122+23+252=397 (52% of max value = 765). Red value is 122 (48.05% from 255 or 30.73% from 397); Green value is 23 (9.38% from 255 or 5.79% from 397); Blue value is 252 (98.83% from 255 or 63.48% from 397); Max value from RGB is 252 - color contains mainly: blue. Hex color #7A17FC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7A17FC is #85E803. Grayscale: #4D4D4D. Windows color (decimal): -8775684 or 16521082. OLE color: 16521082.

HSL color Cylindrical-coordinate representation of color #7A17FC: hue angle of 265.94º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7A17FC is Cyan = 0.52, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB12223252-
CMYK0.520.9100.01
HSL265.94º97.45%53.92%-
HSV(B)265.94º90.87%98.82%-
XYZ25.911.7893-
YUV78.71225.8158.88-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 30.73%
GREEN value IS 23 (9.38% from 255) = 5.79%
BLUE value IS 252 (98.83% from 255) = 63.48%
R=30.73%
G=5.79%
B=63.48%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal122232520.520.9100.01265.9497.4553.92
Hex7A17FC345B0110a6136
Octal17227374641330141214166
Binary111101010111111111001101001011011011000010101100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A17FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,23,252); }

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

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

 a { background-color: rgb(122,23,252); }

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

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

 span { border-color: rgb(122,23,252); }

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