Shades of Blue Marguerite #7A52BC
Tints of Blue Marguerite #7A52BC
RGB
CMYK
RGB Variations
Color information
#7A52BC (or 0x7A52BC) is known color: Blue Marguerite. HEX triplet: 7A, 52 and BC. RGB value is (122,82,188). Sum of RGB (Red+Green+Blue) = 122+82+188=392 (51% of max value = 765). Red value is 122 (48.05% from 255 or 31.12% from 392); Green value is 82 (32.42% from 255 or 20.92% from 392); Blue value is 188 (73.83% from 255 or 47.96% from 392); Max value from RGB is 188 - color contains mainly: blue. Hex color #7A52BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A52BC is #85AD43. Grayscale: #696969. Windows color (decimal): -8760644 or 12341882. OLE color: 12341882.
HSL color Cylindrical-coordinate representation of color #7A52BC: hue angle of 262.64º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7A52BC is Cyan = 0.35, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 122 | 82 | 188 | - |
| CMYK | 0.35 | 0.56 | 0 | 0.26 |
| HSL | 262.64º | 0.44% | 0.53% | - |
| HSV(B) | 262.64º | 0.56% | 0.74% | - |
| XYZ | 20.12 | 13.8 | 49.18 | - |
| YUV | 106.04 | 174.25 | 139.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 82 | 188 | 0.35 | 0.56 | 0 | 0.26 | 262.64 | 0.44 | 0.53 |
| Hex | 7A | 52 | BC | 23 | 38 | 0 | 1A | 107 | 2C | 35 |
| Octal | 172 | 122 | 274 | 43 | 70 | 0 | 32 | 407 | 54 | 65 |
| Binary | 1111010 | 1010010 | 10111100 | 100011 | 111000 | 0 | 11010 | 100000111 | 101100 | 110101 |
Color Harmonies of #7A52BC
Complementary color
Monochromatic Colors of #7A52BC
Black with #7A52BC
Text Example
Text Example
White with #7A52BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A52BC; }
p { color: rgb(122,82,188); }
H1.HeaderClassName
{
color: #7A52BC;
}
.AnyTagClassName
{
color: #7A52BC;
}
</style>
background-color css
<style>
a { background-color: #7A52BC; }
a { background-color: rgb(122,82,188); }
div.DivClassName
{
background-color: #7A52BC;
}
.BgClassName
{
background-color: #7A52BC;
}
</style>
border-color css
<style>
span { border-color: #7A52BC; }
span { border-color: rgb(122,82,188); }
td.TdClassName
{
border-color: #7A52BC;
}
.TagClassName
{
border-color: #7A52BC;
}
</style>