#79619D

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

Shades of Scampi #79619D

Tints of Scampi #79619D

Color information

#79619D (or 0x79619D) is unknown color: approx Scampi. HEX triplet: 79, 61 and 9D. RGB value is (121,97,157). Sum of RGB (Red+Green+Blue) = 121+97+157=375 (49% of max value = 765). Red value is 121 (47.66% from 255 or 32.27% from 375); Green value is 97 (38.28% from 255 or 25.87% from 375); Blue value is 157 (61.72% from 255 or 41.87% from 375); Max value from RGB is 157 - color contains mainly: blue. Hex color #79619D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #79619D is #869E62. Grayscale: #6E6E6E. Windows color (decimal): -8822371 or 10314105. OLE color: 10314105.

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

Color convert

RGB12197157-
CMYK0.230.3800.38
HSL264º23.62%49.8%-
HSV(B)264º38.22%61.57%-
XYZ18.2515.0533.84-
YUV111.02153.95135.12-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 32.27%
GREEN value IS 97 (38.28% from 255) = 25.87%
BLUE value IS 157 (61.72% from 255) = 41.87%
R=32.27%
G=25.87%
B=41.87%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal121971570.230.3800.3826423.6249.8
Hex79619D17260261081832
Octal17114123527460464103062
Binary111100111000011001110110111100110010011010000100011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79619D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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