#7159AA

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

Shades of Blue Marguerite #7159AA

Tints of Blue Marguerite #7159AA

Color information

#7159AA (or 0x7159AA) is unknown color: approx Blue Marguerite. HEX triplet: 71, 59 and AA. RGB value is (113,89,170). Sum of RGB (Red+Green+Blue) = 113+89+170=372 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.38% from 372); Green value is 89 (35.16% from 255 or 23.92% from 372); Blue value is 170 (66.80% from 255 or 45.70% from 372); Max value from RGB is 170 - color contains mainly: blue. Hex color #7159AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7159AA is #8EA655. Grayscale: #696969. Windows color (decimal): -9348694 or 11164017. OLE color: 11164017.

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

Color convert

RGB11389170-
CMYK0.340.4800.33
HSL257.78º32.27%50.78%-
HSV(B)257.78º47.65%66.67%-
XYZ17.6413.5639.72-
YUV105.41164.45133.41-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 30.38%
GREEN value IS 89 (35.16% from 255) = 23.92%
BLUE value IS 170 (66.80% from 255) = 45.70%
R=30.38%
G=23.92%
B=45.70%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal113891700.340.4800.33257.7832.2750.78
Hex7159AA22300211022033
Octal16113125242600414024063
Binary11100011011001101010101000101100000100001100000010100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7159AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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