#7047BB

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

Shades of Blue Marguerite #7047BB

Tints of Blue Marguerite #7047BB

Color information

#7047BB (or 0x7047BB) is unknown color: approx Blue Marguerite. HEX triplet: 70, 47 and BB. RGB value is (112,71,187). Sum of RGB (Red+Green+Blue) = 112+71+187=370 (49% of max value = 765). Red value is 112 (44.14% from 255 or 30.27% from 370); Green value is 71 (28.12% from 255 or 19.19% from 370); Blue value is 187 (73.44% from 255 or 50.54% from 370); Max value from RGB is 187 - color contains mainly: blue. Hex color #7047BB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7047BB is #8FB844. Grayscale: #606060. Windows color (decimal): -9418821 or 12273520. OLE color: 12273520.

HSL color Cylindrical-coordinate representation of color #7047BB: hue angle of 261.21º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7047BB is Cyan = 0.40, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB11271187-
CMYK0.400.6200.27
HSL261.21º46.03%50.59%-
HSV(B)261.21º62.03%73.33%-
XYZ17.911.5448.3-
YUV96.48179.08139.07-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 30.27%
GREEN value IS 71 (28.12% from 255) = 19.19%
BLUE value IS 187 (73.44% from 255) = 50.54%
R=30.27%
G=19.19%
B=50.54%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal112711870.400.6200.27261.2146.0350.59
Hex7047BB283E01B1052e33
Octal16010727350760334055663
Binary1110000100011110111011101000111110011011100000101101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7047BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7047BB; }

 p { color: rgb(112,71,187); }

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

<style>
 a { background-color: #7047BB; }

 a { background-color: rgb(112,71,187); }

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

<style>
 span { border-color: #7047BB; }

 span { border-color: rgb(112,71,187); }

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