Shades of Blue Marguerite #7163B2
Tints of Blue Marguerite #7163B2
RGB
CMYK
RGB Variations
Color information
#7163B2 (or 0x7163B2) is known color: Blue Marguerite. HEX triplet: 71, 63 and B2. RGB value is (113,99,178). Sum of RGB (Red+Green+Blue) = 113+99+178=390 (51% of max value = 765). Red value is 113 (44.53% from 255 or 28.97% from 390); Green value is 99 (39.06% from 255 or 25.38% from 390); Blue value is 178 (69.92% from 255 or 45.64% from 390); Max value from RGB is 178 - color contains mainly: blue. Hex color #7163B2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7163B2 is #8E9C4D. Grayscale: #6F6F6F. Windows color (decimal): -9346126 or 11690865. OLE color: 11690865.
HSL color Cylindrical-coordinate representation of color #7163B2: hue angle of 250.63º degrees, saturation: 0.34, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7163B2 is Cyan = 0.37, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 113 | 99 | 178 | - |
| CMYK | 0.37 | 0.44 | 0 | 0.30 |
| HSL | 250.63º | 0.34% | 0.54% | - |
| HSV(B) | 250.63º | 0.44% | 0.7% | - |
| XYZ | 19.31 | 15.65 | 44.12 | - |
| YUV | 112.19 | 165.14 | 128.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 99 | 178 | 0.37 | 0.44 | 0 | 0.30 | 250.63 | 0.34 | 0.54 |
| Hex | 71 | 63 | B2 | 25 | 2C | 0 | 1E | FB | 22 | 36 |
| Octal | 161 | 143 | 262 | 45 | 54 | 0 | 36 | 373 | 42 | 66 |
| Binary | 1110001 | 1100011 | 10110010 | 100101 | 101100 | 0 | 11110 | 11111011 | 100010 | 110110 |
Color Harmonies of #7163B2
Complementary color
Monochromatic Colors of #7163B2
Black with #7163B2
Text Example
Text Example
White with #7163B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7163B2; }
p { color: rgb(113,99,178); }
H1.HeaderClassName
{
color: #7163B2;
}
.AnyTagClassName
{
color: #7163B2;
}
</style>
background-color css
<style>
a { background-color: #7163B2; }
a { background-color: rgb(113,99,178); }
div.DivClassName
{
background-color: #7163B2;
}
.BgClassName
{
background-color: #7163B2;
}
</style>
border-color css
<style>
span { border-color: #7163B2; }
span { border-color: rgb(113,99,178); }
td.TdClassName
{
border-color: #7163B2;
}
.TagClassName
{
border-color: #7163B2;
}
</style>