Shades of Studio #7A4699
Tints of Studio #7A4699
RGB
CMYK
RGB Variations
Color information
#7A4699 (or 0x7A4699) is known color: Studio. HEX triplet: 7A, 46 and 99. RGB value is (122,70,153). Sum of RGB (Red+Green+Blue) = 122+70+153=345 (45% of max value = 765). Red value is 122 (48.05% from 255 or 35.36% from 345); Green value is 70 (27.73% from 255 or 20.29% from 345); Blue value is 153 (60.16% from 255 or 44.35% from 345); Max value from RGB is 153 - color contains mainly: blue. Hex color #7A4699 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7A4699 is #85B966. Grayscale: #5E5E5E. Windows color (decimal): -8763751 or 10045050. OLE color: 10045050.
HSL color Cylindrical-coordinate representation of color #7A4699: hue angle of 277.59º 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 #7A4699 is Cyan = 0.20, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 122 | 70 | 153 | - |
| CMYK | 0.20 | 0.54 | 0 | 0.4 |
| HSL | 277.59º | 0.37% | 0.44% | - |
| HSV(B) | 277.59º | 0.54% | 0.6% | - |
| XYZ | 15.97 | 10.82 | 31.38 | - |
| YUV | 95.01 | 160.73 | 147.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 70 | 153 | 0.20 | 0.54 | 0 | 0.4 | 277.59 | 0.37 | 0.44 |
| Hex | 7A | 46 | 99 | 14 | 36 | 0 | 28 | 116 | 25 | 2C |
| Octal | 172 | 106 | 231 | 24 | 66 | 0 | 50 | 426 | 45 | 54 |
| Binary | 1111010 | 1000110 | 10011001 | 10100 | 110110 | 0 | 101000 | 100010110 | 100101 | 101100 |
Color Harmonies of #7A4699
Complementary color
Monochromatic Colors of #7A4699
Black with #7A4699
Text Example
Text Example
White with #7A4699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A4699; }
p { color: rgb(122,70,153); }
H1.HeaderClassName
{
color: #7A4699;
}
.AnyTagClassName
{
color: #7A4699;
}
</style>
background-color css
<style>
a { background-color: #7A4699; }
a { background-color: rgb(122,70,153); }
div.DivClassName
{
background-color: #7A4699;
}
.BgClassName
{
background-color: #7A4699;
}
</style>
border-color css
<style>
span { border-color: #7A4699; }
span { border-color: rgb(122,70,153); }
td.TdClassName
{
border-color: #7A4699;
}
.TagClassName
{
border-color: #7A4699;
}
</style>