Shades of Blue Marguerite #7252B1
Tints of Blue Marguerite #7252B1
RGB
CMYK
RGB Variations
Color information
#7252B1 (or 0x7252B1) is known color: Blue Marguerite. HEX triplet: 72, 52 and B1. RGB value is (114,82,177). Sum of RGB (Red+Green+Blue) = 114+82+177=373 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.56% from 373); Green value is 82 (32.42% from 255 or 21.98% from 373); Blue value is 177 (69.53% from 255 or 47.45% from 373); Max value from RGB is 177 - color contains mainly: blue. Hex color #7252B1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7252B1 is #8DAD4E. Grayscale: #666666. Windows color (decimal): -9284943 or 11620978. OLE color: 11620978.
HSL color Cylindrical-coordinate representation of color #7252B1: hue angle of 260.21º degrees, saturation: 0.38, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7252B1 is Cyan = 0.36, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 114 | 82 | 177 | - |
| CMYK | 0.36 | 0.54 | 0 | 0.31 |
| HSL | 260.21º | 0.38% | 0.51% | - |
| HSV(B) | 260.21º | 0.54% | 0.69% | - |
| XYZ | 17.89 | 12.79 | 43.12 | - |
| YUV | 102.4 | 170.1 | 136.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 82 | 177 | 0.36 | 0.54 | 0 | 0.31 | 260.21 | 0.38 | 0.51 |
| Hex | 72 | 52 | B1 | 24 | 36 | 0 | 1F | 104 | 26 | 33 |
| Octal | 162 | 122 | 261 | 44 | 66 | 0 | 37 | 404 | 46 | 63 |
| Binary | 1110010 | 1010010 | 10110001 | 100100 | 110110 | 0 | 11111 | 100000100 | 100110 | 110011 |
Color Harmonies of #7252B1
Complementary color
Monochromatic Colors of #7252B1
Black with #7252B1
Text Example
Text Example
White with #7252B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7252B1; }
p { color: rgb(114,82,177); }
H1.HeaderClassName
{
color: #7252B1;
}
.AnyTagClassName
{
color: #7252B1;
}
</style>
background-color css
<style>
a { background-color: #7252B1; }
a { background-color: rgb(114,82,177); }
div.DivClassName
{
background-color: #7252B1;
}
.BgClassName
{
background-color: #7252B1;
}
</style>
border-color css
<style>
span { border-color: #7252B1; }
span { border-color: rgb(114,82,177); }
td.TdClassName
{
border-color: #7252B1;
}
.TagClassName
{
border-color: #7252B1;
}
</style>