Shades of Blue Marguerite #7163B5
Tints of Blue Marguerite #7163B5
RGB
CMYK
RGB Variations
Color information
#7163B5 (or 0x7163B5) is known color: Blue Marguerite. HEX triplet: 71, 63 and B5. RGB value is (113,99,181). Sum of RGB (Red+Green+Blue) = 113+99+181=393 (52% of max value = 765). Red value is 113 (44.53% from 255 or 28.75% from 393); Green value is 99 (39.06% from 255 or 25.19% from 393); Blue value is 181 (71.09% from 255 or 46.06% from 393); Max value from RGB is 181 - color contains mainly: blue. Hex color #7163B5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7163B5 is #8E9C4A. Grayscale: #707070. Windows color (decimal): -9346123 or 11887473. OLE color: 11887473.
HSL color Cylindrical-coordinate representation of color #7163B5: hue angle of 250.24º degrees, saturation: 0.36, 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 #7163B5 is Cyan = 0.38, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 113 | 99 | 181 | - |
| CMYK | 0.38 | 0.45 | 0 | 0.29 |
| HSL | 250.24º | 0.36% | 0.55% | - |
| HSV(B) | 250.24º | 0.45% | 0.71% | - |
| XYZ | 19.61 | 15.77 | 45.73 | - |
| YUV | 112.53 | 166.64 | 128.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 99 | 181 | 0.38 | 0.45 | 0 | 0.29 | 250.24 | 0.36 | 0.55 |
| Hex | 71 | 63 | B5 | 26 | 2D | 0 | 1D | FA | 24 | 37 |
| Octal | 161 | 143 | 265 | 46 | 55 | 0 | 35 | 372 | 44 | 67 |
| Binary | 1110001 | 1100011 | 10110101 | 100110 | 101101 | 0 | 11101 | 11111010 | 100100 | 110111 |
Color Harmonies of #7163B5
Complementary color
Monochromatic Colors of #7163B5
Black with #7163B5
Text Example
Text Example
White with #7163B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7163B5; }
p { color: rgb(113,99,181); }
H1.HeaderClassName
{
color: #7163B5;
}
.AnyTagClassName
{
color: #7163B5;
}
</style>
background-color css
<style>
a { background-color: #7163B5; }
a { background-color: rgb(113,99,181); }
div.DivClassName
{
background-color: #7163B5;
}
.BgClassName
{
background-color: #7163B5;
}
</style>
border-color css
<style>
span { border-color: #7163B5; }
span { border-color: rgb(113,99,181); }
td.TdClassName
{
border-color: #7163B5;
}
.TagClassName
{
border-color: #7163B5;
}
</style>