#7563AA

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

Shades of Scampi #7563AA

Tints of Scampi #7563AA

Color information

#7563AA (or 0x7563AA) is unknown color: approx Scampi. HEX triplet: 75, 63 and AA. RGB value is (117,99,170). Sum of RGB (Red+Green+Blue) = 117+99+170=386 (51% of max value = 765). Red value is 117 (46.09% from 255 or 30.31% from 386); Green value is 99 (39.06% from 255 or 25.65% from 386); Blue value is 170 (66.80% from 255 or 44.04% from 386); Max value from RGB is 170 - color contains mainly: blue. Hex color #7563AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7563AA is #8A9C55. Grayscale: #707070. Windows color (decimal): -9083990 or 11166581. OLE color: 11166581.

HSL color Cylindrical-coordinate representation of color #7563AA: hue angle of 255.21º degrees, saturation: 0.29, 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 #7563AA is Cyan = 0.31, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB11799170-
CMYK0.310.4200.33
HSL255.21º29.46%52.75%-
HSV(B)255.21º41.76%66.67%-
XYZ19.0515.6140.04-
YUV112.48160.46131.23-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 30.31%
GREEN value IS 99 (39.06% from 255) = 25.65%
BLUE value IS 170 (66.80% from 255) = 44.04%
R=30.31%
G=25.65%
B=44.04%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal117991700.310.4200.33255.2129.4652.75
Hex7563AA1F2A021ff1d35
Octal16514325237520413773565
Binary11101011100011101010101111110101001000011111111111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7563AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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