#7A649F

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

Shades of Deluge #7A649F

Tints of Deluge #7A649F

Color information

#7A649F (or 0x7A649F) is unknown color: approx Deluge. HEX triplet: 7A, 64 and 9F. RGB value is (122,100,159). Sum of RGB (Red+Green+Blue) = 122+100+159=381 (50% of max value = 765). Red value is 122 (48.05% from 255 or 32.02% from 381); Green value is 100 (39.45% from 255 or 26.25% from 381); Blue value is 159 (62.5% from 255 or 41.73% from 381); Max value from RGB is 159 - color contains mainly: blue. Hex color #7A649F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A649F is #859B60. Grayscale: #717171. Windows color (decimal): -8756065 or 10445946. OLE color: 10445946.

HSL color Cylindrical-coordinate representation of color #7A649F: hue angle of 262.37º degrees, saturation: 0.24, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7A649F is Cyan = 0.23, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB122100159-
CMYK0.230.3700.38
HSL262.37º23.51%50.78%-
HSV(B)262.37º37.11%62.35%-
XYZ18.8415.7634.85-
YUV113.3153.79134.2-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 32.02%
GREEN value IS 100 (39.45% from 255) = 26.25%
BLUE value IS 159 (62.5% from 255) = 41.73%
R=32.02%
G=26.25%
B=41.73%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1221001590.230.3700.38262.3723.5150.78
Hex7A649F17250261061833
Octal17214423727450464063063
Binary111101011001001001111110111100101010011010000011011000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A649F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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