Html Css Color HEX #7966AF Scampi

📋 copy color: '#7966AF'

red 121 ◦ green 102 ◦ blue 175

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

Shades of Scampi #7966AF

Tints of Scampi #7966AF

RGB

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

 GREEN value IS 102 (40.23% from 255) = 25.63%

 BLUE value IS 175 (68.75% from 255) = 43.97%

R = 30.4%
G = 25.63%
B = 43.97%

CMYK

 C value IS 0.31

 M value IS 0.42

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#7966AF (or 0x7966AF) is known color: Scampi. HEX triplet: 79, 66 and AF. RGB value is (121,102,175). Sum of RGB (Red+Green+Blue) = 121+102+175=398 (52% of max value = 765). Red value is 121 (47.66% from 255 or 30.40% from 398); Green value is 102 (40.23% from 255 or 25.63% from 398); Blue value is 175 (68.75% from 255 or 43.97% from 398); Max value from RGB is 175 - color contains mainly: blue. Hex color #7966AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7966AF is #869950. Grayscale: #737373. Windows color (decimal): -8821073 or 11495033. OLE color: 11495033.

HSL color Cylindrical-coordinate representation of color #7966AF: hue angle of 255.62º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7966AF is Cyan = 0.31, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 121 102 175 -
CMYK 0.31 0.42 0 0.31
HSL 255.62º 0.31% 0.54% -
HSV(B) 255.62º 0.42% 0.69% -
XYZ 20.37 16.66 42.7 -
YUV 116 161.29 131.56 -
System Red Green Blue C M Y K H S L
Decimal 121 102 175 0.31 0.42 0 0.31 255.62 0.31 0.54
Hex 79 66 AF 1F 2A 0 1F 100 1F 36
Octal 171 146 257 37 52 0 37 400 37 66
Binary 1111001 1100110 10101111 11111 101010 0 11111 100000000 11111 110110

Color Harmonies of #7966AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7966AF

Black with #7966AF

Text Example


Text Example

White with #7966AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7966AF; }

 p { color: rgb(121,102,175); }

 H1.HeaderClassName
 {
   color: #7966AF;
 }
 .AnyTagClassName
 {
   color: #7966AF;
 }
</style>

background-color css

<style>
 a { background-color: #7966AF; }

 a { background-color: rgb(121,102,175); }

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

border-color css

<style>
 span { border-color: #7966AF; }

 span { border-color: rgb(121,102,175); }

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