#7158AA

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

Shades of Blue Marguerite #7158AA

Tints of Blue Marguerite #7158AA

Color information

#7158AA (or 0x7158AA) is unknown color: approx Blue Marguerite. HEX triplet: 71, 58 and AA. RGB value is (113,88,170). Sum of RGB (Red+Green+Blue) = 113+88+170=371 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.46% from 371); Green value is 88 (34.77% from 255 or 23.72% from 371); Blue value is 170 (66.80% from 255 or 45.82% from 371); Max value from RGB is 170 - color contains mainly: blue. Hex color #7158AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7158AA is #8EA755. Grayscale: #686868. Windows color (decimal): -9348950 or 11163761. OLE color: 11163761.

HSL color Cylindrical-coordinate representation of color #7158AA: hue angle of 258.29º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7158AA is Cyan = 0.34, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB11388170-
CMYK0.340.4800.33
HSL258.29º32.54%50.59%-
HSV(B)258.29º48.24%66.67%-
XYZ17.5613.3939.69-
YUV104.82164.78133.83-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 30.46%
GREEN value IS 88 (34.77% from 255) = 23.72%
BLUE value IS 170 (66.80% from 255) = 45.82%
R=30.46%
G=23.72%
B=45.82%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal113881700.340.4800.33258.2932.5450.59
Hex7158AA22300211022133
Octal16113025242600414024163
Binary11100011011000101010101000101100000100001100000010100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7158AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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