Shades of Blue Marguerite #7158AD
Tints of Blue Marguerite #7158AD
RGB
CMYK
RGB Variations
Color information
#7158AD (or 0x7158AD) is known color: Blue Marguerite. HEX triplet: 71, 58 and AD. RGB value is (113,88,173). Sum of RGB (Red+Green+Blue) = 113+88+173=374 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.21% from 374); Green value is 88 (34.77% from 255 or 23.53% from 374); Blue value is 173 (67.97% from 255 or 46.26% from 374); Max value from RGB is 173 - color contains mainly: blue. Hex color #7158AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7158AD is #8EA752. Grayscale: #686868. Windows color (decimal): -9348947 or 11360369. OLE color: 11360369.
HSL color Cylindrical-coordinate representation of color #7158AD: hue angle of 257.65º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7158AD is Cyan = 0.35, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 113 | 88 | 173 | - |
| CMYK | 0.35 | 0.49 | 0 | 0.32 |
| HSL | 257.65º | 0.34% | 0.51% | - |
| HSV(B) | 257.65º | 0.49% | 0.68% | - |
| XYZ | 17.84 | 13.51 | 41.2 | - |
| YUV | 105.17 | 166.28 | 133.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 88 | 173 | 0.35 | 0.49 | 0 | 0.32 | 257.65 | 0.34 | 0.51 |
| Hex | 71 | 58 | AD | 23 | 31 | 0 | 20 | 102 | 22 | 33 |
| Octal | 161 | 130 | 255 | 43 | 61 | 0 | 40 | 402 | 42 | 63 |
| Binary | 1110001 | 1011000 | 10101101 | 100011 | 110001 | 0 | 100000 | 100000010 | 100010 | 110011 |
Color Harmonies of #7158AD
Complementary color
Monochromatic Colors of #7158AD
Black with #7158AD
Text Example
Text Example
White with #7158AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7158AD; }
p { color: rgb(113,88,173); }
H1.HeaderClassName
{
color: #7158AD;
}
.AnyTagClassName
{
color: #7158AD;
}
</style>
background-color css
<style>
a { background-color: #7158AD; }
a { background-color: rgb(113,88,173); }
div.DivClassName
{
background-color: #7158AD;
}
.BgClassName
{
background-color: #7158AD;
}
</style>
border-color css
<style>
span { border-color: #7158AD; }
span { border-color: rgb(113,88,173); }
td.TdClassName
{
border-color: #7158AD;
}
.TagClassName
{
border-color: #7158AD;
}
</style>