#78619E

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

Shades of Scampi #78619E

Tints of Scampi #78619E

Color information

#78619E (or 0x78619E) is unknown color: approx Scampi. HEX triplet: 78, 61 and 9E. RGB value is (120,97,158). Sum of RGB (Red+Green+Blue) = 120+97+158=375 (49% of max value = 765). Red value is 120 (47.27% from 255 or 32% from 375); Green value is 97 (38.28% from 255 or 25.87% 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 #78619E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #78619E is #879E61. Grayscale: #6E6E6E. Windows color (decimal): -8887906 or 10379640. OLE color: 10379640.

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

Color convert

RGB12097158-
CMYK0.240.3900.38
HSL262.62º23.92%50%-
HSV(B)262.62º38.61%61.96%-
XYZ18.1915.0134.29-
YUV110.83154.62134.54-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 32%
GREEN value IS 97 (38.28% from 255) = 25.87%
BLUE value IS 158 (62.11% from 255) = 42.13%
R=32%
G=25.87%
B=42.13%

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
Decimal120971580.240.3900.38262.6223.9250
Hex78619E18270261071832
Octal17014123630470464073062
Binary111100011000011001111011000100111010011010000011111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78619E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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