Shades of Blue Marguerite #7163B4
Tints of Blue Marguerite #7163B4
RGB
CMYK
RGB Variations
Color information
#7163B4 (or 0x7163B4) is known color: Blue Marguerite. HEX triplet: 71, 63 and B4. RGB value is (113,99,180). Sum of RGB (Red+Green+Blue) = 113+99+180=392 (51% of max value = 765). Red value is 113 (44.53% from 255 or 28.83% from 392); Green value is 99 (39.06% from 255 or 25.26% from 392); Blue value is 180 (70.70% from 255 or 45.92% from 392); Max value from RGB is 180 - color contains mainly: blue. Hex color #7163B4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7163B4 is #8E9C4B. Grayscale: #707070. Windows color (decimal): -9346124 or 11821937. OLE color: 11821937.
HSL color Cylindrical-coordinate representation of color #7163B4: hue angle of 250.37º degrees, saturation: 0.35, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7163B4 is Cyan = 0.37, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 113 | 99 | 180 | - |
| CMYK | 0.37 | 0.45 | 0 | 0.29 |
| HSL | 250.37º | 0.35% | 0.55% | - |
| HSV(B) | 250.37º | 0.45% | 0.71% | - |
| XYZ | 19.51 | 15.73 | 45.19 | - |
| YUV | 112.42 | 166.14 | 128.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 99 | 180 | 0.37 | 0.45 | 0 | 0.29 | 250.37 | 0.35 | 0.55 |
| Hex | 71 | 63 | B4 | 25 | 2D | 0 | 1D | FA | 23 | 37 |
| Octal | 161 | 143 | 264 | 45 | 55 | 0 | 35 | 372 | 43 | 67 |
| Binary | 1110001 | 1100011 | 10110100 | 100101 | 101101 | 0 | 11101 | 11111010 | 100011 | 110111 |
Color Harmonies of #7163B4
Complementary color
Monochromatic Colors of #7163B4
Black with #7163B4
Text Example
Text Example
White with #7163B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7163B4; }
p { color: rgb(113,99,180); }
H1.HeaderClassName
{
color: #7163B4;
}
.AnyTagClassName
{
color: #7163B4;
}
</style>
background-color css
<style>
a { background-color: #7163B4; }
a { background-color: rgb(113,99,180); }
div.DivClassName
{
background-color: #7163B4;
}
.BgClassName
{
background-color: #7163B4;
}
</style>
border-color css
<style>
span { border-color: #7163B4; }
span { border-color: rgb(113,99,180); }
td.TdClassName
{
border-color: #7163B4;
}
.TagClassName
{
border-color: #7163B4;
}
</style>