#7A64AC

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

Shades of Deluge #7A64AC

Tints of Deluge #7A64AC

Color information

#7A64AC (or 0x7A64AC) is unknown color: approx Deluge. HEX triplet: 7A, 64 and AC. RGB value is (122,100,172). Sum of RGB (Red+Green+Blue) = 122+100+172=394 (52% of max value = 765). Red value is 122 (48.05% from 255 or 30.96% from 394); Green value is 100 (39.45% from 255 or 25.38% from 394); Blue value is 172 (67.58% from 255 or 43.65% from 394); Max value from RGB is 172 - color contains mainly: blue. Hex color #7A64AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A64AC is #859B53. Grayscale: #727272. Windows color (decimal): -8756052 or 11297914. OLE color: 11297914.

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

Color convert

RGB122100172-
CMYK0.290.4200.33
HSL258.33º30.25%53.33%-
HSV(B)258.33º41.86%67.45%-
XYZ20.0316.2341.11-
YUV114.79160.29133.15-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 30.96%
GREEN value IS 100 (39.45% from 255) = 25.38%
BLUE value IS 172 (67.58% from 255) = 43.65%
R=30.96%
G=25.38%
B=43.65%

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
Decimal1221001720.290.4200.33258.3330.2553.33
Hex7A64AC1D2A0211021e35
Octal17214425435520414023665
Binary111101011001001010110011101101010010000110000001011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A64AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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