#79649C

Color #79649C Scampi (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Scampi #79649C

Tints of Scampi #79649C

Color information

#79649C (or 0x79649C) is unknown color: approx Scampi. HEX triplet: 79, 64 and 9C. RGB value is (121,100,156). Sum of RGB (Red+Green+Blue) = 121+100+156=377 (49% of max value = 765). Red value is 121 (47.66% from 255 or 32.10% from 377); Green value is 100 (39.45% from 255 or 26.53% from 377); Blue value is 156 (61.33% from 255 or 41.38% from 377); Max value from RGB is 156 - color contains mainly: blue. Hex color #79649C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #79649C is #869B63. Grayscale: #707070. Windows color (decimal): -8821604 or 10249337. OLE color: 10249337.

HSL color Cylindrical-coordinate representation of color #79649C: hue angle of 262.5º degrees, saturation: 0.22, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #79649C is Cyan = 0.22, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB121100156-
CMYK0.220.3600.39
HSL262.5º22.05%50.2%-
HSV(B)262.5º35.9%61.18%-
XYZ18.4415.5833.49-
YUV112.66152.46133.95-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 32.10%
GREEN value IS 100 (39.45% from 255) = 26.53%
BLUE value IS 156 (61.33% from 255) = 41.38%
R=32.10%
G=26.53%
B=41.38%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1211001560.220.3600.39262.522.0550.2
Hex79649C16240271061632
Octal17114423426440474062662
Binary111100111001001001110010110100100010011110000011010110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79649C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #79649C; }

 p { color: rgb(121,100,156); }

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

<style>
 a { background-color: #79649C; }

 a { background-color: rgb(121,100,156); }

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

<style>
 span { border-color: #79649C; }

 span { border-color: rgb(121,100,156); }

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