#7160B5

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

Shades of Blue Marguerite #7160B5

Tints of Blue Marguerite #7160B5

Color information

#7160B5 (or 0x7160B5) is unknown color: approx Blue Marguerite. HEX triplet: 71, 60 and B5. RGB value is (113,96,181). Sum of RGB (Red+Green+Blue) = 113+96+181=390 (51% of max value = 765). Red value is 113 (44.53% from 255 or 28.97% from 390); Green value is 96 (37.89% from 255 or 24.62% from 390); Blue value is 181 (71.09% from 255 or 46.41% from 390); Max value from RGB is 181 - color contains mainly: blue. Hex color #7160B5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7160B5 is #8E9F4A. Grayscale: #6E6E6E. Windows color (decimal): -9346891 or 11886705. OLE color: 11886705.

HSL color Cylindrical-coordinate representation of color #7160B5: hue angle of 252º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7160B5 is Cyan = 0.38, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB11396181-
CMYK0.380.4700.29
HSL252º36.48%54.31%-
HSV(B)252º46.96%70.98%-
XYZ19.3315.2145.63-
YUV110.77167.63129.59-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 28.97%
GREEN value IS 96 (37.89% from 255) = 24.62%
BLUE value IS 181 (71.09% from 255) = 46.41%
R=28.97%
G=24.62%
B=46.41%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal113961810.380.4700.2925236.4854.31
Hex7160B5262F01Dfc2436
Octal16114026546570353744466
Binary111000111000001011010110011010111101110111111100100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7160B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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