#7159B4

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

Shades of Blue Marguerite #7159B4

Tints of Blue Marguerite #7159B4

Color information

#7159B4 (or 0x7159B4) is unknown color: approx Blue Marguerite. HEX triplet: 71, 59 and B4. RGB value is (113,89,180). Sum of RGB (Red+Green+Blue) = 113+89+180=382 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.58% from 382); Green value is 89 (35.16% from 255 or 23.30% from 382); Blue value is 180 (70.70% from 255 or 47.12% from 382); Max value from RGB is 180 - color contains mainly: blue. Hex color #7159B4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7159B4 is #8EA64B. Grayscale: #6A6A6A. Windows color (decimal): -9348684 or 11819377. OLE color: 11819377.

HSL color Cylindrical-coordinate representation of color #7159B4: hue angle of 255.82º degrees, saturation: 0.38, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7159B4 is Cyan = 0.37, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB11389180-
CMYK0.370.5100.29
HSL255.82º37.76%52.75%-
HSV(B)255.82º50.56%70.59%-
XYZ18.6213.9544.89-
YUV106.55169.45132.6-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 29.58%
GREEN value IS 89 (35.16% from 255) = 23.30%
BLUE value IS 180 (70.70% from 255) = 47.12%
R=29.58%
G=23.30%
B=47.12%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal113891800.370.5100.29255.8237.7652.75
Hex7159B4253301D1002635
Octal16113126445630354004665
Binary1110001101100110110100100101110011011101100000000100110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7159B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7159B4; }

 p { color: rgb(113,89,180); }

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

<style>
 a { background-color: #7159B4; }

 a { background-color: rgb(113,89,180); }

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

<style>
 span { border-color: #7159B4; }

 span { border-color: rgb(113,89,180); }

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