#7155AA

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

Shades of Blue Marguerite #7155AA

Tints of Blue Marguerite #7155AA

Color information

#7155AA (or 0x7155AA) is unknown color: approx Blue Marguerite. HEX triplet: 71, 55 and AA. RGB value is (113,85,170). Sum of RGB (Red+Green+Blue) = 113+85+170=368 (48% of max value = 765). Red value is 113 (44.53% from 255 or 30.71% from 368); Green value is 85 (33.59% from 255 or 23.10% from 368); Blue value is 170 (66.80% from 255 or 46.20% from 368); Max value from RGB is 170 - color contains mainly: blue. Hex color #7155AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7155AA is #8EAA55. Grayscale: #666666. Windows color (decimal): -9349718 or 11162993. OLE color: 11162993.

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

Color convert

RGB11385170-
CMYK0.340.5000.33
HSL259.76º33.33%50%-
HSV(B)259.76º50%66.67%-
XYZ17.3112.9139.61-
YUV103.06165.78135.09-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 30.71%
GREEN value IS 85 (33.59% from 255) = 23.10%
BLUE value IS 170 (66.80% from 255) = 46.20%
R=30.71%
G=23.10%
B=46.20%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal113851700.340.5000.33259.7633.3350
Hex7155AA22320211042132
Octal16112525242620414044162
Binary11100011010101101010101000101100100100001100000100100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7155AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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