#7160AC

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

Shades of Blue Marguerite #7160AC

Tints of Blue Marguerite #7160AC

Color information

#7160AC (or 0x7160AC) is unknown color: approx Blue Marguerite. HEX triplet: 71, 60 and AC. RGB value is (113,96,172). Sum of RGB (Red+Green+Blue) = 113+96+172=381 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.66% from 381); Green value is 96 (37.89% from 255 or 25.20% from 381); Blue value is 172 (67.58% from 255 or 45.14% from 381); Max value from RGB is 172 - color contains mainly: blue. Hex color #7160AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7160AC is #8E9F53. Grayscale: #6D6D6D. Windows color (decimal): -9346900 or 11296881. OLE color: 11296881.

HSL color Cylindrical-coordinate representation of color #7160AC: hue angle of 253.42º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7160AC is Cyan = 0.34, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB11396172-
CMYK0.340.4400.33
HSL253.42º31.4%52.55%-
HSV(B)253.42º44.19%67.45%-
XYZ18.4414.8640.93-
YUV109.75163.13130.32-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 29.66%
GREEN value IS 96 (37.89% from 255) = 25.20%
BLUE value IS 172 (67.58% from 255) = 45.14%
R=29.66%
G=25.20%
B=45.14%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal113961720.340.4400.33253.4231.452.55
Hex7160AC222C021fd1f35
Octal16114025442540413753765
Binary111000111000001010110010001010110001000011111110111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7160AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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