#7257AA

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

Shades of Blue Marguerite #7257AA

Tints of Blue Marguerite #7257AA

Color information

#7257AA (or 0x7257AA) is unknown color: approx Blue Marguerite. HEX triplet: 72, 57 and AA. RGB value is (114,87,170). Sum of RGB (Red+Green+Blue) = 114+87+170=371 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.73% from 371); Green value is 87 (34.38% from 255 or 23.45% from 371); Blue value is 170 (66.80% from 255 or 45.82% from 371); Max value from RGB is 170 - color contains mainly: blue. Hex color #7257AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7257AA is #8DA855. Grayscale: #686868. Windows color (decimal): -9283670 or 11163506. OLE color: 11163506.

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

Color convert

RGB11487170-
CMYK0.330.4900.33
HSL259.52º32.81%50.39%-
HSV(B)259.52º48.82%66.67%-
XYZ17.613.339.67-
YUV104.54164.95134.75-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 30.73%
GREEN value IS 87 (34.38% from 255) = 23.45%
BLUE value IS 170 (66.80% from 255) = 45.82%
R=30.73%
G=23.45%
B=45.82%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal114871700.330.4900.33259.5232.8150.39
Hex7257AA21310211042132
Octal16212725241610414044162
Binary11100101010111101010101000011100010100001100000100100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7257AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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