#7057AA

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

Shades of Blue Marguerite #7057AA

Tints of Blue Marguerite #7057AA

Color information

#7057AA (or 0x7057AA) is unknown color: approx Blue Marguerite. HEX triplet: 70, 57 and AA. RGB value is (112,87,170). Sum of RGB (Red+Green+Blue) = 112+87+170=369 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.35% from 369); Green value is 87 (34.38% from 255 or 23.58% from 369); Blue value is 170 (66.80% from 255 or 46.07% from 369); Max value from RGB is 170 - color contains mainly: blue. Hex color #7057AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7057AA is #8FA855. Grayscale: #676767. Windows color (decimal): -9414742 or 11163504. OLE color: 11163504.

HSL color Cylindrical-coordinate representation of color #7057AA: hue angle of 258.07º degrees, saturation: 0.33, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7057AA is Cyan = 0.34, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB11287170-
CMYK0.340.4900.33
HSL258.07º32.81%50.39%-
HSV(B)258.07º48.82%66.67%-
XYZ17.3513.1639.66-
YUV103.94165.28133.75-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 30.35%
GREEN value IS 87 (34.38% from 255) = 23.58%
BLUE value IS 170 (66.80% from 255) = 46.07%
R=30.35%
G=23.58%
B=46.07%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal112871700.340.4900.33258.0732.8150.39
Hex7057AA22310211022132
Octal16012725242610414024162
Binary11100001010111101010101000101100010100001100000010100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7057AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,87,170); }

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

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

 a { background-color: rgb(112,87,170); }

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

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

 span { border-color: rgb(112,87,170); }

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