Shades of Studio #794799
Tints of Studio #794799
RGB
CMYK
RGB Variations
Color information
#794799 (or 0x794799) is known color: Studio. HEX triplet: 79, 47 and 99. RGB value is (121,71,153). Sum of RGB (Red+Green+Blue) = 121+71+153=345 (45% of max value = 765). Red value is 121 (47.66% from 255 or 35.07% from 345); Green value is 71 (28.12% from 255 or 20.58% 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 #794799 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #794799 is #86B866. Grayscale: #5F5F5F. Windows color (decimal): -8829031 or 10045305. OLE color: 10045305.
HSL color Cylindrical-coordinate representation of color #794799: hue angle of 276.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 #794799 is Cyan = 0.21, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 121 | 71 | 153 | - |
| CMYK | 0.21 | 0.54 | 0 | 0.4 |
| HSL | 276.59º | 0.37% | 0.44% | - |
| HSV(B) | 276.59º | 0.54% | 0.6% | - |
| XYZ | 15.89 | 10.87 | 31.4 | - |
| YUV | 95.3 | 160.57 | 146.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 71 | 153 | 0.21 | 0.54 | 0 | 0.4 | 276.59 | 0.37 | 0.44 |
| Hex | 79 | 47 | 99 | 15 | 36 | 0 | 28 | 115 | 25 | 2C |
| Octal | 171 | 107 | 231 | 25 | 66 | 0 | 50 | 425 | 45 | 54 |
| Binary | 1111001 | 1000111 | 10011001 | 10101 | 110110 | 0 | 101000 | 100010101 | 100101 | 101100 |
Color Harmonies of #794799
Complementary color
Monochromatic Colors of #794799
Black with #794799
Text Example
Text Example
White with #794799
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #794799; }
p { color: rgb(121,71,153); }
H1.HeaderClassName
{
color: #794799;
}
.AnyTagClassName
{
color: #794799;
}
</style>
background-color css
<style>
a { background-color: #794799; }
a { background-color: rgb(121,71,153); }
div.DivClassName
{
background-color: #794799;
}
.BgClassName
{
background-color: #794799;
}
</style>
border-color css
<style>
span { border-color: #794799; }
span { border-color: rgb(121,71,153); }
td.TdClassName
{
border-color: #794799;
}
.TagClassName
{
border-color: #794799;
}
</style>