Shades of Blue Marguerite #7150B7
Tints of Blue Marguerite #7150B7
RGB
CMYK
RGB Variations
Color information
#7150B7 (or 0x7150B7) is known color: Blue Marguerite. HEX triplet: 71, 50 and B7. RGB value is (113,80,183). Sum of RGB (Red+Green+Blue) = 113+80+183=376 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.05% from 376); Green value is 80 (31.64% from 255 or 21.28% from 376); Blue value is 183 (71.88% from 255 or 48.67% from 376); Max value from RGB is 183 - color contains mainly: blue. Hex color #7150B7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7150B7 is #8EAF48. Grayscale: #656565. Windows color (decimal): -9350985 or 12013681. OLE color: 12013681.
HSL color Cylindrical-coordinate representation of color #7150B7: hue angle of 259.22º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7150B7 is Cyan = 0.38, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 113 | 80 | 183 | - |
| CMYK | 0.38 | 0.56 | 0 | 0.28 |
| HSL | 259.22º | 0.42% | 0.52% | - |
| HSV(B) | 259.22º | 0.56% | 0.72% | - |
| XYZ | 18.23 | 12.67 | 46.28 | - |
| YUV | 101.61 | 173.93 | 136.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 80 | 183 | 0.38 | 0.56 | 0 | 0.28 | 259.22 | 0.42 | 0.52 |
| Hex | 71 | 50 | B7 | 26 | 38 | 0 | 1C | 103 | 2A | 34 |
| Octal | 161 | 120 | 267 | 46 | 70 | 0 | 34 | 403 | 52 | 64 |
| Binary | 1110001 | 1010000 | 10110111 | 100110 | 111000 | 0 | 11100 | 100000011 | 101010 | 110100 |
Color Harmonies of #7150B7
Complementary color
Monochromatic Colors of #7150B7
Black with #7150B7
Text Example
Text Example
White with #7150B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7150B7; }
p { color: rgb(113,80,183); }
H1.HeaderClassName
{
color: #7150B7;
}
.AnyTagClassName
{
color: #7150B7;
}
</style>
background-color css
<style>
a { background-color: #7150B7; }
a { background-color: rgb(113,80,183); }
div.DivClassName
{
background-color: #7150B7;
}
.BgClassName
{
background-color: #7150B7;
}
</style>
border-color css
<style>
span { border-color: #7150B7; }
span { border-color: rgb(113,80,183); }
td.TdClassName
{
border-color: #7150B7;
}
.TagClassName
{
border-color: #7150B7;
}
</style>