#7E64AB

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

Shades of Deluge #7E64AB

Tints of Deluge #7E64AB

Color information

#7E64AB (or 0x7E64AB) is unknown color: approx Deluge. HEX triplet: 7E, 64 and AB. RGB value is (126,100,171). Sum of RGB (Red+Green+Blue) = 126+100+171=397 (52% of max value = 765). Red value is 126 (49.61% from 255 or 31.74% from 397); Green value is 100 (39.45% from 255 or 25.19% from 397); Blue value is 171 (67.19% from 255 or 43.07% from 397); Max value from RGB is 171 - color contains mainly: blue. Hex color #7E64AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7E64AB is #819B54. Grayscale: #737373. Windows color (decimal): -8493909 or 11232382. OLE color: 11232382.

HSL color Cylindrical-coordinate representation of color #7E64AB: hue angle of 261.97º degrees, saturation: 0.3, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7E64AB is Cyan = 0.26, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB126100171-
CMYK0.260.4200.33
HSL261.97º29.71%53.14%-
HSV(B)261.97º41.52%67.06%-
XYZ20.5116.4940.63-
YUV115.87159.11135.23-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 31.74%
GREEN value IS 100 (39.45% from 255) = 25.19%
BLUE value IS 171 (67.19% from 255) = 43.07%
R=31.74%
G=25.19%
B=43.07%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1261001710.260.4200.33261.9729.7153.14
Hex7E64AB1A2A0211061e35
Octal17614425332520414063665
Binary111111011001001010101111010101010010000110000011011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E64AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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