#7561AC

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

Shades of Scampi #7561AC

Tints of Scampi #7561AC

Color information

#7561AC (or 0x7561AC) is unknown color: approx Scampi. HEX triplet: 75, 61 and AC. RGB value is (117,97,172). Sum of RGB (Red+Green+Blue) = 117+97+172=386 (51% of max value = 765). Red value is 117 (46.09% from 255 or 30.31% from 386); Green value is 97 (38.28% from 255 or 25.13% from 386); Blue value is 172 (67.58% from 255 or 44.56% from 386); Max value from RGB is 172 - color contains mainly: blue. Hex color #7561AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7561AC is #8A9E53. Grayscale: #6F6F6F. Windows color (decimal): -9084500 or 11297141. OLE color: 11297141.

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

Color convert

RGB11797172-
CMYK0.320.4400.33
HSL256º31.12%52.75%-
HSV(B)256º43.6%67.45%-
XYZ19.0615.3140.98-
YUV111.53162.13131.9-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 30.31%
GREEN value IS 97 (38.28% from 255) = 25.13%
BLUE value IS 172 (67.58% from 255) = 44.56%
R=30.31%
G=25.13%
B=44.56%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal117971720.320.4400.3325631.1252.75
Hex7561AC202C0211001f35
Octal16514125440540414003765
Binary1110101110000110101100100000101100010000110000000011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7561AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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