#7963AF

Color #7963AF Scampi (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Scampi #7963AF

Tints of Scampi #7963AF

Color information

#7963AF (or 0x7963AF) is unknown color: approx Scampi. HEX triplet: 79, 63 and AF. RGB value is (121,99,175). Sum of RGB (Red+Green+Blue) = 121+99+175=395 (52% of max value = 765). Red value is 121 (47.66% from 255 or 30.63% from 395); Green value is 99 (39.06% from 255 or 25.06% from 395); Blue value is 175 (68.75% from 255 or 44.30% from 395); Max value from RGB is 175 - color contains mainly: blue. Hex color #7963AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7963AF is #869C50. Grayscale: #717171. Windows color (decimal): -8821841 or 11494265. OLE color: 11494265.

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

Color convert

RGB12199175-
CMYK0.310.4300.31
HSL257.37º32.2%53.73%-
HSV(B)257.37º43.43%68.63%-
XYZ20.0816.0842.6-
YUV114.24162.29132.82-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 30.63%
GREEN value IS 99 (39.06% from 255) = 25.06%
BLUE value IS 175 (68.75% from 255) = 44.30%
R=30.63%
G=25.06%
B=44.30%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal121991750.310.4300.31257.3732.253.73
Hex7963AF1F2B01F1012036
Octal17114325737530374014066
Binary111100111000111010111111111101011011111100000001100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7963AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #7963AF;
 }
 .AnyTagClassName
 {
   color: #7963AF;
 }
</style>
background-color css

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

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

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

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

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

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