#79619F

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

Shades of Scampi #79619F

Tints of Scampi #79619F

Color information

#79619F (or 0x79619F) is unknown color: approx Scampi. HEX triplet: 79, 61 and 9F. RGB value is (121,97,159). Sum of RGB (Red+Green+Blue) = 121+97+159=377 (49% of max value = 765). Red value is 121 (47.66% from 255 or 32.10% from 377); Green value is 97 (38.28% from 255 or 25.73% from 377); Blue value is 159 (62.5% from 255 or 42.18% from 377); Max value from RGB is 159 - color contains mainly: blue. Hex color #79619F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #79619F is #869E60. Grayscale: #6F6F6F. Windows color (decimal): -8822369 or 10445177. OLE color: 10445177.

HSL color Cylindrical-coordinate representation of color #79619F: hue angle of 263.23º degrees, saturation: 0.24, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #79619F is Cyan = 0.24, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB12197159-
CMYK0.240.3900.38
HSL263.23º24.41%50.2%-
HSV(B)263.23º38.99%62.35%-
XYZ18.4215.1234.75-
YUV111.24154.95134.96-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 32.10%
GREEN value IS 97 (38.28% from 255) = 25.73%
BLUE value IS 159 (62.5% from 255) = 42.18%
R=32.10%
G=25.73%
B=42.18%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal121971590.240.3900.38263.2324.4150.2
Hex79619F18270261071832
Octal17114123730470464073062
Binary111100111000011001111111000100111010011010000011111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79619F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #79619F; }

 p { color: rgb(121,97,159); }

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

<style>
 a { background-color: #79619F; }

 a { background-color: rgb(121,97,159); }

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

<style>
 span { border-color: #79619F; }

 span { border-color: rgb(121,97,159); }

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