#7569AD

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

Shades of Scampi #7569AD

Tints of Scampi #7569AD

Color information

#7569AD (or 0x7569AD) is unknown color: approx Scampi. HEX triplet: 75, 69 and AD. RGB value is (117,105,173). Sum of RGB (Red+Green+Blue) = 117+105+173=395 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.62% from 395); Green value is 105 (41.41% from 255 or 26.58% from 395); Blue value is 173 (67.97% from 255 or 43.80% from 395); Max value from RGB is 173 - color contains mainly: blue. Hex color #7569AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7569AD is #8A9652. Grayscale: #747474. Windows color (decimal): -9082451 or 11364725. OLE color: 11364725.

HSL color Cylindrical-coordinate representation of color #7569AD: hue angle of 250.59º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7569AD is Cyan = 0.32, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB117105173-
CMYK0.320.3900.32
HSL250.59º29.31%54.51%-
HSV(B)250.59º39.31%67.84%-
XYZ19.9316.941.75-
YUV116.34159.98128.47-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 29.62%
GREEN value IS 105 (41.41% from 255) = 26.58%
BLUE value IS 173 (67.97% from 255) = 43.80%
R=29.62%
G=26.58%
B=43.80%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1171051730.320.3900.32250.5929.3154.51
Hex7569AD2027020fb1d37
Octal16515125540470403733567
Binary111010111010011010110110000010011101000001111101111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7569AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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