Shades of Studio #7A4698
Tints of Studio #7A4698
RGB
CMYK
RGB Variations
Color information
#7A4698 (or 0x7A4698) is known color: Studio. HEX triplet: 7A, 46 and 98. RGB value is (122,70,152). Sum of RGB (Red+Green+Blue) = 122+70+152=344 (45% of max value = 765). Red value is 122 (48.05% from 255 or 35.47% from 344); Green value is 70 (27.73% from 255 or 20.35% from 344); Blue value is 152 (59.77% from 255 or 44.19% from 344); Max value from RGB is 152 - color contains mainly: blue. Hex color #7A4698 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7A4698 is #85B967. Grayscale: #5E5E5E. Windows color (decimal): -8763752 or 9979514. OLE color: 9979514.
HSL color Cylindrical-coordinate representation of color #7A4698: hue angle of 278.05º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7A4698 is Cyan = 0.20, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 122 | 70 | 152 | - |
| CMYK | 0.20 | 0.54 | 0 | 0.40 |
| HSL | 278.05º | 0.37% | 0.44% | - |
| HSV(B) | 278.05º | 0.54% | 0.6% | - |
| XYZ | 15.88 | 10.78 | 30.95 | - |
| YUV | 94.9 | 160.23 | 147.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 70 | 152 | 0.20 | 0.54 | 0 | 0.40 | 278.05 | 0.37 | 0.44 |
| Hex | 7A | 46 | 98 | 14 | 36 | 0 | 28 | 116 | 25 | 2C |
| Octal | 172 | 106 | 230 | 24 | 66 | 0 | 50 | 426 | 45 | 54 |
| Binary | 1111010 | 1000110 | 10011000 | 10100 | 110110 | 0 | 101000 | 100010110 | 100101 | 101100 |
Color Harmonies of #7A4698
Complementary color
Monochromatic Colors of #7A4698
Black with #7A4698
Text Example
Text Example
White with #7A4698
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A4698; }
p { color: rgb(122,70,152); }
H1.HeaderClassName
{
color: #7A4698;
}
.AnyTagClassName
{
color: #7A4698;
}
</style>
background-color css
<style>
a { background-color: #7A4698; }
a { background-color: rgb(122,70,152); }
div.DivClassName
{
background-color: #7A4698;
}
.BgClassName
{
background-color: #7A4698;
}
</style>
border-color css
<style>
span { border-color: #7A4698; }
span { border-color: rgb(122,70,152); }
td.TdClassName
{
border-color: #7A4698;
}
.TagClassName
{
border-color: #7A4698;
}
</style>