#7157AE

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

Shades of Blue Marguerite #7157AE

Tints of Blue Marguerite #7157AE

Color information

#7157AE (or 0x7157AE) is unknown color: approx Blue Marguerite. HEX triplet: 71, 57 and AE. RGB value is (113,87,174). Sum of RGB (Red+Green+Blue) = 113+87+174=374 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.21% from 374); Green value is 87 (34.38% from 255 or 23.26% from 374); Blue value is 174 (68.36% from 255 or 46.52% from 374); Max value from RGB is 174 - color contains mainly: blue. Hex color #7157AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7157AE is #8EA851. Grayscale: #686868. Windows color (decimal): -9349202 or 11425649. OLE color: 11425649.

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

Color convert

RGB11387174-
CMYK0.350.500.32
HSL257.93º34.94%51.18%-
HSV(B)257.93º50%68.24%-
XYZ17.8613.3841.69-
YUV104.69167.11133.93-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 30.21%
GREEN value IS 87 (34.38% from 255) = 23.26%
BLUE value IS 174 (68.36% from 255) = 46.52%
R=30.21%
G=23.26%
B=46.52%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal113871740.350.500.32257.9334.9451.18
Hex7157AE23320201022333
Octal16112725643620404024363
Binary11100011010111101011101000111100100100000100000010100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7157AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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