#7A64A9

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

Shades of Deluge #7A64A9

Tints of Deluge #7A64A9

Color information

#7A64A9 (or 0x7A64A9) is unknown color: approx Deluge. HEX triplet: 7A, 64 and A9. RGB value is (122,100,169). Sum of RGB (Red+Green+Blue) = 122+100+169=391 (51% of max value = 765). Red value is 122 (48.05% from 255 or 31.20% from 391); Green value is 100 (39.45% from 255 or 25.58% from 391); Blue value is 169 (66.41% from 255 or 43.22% from 391); Max value from RGB is 169 - color contains mainly: blue. Hex color #7A64A9 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A64A9 is #859B56. Grayscale: #727272. Windows color (decimal): -8756055 or 11101306. OLE color: 11101306.

HSL color Cylindrical-coordinate representation of color #7A64A9: hue angle of 259.13º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7A64A9 is Cyan = 0.28, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB122100169-
CMYK0.280.4100.34
HSL259.13º28.63%52.75%-
HSV(B)259.13º40.83%66.27%-
XYZ19.7416.1239.61-
YUV114.44158.79133.39-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 31.20%
GREEN value IS 100 (39.45% from 255) = 25.58%
BLUE value IS 169 (66.41% from 255) = 43.22%
R=31.20%
G=25.58%
B=43.22%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1221001690.280.4100.34259.1328.6352.75
Hex7A64A91C290221031d35
Octal17214425134510424033565
Binary111101011001001010100111100101001010001010000001111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A64A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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