#7559AA

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

Shades of Blue Marguerite #7559AA

Tints of Blue Marguerite #7559AA

Color information

#7559AA (or 0x7559AA) is unknown color: approx Blue Marguerite. HEX triplet: 75, 59 and AA. RGB value is (117,89,170). Sum of RGB (Red+Green+Blue) = 117+89+170=376 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.12% from 376); Green value is 89 (35.16% from 255 or 23.67% from 376); Blue value is 170 (66.80% from 255 or 45.21% from 376); Max value from RGB is 170 - color contains mainly: blue. Hex color #7559AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7559AA is #8AA655. Grayscale: #6A6A6A. Windows color (decimal): -9086550 or 11164021. OLE color: 11164021.

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

Color convert

RGB11789170-
CMYK0.310.4800.33
HSL260.74º32.27%50.78%-
HSV(B)260.74º47.65%66.67%-
XYZ18.1613.8339.74-
YUV106.61163.78135.41-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 31.12%
GREEN value IS 89 (35.16% from 255) = 23.67%
BLUE value IS 170 (66.80% from 255) = 45.21%
R=31.12%
G=23.67%
B=45.21%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal117891700.310.4800.33260.7432.2750.78
Hex7559AA1F300211052033
Octal16513125237600414054063
Binary1110101101100110101010111111100000100001100000101100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7559AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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