#7054AA

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

Shades of Blue Marguerite #7054AA

Tints of Blue Marguerite #7054AA

Color information

#7054AA (or 0x7054AA) is unknown color: approx Blue Marguerite. HEX triplet: 70, 54 and AA. RGB value is (112,84,170). Sum of RGB (Red+Green+Blue) = 112+84+170=366 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.60% from 366); Green value is 84 (33.20% from 255 or 22.95% from 366); Blue value is 170 (66.80% from 255 or 46.45% from 366); Max value from RGB is 170 - color contains mainly: blue. Hex color #7054AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7054AA is #8FAB55. Grayscale: #656565. Windows color (decimal): -9415510 or 11162736. OLE color: 11162736.

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

Color convert

RGB11284170-
CMYK0.340.5100.33
HSL259.53º33.86%49.8%-
HSV(B)259.53º50.59%66.67%-
XYZ17.1112.6939.58-
YUV102.18166.28135.01-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 30.60%
GREEN value IS 84 (33.20% from 255) = 22.95%
BLUE value IS 170 (66.80% from 255) = 46.45%
R=30.60%
G=22.95%
B=46.45%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal112841700.340.5100.33259.5333.8649.8
Hex7054AA22330211042232
Octal16012425242630414044262
Binary11100001010100101010101000101100110100001100000100100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7054AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,84,170); }

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

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

 a { background-color: rgb(112,84,170); }

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

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

 span { border-color: rgb(112,84,170); }

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