Html Css Color HEX #79649C Scampi

📋 copy color: '#79649C'

red 121 ◦ green 100 ◦ blue 156

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

Shades of Scampi #79649C

Tints of Scampi #79649C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 41.38%

R = 32.1%
G = 26.53%
B = 41.38%

CMYK

 C value IS 0.22

 M value IS 0.36

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#79649C (or 0x79649C) is known color: Scampi. HEX triplet: 79, 64 and 9C. RGB value is (121,100,156). Sum of RGB (Red+Green+Blue) = 121+100+156=377 (49% of max value = 765). Red value is 121 (47.66% from 255 or 32.10% from 377); Green value is 100 (39.45% from 255 or 26.53% from 377); Blue value is 156 (61.33% from 255 or 41.38% from 377); Max value from RGB is 156 - color contains mainly: blue. Hex color #79649C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #79649C is #869B63. Grayscale: #707070. Windows color (decimal): -8821604 or 10249337. OLE color: 10249337.

HSL color Cylindrical-coordinate representation of color #79649C: hue angle of 262.5º degrees, saturation: 0.22, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #79649C is Cyan = 0.22, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 121 100 156 -
CMYK 0.22 0.36 0 0.39
HSL 262.5º 0.22% 0.5% -
HSV(B) 262.5º 0.36% 0.61% -
XYZ 18.44 15.58 33.49 -
YUV 112.66 152.46 133.95 -
System Red Green Blue C M Y K H S L
Decimal 121 100 156 0.22 0.36 0 0.39 262.5 0.22 0.5
Hex 79 64 9C 16 24 0 27 106 16 32
Octal 171 144 234 26 44 0 47 406 26 62
Binary 1111001 1100100 10011100 10110 100100 0 100111 100000110 10110 110010

Color Harmonies of #79649C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79649C

Black with #79649C

Text Example


Text Example

White with #79649C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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