#7E63AC

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

Shades of Deluge #7E63AC

Tints of Deluge #7E63AC

Color information

#7E63AC (or 0x7E63AC) is unknown color: approx Deluge. HEX triplet: 7E, 63 and AC. RGB value is (126,99,172). Sum of RGB (Red+Green+Blue) = 126+99+172=397 (52% of max value = 765). Red value is 126 (49.61% from 255 or 31.74% from 397); Green value is 99 (39.06% from 255 or 24.94% from 397); Blue value is 172 (67.58% from 255 or 43.32% from 397); Max value from RGB is 172 - color contains mainly: blue. Hex color #7E63AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7E63AC is #819C53. Grayscale: #737373. Windows color (decimal): -8494164 or 11297662. OLE color: 11297662.

HSL color Cylindrical-coordinate representation of color #7E63AC: hue angle of 262.19º degrees, saturation: 0.31, 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 #7E63AC is Cyan = 0.27, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB12699172-
CMYK0.270.4200.33
HSL262.19º30.54%53.14%-
HSV(B)262.19º42.44%67.45%-
XYZ20.5116.3441.1-
YUV115.4159.95135.56-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 31.74%
GREEN value IS 99 (39.06% from 255) = 24.94%
BLUE value IS 172 (67.58% from 255) = 43.32%
R=31.74%
G=24.94%
B=43.32%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal126991720.270.4200.33262.1930.5453.14
Hex7E63AC1B2A0211061f35
Octal17614325433520414063765
Binary111111011000111010110011011101010010000110000011011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E63AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,99,172); }

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

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

 a { background-color: rgb(126,99,172); }

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

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

 span { border-color: rgb(126,99,172); }

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