#7159AE

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

Shades of Blue Marguerite #7159AE

Tints of Blue Marguerite #7159AE

Color information

#7159AE (or 0x7159AE) is unknown color: approx Blue Marguerite. HEX triplet: 71, 59 and AE. RGB value is (113,89,174). Sum of RGB (Red+Green+Blue) = 113+89+174=376 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.05% from 376); Green value is 89 (35.16% from 255 or 23.67% from 376); Blue value is 174 (68.36% from 255 or 46.28% from 376); Max value from RGB is 174 - color contains mainly: blue. Hex color #7159AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7159AE is #8EA651. Grayscale: #696969. Windows color (decimal): -9348690 or 11426161. OLE color: 11426161.

HSL color Cylindrical-coordinate representation of color #7159AE: hue angle of 256.94º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7159AE is Cyan = 0.35, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB11389174-
CMYK0.350.4900.32
HSL256.94º34.41%51.57%-
HSV(B)256.94º48.85%68.24%-
XYZ18.0213.7141.74-
YUV105.87166.45133.09-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 30.05%
GREEN value IS 89 (35.16% from 255) = 23.67%
BLUE value IS 174 (68.36% from 255) = 46.28%
R=30.05%
G=23.67%
B=46.28%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal113891740.350.4900.32256.9434.4151.57
Hex7159AE23310201012234
Octal16113125643610404014264
Binary11100011011001101011101000111100010100000100000001100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7159AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7159AE; }

 p { color: rgb(113,89,174); }

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

<style>
 a { background-color: #7159AE; }

 a { background-color: rgb(113,89,174); }

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

<style>
 span { border-color: #7159AE; }

 span { border-color: rgb(113,89,174); }

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