#7561AA

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

Shades of Scampi #7561AA

Tints of Scampi #7561AA

Color information

#7561AA (or 0x7561AA) is unknown color: approx Scampi. HEX triplet: 75, 61 and AA. RGB value is (117,97,170). Sum of RGB (Red+Green+Blue) = 117+97+170=384 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.47% from 384); Green value is 97 (38.28% from 255 or 25.26% from 384); Blue value is 170 (66.80% from 255 or 44.27% from 384); Max value from RGB is 170 - color contains mainly: blue. Hex color #7561AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7561AA is #8A9E55. Grayscale: #6F6F6F. Windows color (decimal): -9084502 or 11166069. OLE color: 11166069.

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

Color convert

RGB11797170-
CMYK0.310.4300.33
HSL256.44º30.04%52.35%-
HSV(B)256.44º42.94%66.67%-
XYZ18.8715.2339.98-
YUV111.3161.13132.06-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 30.47%
GREEN value IS 97 (38.28% from 255) = 25.26%
BLUE value IS 170 (66.80% from 255) = 44.27%
R=30.47%
G=25.26%
B=44.27%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal117971700.310.4300.33256.4430.0452.35
Hex7561AA1F2B0211001e34
Octal16514125237530414003664
Binary111010111000011010101011111101011010000110000000011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7561AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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