#7156AA

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

Shades of Blue Marguerite #7156AA

Tints of Blue Marguerite #7156AA

Color information

#7156AA (or 0x7156AA) is unknown color: approx Blue Marguerite. HEX triplet: 71, 56 and AA. RGB value is (113,86,170). Sum of RGB (Red+Green+Blue) = 113+86+170=369 (48% of max value = 765). Red value is 113 (44.53% from 255 or 30.62% from 369); Green value is 86 (33.98% from 255 or 23.31% 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 #7156AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7156AA is #8EA955. Grayscale: #676767. Windows color (decimal): -9349462 or 11163249. OLE color: 11163249.

HSL color Cylindrical-coordinate representation of color #7156AA: hue angle of 259.29º 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 #7156AA is Cyan = 0.34, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB11386170-
CMYK0.340.4900.33
HSL259.29º33.07%50.2%-
HSV(B)259.29º49.41%66.67%-
XYZ17.3913.0739.64-
YUV103.65165.45134.67-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 30.62%
GREEN value IS 86 (33.98% from 255) = 23.31%
BLUE value IS 170 (66.80% from 255) = 46.07%
R=30.62%
G=23.31%
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
Decimal113861700.340.4900.33259.2933.0750.2
Hex7156AA22310211032132
Octal16112625242610414034162
Binary11100011010110101010101000101100010100001100000011100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7156AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,86,170); }

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

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

 a { background-color: rgb(113,86,170); }

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

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

 span { border-color: rgb(113,86,170); }

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