Html Css Color HEX #78649F Scampi

📋 copy color: '#78649F'

red 120 ◦ green 100 ◦ blue 159

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

Shades of Scampi #78649F

Tints of Scampi #78649F

RGB

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

 GREEN value IS 100 (39.45% from 255) = 26.39%

 BLUE value IS 159 (62.5% from 255) = 41.95%

R = 31.66%
G = 26.39%
B = 41.95%

CMYK

 C value IS 0.25

 M value IS 0.37

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#78649F (or 0x78649F) is known color: Scampi. HEX triplet: 78, 64 and 9F. RGB value is (120,100,159). Sum of RGB (Red+Green+Blue) = 120+100+159=379 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.66% from 379); Green value is 100 (39.45% from 255 or 26.39% from 379); Blue value is 159 (62.5% from 255 or 41.95% from 379); Max value from RGB is 159 - color contains mainly: blue. Hex color #78649F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #78649F is #879B60. Grayscale: #707070. Windows color (decimal): -8887137 or 10445944. OLE color: 10445944.

HSL color Cylindrical-coordinate representation of color #78649F: hue angle of 260.34º degrees, saturation: 0.24, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #78649F is Cyan = 0.25, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 120 100 159 -
CMYK 0.25 0.37 0 0.38
HSL 260.34º 0.24% 0.51% -
HSV(B) 260.34º 0.37% 0.62% -
XYZ 18.56 15.61 34.84 -
YUV 112.71 154.13 133.2 -
System Red Green Blue C M Y K H S L
Decimal 120 100 159 0.25 0.37 0 0.38 260.34 0.24 0.51
Hex 78 64 9F 19 25 0 26 104 18 33
Octal 170 144 237 31 45 0 46 404 30 63
Binary 1111000 1100100 10011111 11001 100101 0 100110 100000100 11000 110011

Color Harmonies of #78649F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78649F

Black with #78649F

Text Example


Text Example

White with #78649F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #78649F; }

 p { color: rgb(120,100,159); }

 H1.HeaderClassName
 {
   color: #78649F;
 }
 .AnyTagClassName
 {
   color: #78649F;
 }
</style>

background-color css

<style>
 a { background-color: #78649F; }

 a { background-color: rgb(120,100,159); }

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

border-color css

<style>
 span { border-color: #78649F; }

 span { border-color: rgb(120,100,159); }

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