Shades of Blue Marguerite #7051B1
Tints of Blue Marguerite #7051B1
RGB
CMYK
RGB Variations
Color information
#7051B1 (or 0x7051B1) is known color: Blue Marguerite. HEX triplet: 70, 51 and B1. RGB value is (112,81,177). Sum of RGB (Red+Green+Blue) = 112+81+177=370 (49% of max value = 765). Red value is 112 (44.14% from 255 or 30.27% from 370); Green value is 81 (32.03% from 255 or 21.89% from 370); Blue value is 177 (69.53% from 255 or 47.84% from 370); Max value from RGB is 177 - color contains mainly: blue. Hex color #7051B1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7051B1 is #8FAE4E. Grayscale: #646464. Windows color (decimal): -9416271 or 11620720. OLE color: 11620720.
HSL color Cylindrical-coordinate representation of color #7051B1: hue angle of 259.38º degrees, saturation: 0.38, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7051B1 is Cyan = 0.37, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 112 | 81 | 177 | - |
| CMYK | 0.37 | 0.54 | 0 | 0.31 |
| HSL | 259.38º | 0.38% | 0.51% | - |
| HSV(B) | 259.38º | 0.54% | 0.69% | - |
| XYZ | 17.56 | 12.5 | 43.08 | - |
| YUV | 101.21 | 170.77 | 135.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 81 | 177 | 0.37 | 0.54 | 0 | 0.31 | 259.38 | 0.38 | 0.51 |
| Hex | 70 | 51 | B1 | 25 | 36 | 0 | 1F | 103 | 26 | 33 |
| Octal | 160 | 121 | 261 | 45 | 66 | 0 | 37 | 403 | 46 | 63 |
| Binary | 1110000 | 1010001 | 10110001 | 100101 | 110110 | 0 | 11111 | 100000011 | 100110 | 110011 |
Color Harmonies of #7051B1
Complementary color
Monochromatic Colors of #7051B1
Black with #7051B1
Text Example
Text Example
White with #7051B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7051B1; }
p { color: rgb(112,81,177); }
H1.HeaderClassName
{
color: #7051B1;
}
.AnyTagClassName
{
color: #7051B1;
}
</style>
background-color css
<style>
a { background-color: #7051B1; }
a { background-color: rgb(112,81,177); }
div.DivClassName
{
background-color: #7051B1;
}
.BgClassName
{
background-color: #7051B1;
}
</style>
border-color css
<style>
span { border-color: #7051B1; }
span { border-color: rgb(112,81,177); }
td.TdClassName
{
border-color: #7051B1;
}
.TagClassName
{
border-color: #7051B1;
}
</style>