#7056AB

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

Shades of Blue Marguerite #7056AB

Tints of Blue Marguerite #7056AB

Color information

#7056AB (or 0x7056AB) is unknown color: approx Blue Marguerite. HEX triplet: 70, 56 and AB. RGB value is (112,86,171). Sum of RGB (Red+Green+Blue) = 112+86+171=369 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.35% from 369); Green value is 86 (33.98% from 255 or 23.31% from 369); Blue value is 171 (67.19% from 255 or 46.34% from 369); Max value from RGB is 171 - color contains mainly: blue. Hex color #7056AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7056AB is #8FA954. Grayscale: #676767. Windows color (decimal): -9414997 or 11228784. OLE color: 11228784.

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

Color convert

RGB11286171-
CMYK0.350.5000.33
HSL258.35º33.6%50.39%-
HSV(B)258.35º49.71%67.06%-
XYZ17.3613.0440.13-
YUV103.46166.11134.09-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 30.35%
GREEN value IS 86 (33.98% from 255) = 23.31%
BLUE value IS 171 (67.19% from 255) = 46.34%
R=30.35%
G=23.31%
B=46.34%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal112861710.350.5000.33258.3533.650.39
Hex7056AB23320211022232
Octal16012625343620414024262
Binary11100001010110101010111000111100100100001100000010100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7056AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7056AB; }

 p { color: rgb(112,86,171); }

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

<style>
 a { background-color: #7056AB; }

 a { background-color: rgb(112,86,171); }

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

<style>
 span { border-color: #7056AB; }

 span { border-color: rgb(112,86,171); }

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