Shades of Studio #7A59AC
Tints of Studio #7A59AC
RGB
CMYK
RGB Variations
Color information
#7A59AC (or 0x7A59AC) is known color: Studio. HEX triplet: 7A, 59 and AC. RGB value is (122,89,172). Sum of RGB (Red+Green+Blue) = 122+89+172=383 (50% of max value = 765). Red value is 122 (48.05% from 255 or 31.85% from 383); Green value is 89 (35.16% from 255 or 23.24% from 383); Blue value is 172 (67.58% from 255 or 44.91% from 383); Max value from RGB is 172 - color contains mainly: blue. Hex color #7A59AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A59AC is #85A653. Grayscale: #6C6C6C. Windows color (decimal): -8758868 or 11295098. OLE color: 11295098.
HSL color Cylindrical-coordinate representation of color #7A59AC: hue angle of 263.86º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7A59AC is Cyan = 0.29, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 122 | 89 | 172 | - |
| CMYK | 0.29 | 0.48 | 0 | 0.33 |
| HSL | 263.86º | 0.33% | 0.51% | - |
| HSV(B) | 263.86º | 0.48% | 0.67% | - |
| XYZ | 19.04 | 14.26 | 40.78 | - |
| YUV | 108.33 | 163.93 | 137.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 89 | 172 | 0.29 | 0.48 | 0 | 0.33 | 263.86 | 0.33 | 0.51 |
| Hex | 7A | 59 | AC | 1D | 30 | 0 | 21 | 108 | 21 | 33 |
| Octal | 172 | 131 | 254 | 35 | 60 | 0 | 41 | 410 | 41 | 63 |
| Binary | 1111010 | 1011001 | 10101100 | 11101 | 110000 | 0 | 100001 | 100001000 | 100001 | 110011 |
Color Harmonies of #7A59AC
Complementary color
Monochromatic Colors of #7A59AC
Black with #7A59AC
Text Example
Text Example
White with #7A59AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A59AC; }
p { color: rgb(122,89,172); }
H1.HeaderClassName
{
color: #7A59AC;
}
.AnyTagClassName
{
color: #7A59AC;
}
</style>
background-color css
<style>
a { background-color: #7A59AC; }
a { background-color: rgb(122,89,172); }
div.DivClassName
{
background-color: #7A59AC;
}
.BgClassName
{
background-color: #7A59AC;
}
</style>
border-color css
<style>
span { border-color: #7A59AC; }
span { border-color: rgb(122,89,172); }
td.TdClassName
{
border-color: #7A59AC;
}
.TagClassName
{
border-color: #7A59AC;
}
</style>