#7C649F

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

Shades of Deluge #7C649F

Tints of Deluge #7C649F

Color information

#7C649F (or 0x7C649F) is unknown color: approx Deluge. HEX triplet: 7C, 64 and 9F. RGB value is (124,100,159). Sum of RGB (Red+Green+Blue) = 124+100+159=383 (50% of max value = 765). Red value is 124 (48.83% from 255 or 32.38% from 383); Green value is 100 (39.45% from 255 or 26.11% from 383); Blue value is 159 (62.5% from 255 or 41.51% from 383); Max value from RGB is 159 - color contains mainly: blue. Hex color #7C649F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C649F is #839B60. Grayscale: #717171. Windows color (decimal): -8624993 or 10445948. OLE color: 10445948.

HSL color Cylindrical-coordinate representation of color #7C649F: hue angle of 264.41º 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 #7C649F is Cyan = 0.22, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB124100159-
CMYK0.220.3700.38
HSL264.41º23.51%50.78%-
HSV(B)264.41º37.11%62.35%-
XYZ19.1315.934.86-
YUV113.9153.45135.2-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 32.38%
GREEN value IS 100 (39.45% from 255) = 26.11%
BLUE value IS 159 (62.5% from 255) = 41.51%
R=32.38%
G=26.11%
B=41.51%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1241001590.220.3700.38264.4123.5150.78
Hex7C649F16250261081833
Octal17414423726450464103063
Binary111110011001001001111110110100101010011010000100011000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C649F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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