#7561AB

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

Shades of Scampi #7561AB

Tints of Scampi #7561AB

Color information

#7561AB (or 0x7561AB) is unknown color: approx Scampi. HEX triplet: 75, 61 and AB. RGB value is (117,97,171). Sum of RGB (Red+Green+Blue) = 117+97+171=385 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.39% from 385); Green value is 97 (38.28% from 255 or 25.19% from 385); Blue value is 171 (67.19% from 255 or 44.42% from 385); Max value from RGB is 171 - color contains mainly: blue. Hex color #7561AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7561AB is #8A9E54. Grayscale: #6F6F6F. Windows color (decimal): -9084501 or 11231605. OLE color: 11231605.

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

Color convert

RGB11797171-
CMYK0.320.4300.33
HSL256.22º30.58%52.55%-
HSV(B)256.22º43.27%67.06%-
XYZ18.9615.2740.48-
YUV111.42161.63131.98-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 30.39%
GREEN value IS 97 (38.28% from 255) = 25.19%
BLUE value IS 171 (67.19% from 255) = 44.42%
R=30.39%
G=25.19%
B=44.42%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal117971710.320.4300.33256.2230.5852.55
Hex7561AB202B0211001f35
Octal16514125340530414003765
Binary1110101110000110101011100000101011010000110000000011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7561AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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