#7259AA

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

Shades of Blue Marguerite #7259AA

Tints of Blue Marguerite #7259AA

Color information

#7259AA (or 0x7259AA) is unknown color: approx Blue Marguerite. HEX triplet: 72, 59 and AA. RGB value is (114,89,170). Sum of RGB (Red+Green+Blue) = 114+89+170=373 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.56% from 373); Green value is 89 (35.16% from 255 or 23.86% from 373); Blue value is 170 (66.80% from 255 or 45.58% from 373); Max value from RGB is 170 - color contains mainly: blue. Hex color #7259AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7259AA is #8DA655. Grayscale: #696969. Windows color (decimal): -9283158 or 11164018. OLE color: 11164018.

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

Color convert

RGB11489170-
CMYK0.330.4800.33
HSL258.52º32.27%50.78%-
HSV(B)258.52º47.65%66.67%-
XYZ17.7713.6239.72-
YUV105.71164.28133.91-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 30.56%
GREEN value IS 89 (35.16% from 255) = 23.86%
BLUE value IS 170 (66.80% from 255) = 45.58%
R=30.56%
G=23.86%
B=45.58%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal114891700.330.4800.33258.5232.2750.78
Hex7259AA21300211032033
Octal16213125241600414034063
Binary11100101011001101010101000011100000100001100000011100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7259AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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