#7160AE

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

Shades of Blue Marguerite #7160AE

Tints of Blue Marguerite #7160AE

Color information

#7160AE (or 0x7160AE) is unknown color: approx Blue Marguerite. HEX triplet: 71, 60 and AE. RGB value is (113,96,174). Sum of RGB (Red+Green+Blue) = 113+96+174=383 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.50% from 383); Green value is 96 (37.89% from 255 or 25.07% from 383); Blue value is 174 (68.36% from 255 or 45.43% from 383); Max value from RGB is 174 - color contains mainly: blue. Hex color #7160AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7160AE is #8E9F51. Grayscale: #6D6D6D. Windows color (decimal): -9346898 or 11427953. OLE color: 11427953.

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

Color convert

RGB11396174-
CMYK0.350.4500.32
HSL253.08º32.5%52.94%-
HSV(B)253.08º44.83%68.24%-
XYZ18.6314.9341.94-
YUV109.98164.13130.16-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 29.50%
GREEN value IS 96 (37.89% from 255) = 25.07%
BLUE value IS 174 (68.36% from 255) = 45.43%
R=29.50%
G=25.07%
B=45.43%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal113961740.350.4500.32253.0832.552.94
Hex7160AE232D020fd2035
Octal16114025643550403754065
Binary1110001110000010101110100011101101010000011111101100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7160AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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