Shades of Studio #7A4798
Tints of Studio #7A4798
RGB
CMYK
RGB Variations
Color information
#7A4798 (or 0x7A4798) is known color: Studio. HEX triplet: 7A, 47 and 98. RGB value is (122,71,152). Sum of RGB (Red+Green+Blue) = 122+71+152=345 (45% of max value = 765). Red value is 122 (48.05% from 255 or 35.36% from 345); Green value is 71 (28.12% from 255 or 20.58% from 345); Blue value is 152 (59.77% from 255 or 44.06% from 345); Max value from RGB is 152 - color contains mainly: blue. Hex color #7A4798 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7A4798 is #85B867. Grayscale: #5F5F5F. Windows color (decimal): -8763496 or 9979770. OLE color: 9979770.
HSL color Cylindrical-coordinate representation of color #7A4798: hue angle of 277.78º degrees, saturation: 0.36, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7A4798 is Cyan = 0.20, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 122 | 71 | 152 | - |
| CMYK | 0.20 | 0.53 | 0 | 0.40 |
| HSL | 277.78º | 0.36% | 0.44% | - |
| HSV(B) | 277.78º | 0.53% | 0.6% | - |
| XYZ | 15.95 | 10.91 | 30.97 | - |
| YUV | 95.48 | 159.9 | 146.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 71 | 152 | 0.20 | 0.53 | 0 | 0.40 | 277.78 | 0.36 | 0.44 |
| Hex | 7A | 47 | 98 | 14 | 35 | 0 | 28 | 116 | 24 | 2C |
| Octal | 172 | 107 | 230 | 24 | 65 | 0 | 50 | 426 | 44 | 54 |
| Binary | 1111010 | 1000111 | 10011000 | 10100 | 110101 | 0 | 101000 | 100010110 | 100100 | 101100 |
Color Harmonies of #7A4798
Complementary color
Monochromatic Colors of #7A4798
Black with #7A4798
Text Example
Text Example
White with #7A4798
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A4798; }
p { color: rgb(122,71,152); }
H1.HeaderClassName
{
color: #7A4798;
}
.AnyTagClassName
{
color: #7A4798;
}
</style>
background-color css
<style>
a { background-color: #7A4798; }
a { background-color: rgb(122,71,152); }
div.DivClassName
{
background-color: #7A4798;
}
.BgClassName
{
background-color: #7A4798;
}
</style>
border-color css
<style>
span { border-color: #7A4798; }
span { border-color: rgb(122,71,152); }
td.TdClassName
{
border-color: #7A4798;
}
.TagClassName
{
border-color: #7A4798;
}
</style>