#78619B

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

Shades of Scampi #78619B

Tints of Scampi #78619B

Color information

#78619B (or 0x78619B) is unknown color: approx Scampi. HEX triplet: 78, 61 and 9B. RGB value is (120,97,155). Sum of RGB (Red+Green+Blue) = 120+97+155=372 (49% of max value = 765). Red value is 120 (47.27% from 255 or 32.26% from 372); Green value is 97 (38.28% from 255 or 26.08% from 372); Blue value is 155 (60.94% from 255 or 41.67% from 372); Max value from RGB is 155 - color contains mainly: blue. Hex color #78619B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #78619B is #879E64. Grayscale: #6E6E6E. Windows color (decimal): -8887909 or 10183032. OLE color: 10183032.

HSL color Cylindrical-coordinate representation of color #78619B: hue angle of 263.79º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #78619B is Cyan = 0.23, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB12097155-
CMYK0.230.3700.39
HSL263.79º23.02%49.41%-
HSV(B)263.79º37.42%60.78%-
XYZ17.9414.9132.94-
YUV110.49153.12134.78-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 32.26%
GREEN value IS 97 (38.28% from 255) = 26.08%
BLUE value IS 155 (60.94% from 255) = 41.67%
R=32.26%
G=26.08%
B=41.67%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal120971550.230.3700.39263.7923.0249.41
Hex78619B17250271081731
Octal17014123327450474102761
Binary111100011000011001101110111100101010011110000100010111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78619B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78619B; }

 p { color: rgb(120,97,155); }

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

<style>
 a { background-color: #78619B; }

 a { background-color: rgb(120,97,155); }

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

<style>
 span { border-color: #78619B; }

 span { border-color: rgb(120,97,155); }

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