Html Css Color HEX #78619D Scampi

📋 copy color: '#78619D'

red 120 ◦ green 97 ◦ blue 157

#78619D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Scampi #78619D

Tints of Scampi #78619D

RGB

 RED value IS 120 (47.27% from 255) = 32.09%

 GREEN value IS 97 (38.28% from 255) = 25.94%

 BLUE value IS 157 (61.72% from 255) = 41.98%

R = 32.09%
G = 25.94%
B = 41.98%

CMYK

 C value IS 0.24

 M value IS 0.38

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#78619D (or 0x78619D) is known color: Scampi. HEX triplet: 78, 61 and 9D. RGB value is (120,97,157). Sum of RGB (Red+Green+Blue) = 120+97+157=374 (49% of max value = 765). Red value is 120 (47.27% from 255 or 32.09% from 374); Green value is 97 (38.28% from 255 or 25.94% from 374); Blue value is 157 (61.72% from 255 or 41.98% from 374); Max value from RGB is 157 - color contains mainly: blue. Hex color #78619D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #78619D is #879E62. Grayscale: #6E6E6E. Windows color (decimal): -8887907 or 10314104. OLE color: 10314104.

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

Color convert

RGB 120 97 157 -
CMYK 0.24 0.38 0 0.38
HSL 263º 0.24% 0.5% -
HSV(B) 263º 0.38% 0.62% -
XYZ 18.11 14.98 33.83 -
YUV 110.72 154.12 134.62 -
System Red Green Blue C M Y K H S L
Decimal 120 97 157 0.24 0.38 0 0.38 263 0.24 0.5
Hex 78 61 9D 18 26 0 26 107 18 32
Octal 170 141 235 30 46 0 46 407 30 62
Binary 1111000 1100001 10011101 11000 100110 0 100110 100000111 11000 110010

Color Harmonies of #78619D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78619D

Black with #78619D

Text Example


Text Example

White with #78619D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #78619D;
 }
 .AnyTagClassName
 {
   color: #78619D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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