#7161B1

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

Shades of Blue Marguerite #7161B1

Tints of Blue Marguerite #7161B1

Color information

#7161B1 (or 0x7161B1) is unknown color: approx Blue Marguerite. HEX triplet: 71, 61 and B1. RGB value is (113,97,177). Sum of RGB (Red+Green+Blue) = 113+97+177=387 (51% of max value = 765). Red value is 113 (44.53% from 255 or 29.20% from 387); Green value is 97 (38.28% from 255 or 25.06% from 387); Blue value is 177 (69.53% from 255 or 45.74% from 387); Max value from RGB is 177 - color contains mainly: blue. Hex color #7161B1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7161B1 is #8E9E4E. Grayscale: #6E6E6E. Windows color (decimal): -9346639 or 11624817. OLE color: 11624817.

HSL color Cylindrical-coordinate representation of color #7161B1: hue angle of 252º degrees, saturation: 0.34, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7161B1 is Cyan = 0.36, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB11397177-
CMYK0.360.4500.31
HSL252º33.9%53.73%-
HSV(B)252º45.2%69.41%-
XYZ19.0215.2343.53-
YUV110.9165.3129.5-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 29.20%
GREEN value IS 97 (38.28% from 255) = 25.06%
BLUE value IS 177 (69.53% from 255) = 45.74%
R=29.20%
G=25.06%
B=45.74%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal113971770.360.4500.3125233.953.73
Hex7161B1242D01Ffc2236
Octal16114126144550373744266
Binary111000111000011011000110010010110101111111111100100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7161B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7161B1; }

 p { color: rgb(113,97,177); }

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

<style>
 a { background-color: #7161B1; }

 a { background-color: rgb(113,97,177); }

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

<style>
 span { border-color: #7161B1; }

 span { border-color: rgb(113,97,177); }

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