#7569A2

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

Shades of Scampi #7569A2

Tints of Scampi #7569A2

Color information

#7569A2 (or 0x7569A2) is unknown color: approx Scampi. HEX triplet: 75, 69 and A2. RGB value is (117,105,162). Sum of RGB (Red+Green+Blue) = 117+105+162=384 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.47% from 384); Green value is 105 (41.41% from 255 or 27.34% from 384); Blue value is 162 (63.67% from 255 or 42.19% from 384); Max value from RGB is 162 - color contains mainly: blue. Hex color #7569A2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7569A2 is #8A965D. Grayscale: #727272. Windows color (decimal): -9082462 or 10643829. OLE color: 10643829.

HSL color Cylindrical-coordinate representation of color #7569A2: hue angle of 252.63º degrees, saturation: 0.23, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7569A2 is Cyan = 0.28, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB117105162-
CMYK0.280.3500.36
HSL252.63º23.46%52.35%-
HSV(B)252.63º35.19%63.53%-
XYZ18.9116.4936.37-
YUV115.09154.48129.37-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 30.47%
GREEN value IS 105 (41.41% from 255) = 27.34%
BLUE value IS 162 (63.67% from 255) = 42.19%
R=30.47%
G=27.34%
B=42.19%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1171051620.280.3500.36252.6323.4652.35
Hex7569A21C23024fd1734
Octal16515124234430443752764
Binary11101011101001101000101110010001101001001111110110111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7569A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7569A2; }

 p { color: rgb(117,105,162); }

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

<style>
 a { background-color: #7569A2; }

 a { background-color: rgb(117,105,162); }

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

<style>
 span { border-color: #7569A2; }

 span { border-color: rgb(117,105,162); }

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