#7A63AC

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

Shades of Deluge #7A63AC

Tints of Deluge #7A63AC

Color information

#7A63AC (or 0x7A63AC) is unknown color: approx Deluge. HEX triplet: 7A, 63 and AC. RGB value is (122,99,172). Sum of RGB (Red+Green+Blue) = 122+99+172=393 (52% of max value = 765). Red value is 122 (48.05% from 255 or 31.04% from 393); Green value is 99 (39.06% from 255 or 25.19% from 393); Blue value is 172 (67.58% from 255 or 43.77% from 393); Max value from RGB is 172 - color contains mainly: blue. Hex color #7A63AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A63AC is #859C53. Grayscale: #717171. Windows color (decimal): -8756308 or 11297658. OLE color: 11297658.

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

Color convert

RGB12299172-
CMYK0.290.4200.33
HSL258.9º30.54%53.14%-
HSV(B)258.9º42.44%67.45%-
XYZ19.9316.0441.08-
YUV114.2160.62133.56-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 31.04%
GREEN value IS 99 (39.06% from 255) = 25.19%
BLUE value IS 172 (67.58% from 255) = 43.77%
R=31.04%
G=25.19%
B=43.77%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal122991720.290.4200.33258.930.5453.14
Hex7A63AC1D2A0211031f35
Octal17214325435520414033765
Binary111101011000111010110011101101010010000110000001111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A63AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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