#7564AA

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

Shades of Scampi #7564AA

Tints of Scampi #7564AA

Color information

#7564AA (or 0x7564AA) is unknown color: approx Scampi. HEX triplet: 75, 64 and AA. RGB value is (117,100,170). Sum of RGB (Red+Green+Blue) = 117+100+170=387 (51% of max value = 765). Red value is 117 (46.09% from 255 or 30.23% from 387); Green value is 100 (39.45% from 255 or 25.84% from 387); Blue value is 170 (66.80% from 255 or 43.93% from 387); Max value from RGB is 170 - color contains mainly: blue. Hex color #7564AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7564AA is #8A9B55. Grayscale: #707070. Windows color (decimal): -9083734 or 11166837. OLE color: 11166837.

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

Color convert

RGB117100170-
CMYK0.310.4100.33
HSL254.57º29.17%52.94%-
HSV(B)254.57º41.18%66.67%-
XYZ19.1515.840.07-
YUV113.06160.13130.81-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 30.23%
GREEN value IS 100 (39.45% from 255) = 25.84%
BLUE value IS 170 (66.80% from 255) = 43.93%
R=30.23%
G=25.84%
B=43.93%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1171001700.310.4100.33254.5729.1752.94
Hex7564AA1F29021ff1d35
Octal16514425237510413773565
Binary11101011100100101010101111110100101000011111111111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7564AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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