#79609E

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

Shades of Scampi #79609E

Tints of Scampi #79609E

Color information

#79609E (or 0x79609E) is unknown color: approx Scampi. HEX triplet: 79, 60 and 9E. RGB value is (121,96,158). Sum of RGB (Red+Green+Blue) = 121+96+158=375 (49% of max value = 765). Red value is 121 (47.66% from 255 or 32.27% from 375); Green value is 96 (37.89% from 255 or 25.6% from 375); Blue value is 158 (62.11% from 255 or 42.13% from 375); Max value from RGB is 158 - color contains mainly: blue. Hex color #79609E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #79609E is #869F61. Grayscale: #6E6E6E. Windows color (decimal): -8822626 or 10379385. OLE color: 10379385.

HSL color Cylindrical-coordinate representation of color #79609E: hue angle of 264.19º 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 #79609E is Cyan = 0.23, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB12196158-
CMYK0.230.3900.38
HSL264.19º24.41%49.8%-
HSV(B)264.19º39.24%61.96%-
XYZ18.2414.934.26-
YUV110.54154.78135.46-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 32.27%
GREEN value IS 96 (37.89% from 255) = 25.6%
BLUE value IS 158 (62.11% from 255) = 42.13%
R=32.27%
G=25.6%
B=42.13%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal121961580.230.3900.38264.1924.4149.8
Hex79609E17270261081832
Octal17114023627470464103062
Binary111100111000001001111010111100111010011010000100011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79609E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #79609E; }

 p { color: rgb(121,96,158); }

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

<style>
 a { background-color: #79609E; }

 a { background-color: rgb(121,96,158); }

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

<style>
 span { border-color: #79609E; }

 span { border-color: rgb(121,96,158); }

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