Html Css Color HEX #79649F Scampi

📋 copy color: '#79649F'

red 121 ◦ green 100 ◦ blue 159

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

Shades of Scampi #79649F

Tints of Scampi #79649F

RGB

 RED value IS 121 (47.66% from 255) = 31.84%

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

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

R = 31.84%
G = 26.32%
B = 41.84%

CMYK

 C value IS 0.24

 M value IS 0.37

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#79649F (or 0x79649F) is known color: Scampi. HEX triplet: 79, 64 and 9F. RGB value is (121,100,159). Sum of RGB (Red+Green+Blue) = 121+100+159=380 (50% of max value = 765). Red value is 121 (47.66% from 255 or 31.84% from 380); Green value is 100 (39.45% from 255 or 26.32% from 380); Blue value is 159 (62.5% from 255 or 41.84% from 380); Max value from RGB is 159 - color contains mainly: blue. Hex color #79649F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #79649F is #869B60. Grayscale: #707070. Windows color (decimal): -8821601 or 10445945. OLE color: 10445945.

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

Color convert

RGB 121 100 159 -
CMYK 0.24 0.37 0 0.38
HSL 261.36º 0.24% 0.51% -
HSV(B) 261.36º 0.37% 0.62% -
XYZ 18.7 15.68 34.84 -
YUV 113.01 153.96 133.7 -
System Red Green Blue C M Y K H S L
Decimal 121 100 159 0.24 0.37 0 0.38 261.36 0.24 0.51
Hex 79 64 9F 18 25 0 26 105 18 33
Octal 171 144 237 30 45 0 46 405 30 63
Binary 1111001 1100100 10011111 11000 100101 0 100110 100000101 11000 110011

Color Harmonies of #79649F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79649F

Black with #79649F

Text Example


Text Example

White with #79649F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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