#7051B0

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

Shades of Blue Marguerite #7051B0

Tints of Blue Marguerite #7051B0

Color information

#7051B0 (or 0x7051B0) is unknown color: approx Blue Marguerite. HEX triplet: 70, 51 and B0. RGB value is (112,81,176). Sum of RGB (Red+Green+Blue) = 112+81+176=369 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.35% from 369); Green value is 81 (32.03% from 255 or 21.95% from 369); Blue value is 176 (69.14% from 255 or 47.70% from 369); Max value from RGB is 176 - color contains mainly: blue. Hex color #7051B0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7051B0 is #8FAE4F. Grayscale: #646464. Windows color (decimal): -9416272 or 11555184. OLE color: 11555184.

HSL color Cylindrical-coordinate representation of color #7051B0: hue angle of 259.58º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7051B0 is Cyan = 0.36, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB11281176-
CMYK0.360.5400.31
HSL259.58º37.55%50.39%-
HSV(B)259.58º53.98%69.02%-
XYZ17.4612.4642.56-
YUV101.1170.27135.78-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 30.35%
GREEN value IS 81 (32.03% from 255) = 21.95%
BLUE value IS 176 (69.14% from 255) = 47.70%
R=30.35%
G=21.95%
B=47.70%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal112811760.360.5400.31259.5837.5550.39
Hex7051B0243601F1042632
Octal16012126044660374044662
Binary1110000101000110110000100100110110011111100000100100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7051B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7051B0; }

 p { color: rgb(112,81,176); }

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

<style>
 a { background-color: #7051B0; }

 a { background-color: rgb(112,81,176); }

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

<style>
 span { border-color: #7051B0; }

 span { border-color: rgb(112,81,176); }

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