#7158B6

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

Shades of Blue Marguerite #7158B6

Tints of Blue Marguerite #7158B6

Color information

#7158B6 (or 0x7158B6) is unknown color: approx Blue Marguerite. HEX triplet: 71, 58 and B6. RGB value is (113,88,182). Sum of RGB (Red+Green+Blue) = 113+88+182=383 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.50% from 383); Green value is 88 (34.77% from 255 or 22.98% from 383); Blue value is 182 (71.48% from 255 or 47.52% from 383); Max value from RGB is 182 - color contains mainly: blue. Hex color #7158B6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7158B6 is #8EA749. Grayscale: #696969. Windows color (decimal): -9348938 or 11950193. OLE color: 11950193.

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

Color convert

RGB11388182-
CMYK0.380.5200.29
HSL255.96º39.17%52.94%-
HSV(B)255.96º51.65%71.37%-
XYZ18.7413.8745.94-
YUV106.19170.78132.86-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 29.50%
GREEN value IS 88 (34.77% from 255) = 22.98%
BLUE value IS 182 (71.48% from 255) = 47.52%
R=29.50%
G=22.98%
B=47.52%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal113881820.380.5200.29255.9639.1752.94
Hex7158B6263401D1002735
Octal16113026646640354004765
Binary1110001101100010110110100110110100011101100000000100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7158B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7158B6; }

 p { color: rgb(113,88,182); }

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

<style>
 a { background-color: #7158B6; }

 a { background-color: rgb(113,88,182); }

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

<style>
 span { border-color: #7158B6; }

 span { border-color: rgb(113,88,182); }

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