Shades of Studio #794599
Tints of Studio #794599
RGB
CMYK
RGB Variations
Color information
#794599 (or 0x794599) is known color: Studio. HEX triplet: 79, 45 and 99. RGB value is (121,69,153). Sum of RGB (Red+Green+Blue) = 121+69+153=343 (45% of max value = 765). Red value is 121 (47.66% from 255 or 35.28% from 343); Green value is 69 (27.34% from 255 or 20.12% from 343); Blue value is 153 (60.16% from 255 or 44.61% from 343); Max value from RGB is 153 - color contains mainly: blue. Hex color #794599 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #794599 is #86BA66. Grayscale: #5D5D5D. Windows color (decimal): -8829543 or 10044793. OLE color: 10044793.
HSL color Cylindrical-coordinate representation of color #794599: hue angle of 277.14º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #794599 is Cyan = 0.21, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 121 | 69 | 153 | - |
| CMYK | 0.21 | 0.55 | 0 | 0.4 |
| HSL | 277.14º | 0.38% | 0.44% | - |
| HSV(B) | 277.14º | 0.55% | 0.6% | - |
| XYZ | 15.76 | 10.62 | 31.36 | - |
| YUV | 94.12 | 161.23 | 147.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 69 | 153 | 0.21 | 0.55 | 0 | 0.4 | 277.14 | 0.38 | 0.44 |
| Hex | 79 | 45 | 99 | 15 | 37 | 0 | 28 | 115 | 26 | 2C |
| Octal | 171 | 105 | 231 | 25 | 67 | 0 | 50 | 425 | 46 | 54 |
| Binary | 1111001 | 1000101 | 10011001 | 10101 | 110111 | 0 | 101000 | 100010101 | 100110 | 101100 |
Color Harmonies of #794599
Complementary color
Monochromatic Colors of #794599
Black with #794599
Text Example
Text Example
White with #794599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #794599; }
p { color: rgb(121,69,153); }
H1.HeaderClassName
{
color: #794599;
}
.AnyTagClassName
{
color: #794599;
}
</style>
background-color css
<style>
a { background-color: #794599; }
a { background-color: rgb(121,69,153); }
div.DivClassName
{
background-color: #794599;
}
.BgClassName
{
background-color: #794599;
}
</style>
border-color css
<style>
span { border-color: #794599; }
span { border-color: rgb(121,69,153); }
td.TdClassName
{
border-color: #794599;
}
.TagClassName
{
border-color: #794599;
}
</style>