#79629E

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

Shades of Scampi #79629E

Tints of Scampi #79629E

Color information

#79629E (or 0x79629E) is unknown color: approx Scampi. HEX triplet: 79, 62 and 9E. RGB value is (121,98,158). Sum of RGB (Red+Green+Blue) = 121+98+158=377 (49% of max value = 765). Red value is 121 (47.66% from 255 or 32.10% from 377); Green value is 98 (38.67% from 255 or 25.99% from 377); Blue value is 158 (62.11% from 255 or 41.91% from 377); Max value from RGB is 158 - color contains mainly: blue. Hex color #79629E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #79629E is #869D61. Grayscale: #6F6F6F. Windows color (decimal): -8822114 or 10379897. OLE color: 10379897.

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

Color convert

RGB12198158-
CMYK0.230.3800.38
HSL263º23.62%50.2%-
HSV(B)263º37.97%61.96%-
XYZ18.4215.2734.32-
YUV111.72154.12134.62-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 32.10%
GREEN value IS 98 (38.67% from 255) = 25.99%
BLUE value IS 158 (62.11% from 255) = 41.91%
R=32.10%
G=25.99%
B=41.91%

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
Decimal121981580.230.3800.3826323.6250.2
Hex79629E17260261071832
Octal17114223627460464073062
Binary111100111000101001111010111100110010011010000011111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79629E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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