Html Css Color HEX #7963AF Scampi

📋 copy color: '#7963AF'

red 121 ◦ green 99 ◦ blue 175

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

Shades of Scampi #7963AF

Tints of Scampi #7963AF

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.3%

R = 30.63%
G = 25.06%
B = 44.3%

CMYK

 C value IS 0.31

 M value IS 0.43

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#7963AF (or 0x7963AF) is known color: 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

RGB 121 99 175 -
CMYK 0.31 0.43 0 0.31
HSL 257.37º 0.32% 0.54% -
HSV(B) 257.37º 0.43% 0.69% -
XYZ 20.08 16.08 42.6 -
YUV 114.24 162.29 132.82 -
System Red Green Blue C M Y K H S L
Decimal 121 99 175 0.31 0.43 0 0.31 257.37 0.32 0.54
Hex 79 63 AF 1F 2B 0 1F 101 20 36
Octal 171 143 257 37 53 0 37 401 40 66
Binary 1111001 1100011 10101111 11111 101011 0 11111 100000001 100000 110110

Color Harmonies of #7963AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7963AF

Black with #7963AF

Text Example


Text Example

White with #7963AF

Text Example


Text Example

HTML Codes & Css Web 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>