Shades of Blue Marguerite #7A59B5
Tints of Blue Marguerite #7A59B5
RGB
CMYK
RGB Variations
Color information
#7A59B5 (or 0x7A59B5) is known color: Blue Marguerite. HEX triplet: 7A, 59 and B5. RGB value is (122,89,181). Sum of RGB (Red+Green+Blue) = 122+89+181=392 (51% of max value = 765). Red value is 122 (48.05% from 255 or 31.12% from 392); Green value is 89 (35.16% from 255 or 22.70% from 392); Blue value is 181 (71.09% from 255 or 46.17% from 392); Max value from RGB is 181 - color contains mainly: blue. Hex color #7A59B5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A59B5 is #85A64A. Grayscale: #6D6D6D. Windows color (decimal): -8758859 or 11884922. OLE color: 11884922.
HSL color Cylindrical-coordinate representation of color #7A59B5: hue angle of 261.52º degrees, saturation: 0.38, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7A59B5 is Cyan = 0.33, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 122 | 89 | 181 | - |
| CMYK | 0.33 | 0.51 | 0 | 0.29 |
| HSL | 261.52º | 0.38% | 0.53% | - |
| HSV(B) | 261.52º | 0.51% | 0.71% | - |
| XYZ | 19.94 | 14.62 | 45.49 | - |
| YUV | 109.36 | 168.43 | 137.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 89 | 181 | 0.33 | 0.51 | 0 | 0.29 | 261.52 | 0.38 | 0.53 |
| Hex | 7A | 59 | B5 | 21 | 33 | 0 | 1D | 106 | 26 | 35 |
| Octal | 172 | 131 | 265 | 41 | 63 | 0 | 35 | 406 | 46 | 65 |
| Binary | 1111010 | 1011001 | 10110101 | 100001 | 110011 | 0 | 11101 | 100000110 | 100110 | 110101 |
Color Harmonies of #7A59B5
Complementary color
Monochromatic Colors of #7A59B5
Black with #7A59B5
Text Example
Text Example
White with #7A59B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A59B5; }
p { color: rgb(122,89,181); }
H1.HeaderClassName
{
color: #7A59B5;
}
.AnyTagClassName
{
color: #7A59B5;
}
</style>
background-color css
<style>
a { background-color: #7A59B5; }
a { background-color: rgb(122,89,181); }
div.DivClassName
{
background-color: #7A59B5;
}
.BgClassName
{
background-color: #7A59B5;
}
</style>
border-color css
<style>
span { border-color: #7A59B5; }
span { border-color: rgb(122,89,181); }
td.TdClassName
{
border-color: #7A59B5;
}
.TagClassName
{
border-color: #7A59B5;
}
</style>