#7563AC

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

Shades of Scampi #7563AC

Tints of Scampi #7563AC

Color information

#7563AC (or 0x7563AC) is unknown color: approx Scampi. HEX triplet: 75, 63 and AC. RGB value is (117,99,172). Sum of RGB (Red+Green+Blue) = 117+99+172=388 (51% of max value = 765). Red value is 117 (46.09% from 255 or 30.15% from 388); Green value is 99 (39.06% from 255 or 25.52% from 388); Blue value is 172 (67.58% from 255 or 44.33% from 388); Max value from RGB is 172 - color contains mainly: blue. Hex color #7563AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7563AC is #8A9C53. Grayscale: #707070. Windows color (decimal): -9083988 or 11297653. OLE color: 11297653.

HSL color Cylindrical-coordinate representation of color #7563AC: hue angle of 254.79º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7563AC is Cyan = 0.32, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB11799172-
CMYK0.320.4200.33
HSL254.79º30.54%53.14%-
HSV(B)254.79º42.44%67.45%-
XYZ19.2415.6841.04-
YUV112.7161.46131.06-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 30.15%
GREEN value IS 99 (39.06% from 255) = 25.52%
BLUE value IS 172 (67.58% from 255) = 44.33%
R=30.15%
G=25.52%
B=44.33%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal117991720.320.4200.33254.7930.5453.14
Hex7563AC202A021ff1f35
Octal16514325440520413773765
Binary111010111000111010110010000010101001000011111111111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7563AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7563AC; }

 p { color: rgb(117,99,172); }

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

<style>
 a { background-color: #7563AC; }

 a { background-color: rgb(117,99,172); }

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

<style>
 span { border-color: #7563AC; }

 span { border-color: rgb(117,99,172); }

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