#7163B2

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

Shades of Blue Marguerite #7163B2

Tints of Blue Marguerite #7163B2

Color information

#7163B2 (or 0x7163B2) is unknown color: approx Blue Marguerite. HEX triplet: 71, 63 and B2. RGB value is (113,99,178). Sum of RGB (Red+Green+Blue) = 113+99+178=390 (51% of max value = 765). Red value is 113 (44.53% from 255 or 28.97% from 390); Green value is 99 (39.06% from 255 or 25.38% from 390); Blue value is 178 (69.92% from 255 or 45.64% from 390); Max value from RGB is 178 - color contains mainly: blue. Hex color #7163B2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7163B2 is #8E9C4D. Grayscale: #6F6F6F. Windows color (decimal): -9346126 or 11690865. OLE color: 11690865.

HSL color Cylindrical-coordinate representation of color #7163B2: hue angle of 250.63º degrees, saturation: 0.34, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7163B2 is Cyan = 0.37, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB11399178-
CMYK0.370.4400.30
HSL250.63º33.91%54.31%-
HSV(B)250.63º44.38%69.8%-
XYZ19.3115.6544.12-
YUV112.19165.14128.58-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 28.97%
GREEN value IS 99 (39.06% from 255) = 25.38%
BLUE value IS 178 (69.92% from 255) = 45.64%
R=28.97%
G=25.38%
B=45.64%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal113991780.370.4400.30250.6333.9154.31
Hex7163B2252C01Efb2236
Octal16114326245540363734266
Binary111000111000111011001010010110110001111011111011100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7163B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7163B2; }

 p { color: rgb(113,99,178); }

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

<style>
 a { background-color: #7163B2; }

 a { background-color: rgb(113,99,178); }

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

<style>
 span { border-color: #7163B2; }

 span { border-color: rgb(113,99,178); }

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