#7E64AE

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

Shades of Deluge #7E64AE

Tints of Deluge #7E64AE

Color information

#7E64AE (or 0x7E64AE) is unknown color: approx Deluge. HEX triplet: 7E, 64 and AE. RGB value is (126,100,174). Sum of RGB (Red+Green+Blue) = 126+100+174=400 (52% of max value = 765). Red value is 126 (49.61% from 255 or 31.5% from 400); Green value is 100 (39.45% from 255 or 25% from 400); Blue value is 174 (68.36% from 255 or 43.5% from 400); Max value from RGB is 174 - color contains mainly: blue. Hex color #7E64AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7E64AE is #819B51. Grayscale: #737373. Windows color (decimal): -8493906 or 11428990. OLE color: 11428990.

HSL color Cylindrical-coordinate representation of color #7E64AE: hue angle of 261.08º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7E64AE is Cyan = 0.28, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB126100174-
CMYK0.280.4300.32
HSL261.08º31.36%53.73%-
HSV(B)261.08º42.53%68.24%-
XYZ20.816.6142.15-
YUV116.21160.61134.98-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 31.5%
GREEN value IS 100 (39.45% from 255) = 25%
BLUE value IS 174 (68.36% from 255) = 43.5%
R=31.5%
G=25%
B=43.5%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1261001740.280.4300.32261.0831.3653.73
Hex7E64AE1C2B0201051f36
Octal17614425634530404053766
Binary111111011001001010111011100101011010000010000010111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E64AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,100,174); }

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

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

 a { background-color: rgb(126,100,174); }

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

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

 span { border-color: rgb(126,100,174); }

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