Shades of Blue Marguerite #7163AD
Tints of Blue Marguerite #7163AD
RGB
CMYK
RGB Variations
Color information
#7163AD (or 0x7163AD) is known color: Blue Marguerite. HEX triplet: 71, 63 and AD. RGB value is (113,99,173). Sum of RGB (Red+Green+Blue) = 113+99+173=385 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.35% from 385); Green value is 99 (39.06% from 255 or 25.71% from 385); Blue value is 173 (67.97% from 255 or 44.94% from 385); Max value from RGB is 173 - color contains mainly: blue. Hex color #7163AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7163AD is #8E9C52. Grayscale: #6F6F6F. Windows color (decimal): -9346131 or 11363185. OLE color: 11363185.
HSL color Cylindrical-coordinate representation of color #7163AD: hue angle of 251.35º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7163AD is Cyan = 0.35, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 113 | 99 | 173 | - |
| CMYK | 0.35 | 0.43 | 0 | 0.32 |
| HSL | 251.35º | 0.31% | 0.53% | - |
| HSV(B) | 251.35º | 0.43% | 0.68% | - |
| XYZ | 18.81 | 15.45 | 41.53 | - |
| YUV | 111.62 | 162.64 | 128.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 99 | 173 | 0.35 | 0.43 | 0 | 0.32 | 251.35 | 0.31 | 0.53 |
| Hex | 71 | 63 | AD | 23 | 2B | 0 | 20 | FB | 1F | 35 |
| Octal | 161 | 143 | 255 | 43 | 53 | 0 | 40 | 373 | 37 | 65 |
| Binary | 1110001 | 1100011 | 10101101 | 100011 | 101011 | 0 | 100000 | 11111011 | 11111 | 110101 |
Color Harmonies of #7163AD
Complementary color
Monochromatic Colors of #7163AD
Black with #7163AD
Text Example
Text Example
White with #7163AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7163AD; }
p { color: rgb(113,99,173); }
H1.HeaderClassName
{
color: #7163AD;
}
.AnyTagClassName
{
color: #7163AD;
}
</style>
background-color css
<style>
a { background-color: #7163AD; }
a { background-color: rgb(113,99,173); }
div.DivClassName
{
background-color: #7163AD;
}
.BgClassName
{
background-color: #7163AD;
}
</style>
border-color css
<style>
span { border-color: #7163AD; }
span { border-color: rgb(113,99,173); }
td.TdClassName
{
border-color: #7163AD;
}
.TagClassName
{
border-color: #7163AD;
}
</style>