Shades of Studio #79499A
Tints of Studio #79499A
RGB
CMYK
RGB Variations
Color information
#79499A (or 0x79499A) is known color: Studio. HEX triplet: 79, 49 and 9A. RGB value is (121,73,154). Sum of RGB (Red+Green+Blue) = 121+73+154=348 (46% of max value = 765). Red value is 121 (47.66% from 255 or 34.77% from 348); Green value is 73 (28.91% from 255 or 20.98% from 348); Blue value is 154 (60.55% from 255 or 44.25% from 348); Max value from RGB is 154 - color contains mainly: blue. Hex color #79499A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #79499A is #86B665. Grayscale: #606060. Windows color (decimal): -8828518 or 10111353. OLE color: 10111353.
HSL color Cylindrical-coordinate representation of color #79499A: hue angle of 275.56º degrees, saturation: 0.36, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #79499A is Cyan = 0.21, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 121 | 73 | 154 | - |
| CMYK | 0.21 | 0.53 | 0 | 0.40 |
| HSL | 275.56º | 0.36% | 0.45% | - |
| HSV(B) | 275.56º | 0.53% | 0.6% | - |
| XYZ | 16.1 | 11.16 | 31.88 | - |
| YUV | 96.59 | 160.4 | 145.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 73 | 154 | 0.21 | 0.53 | 0 | 0.40 | 275.56 | 0.36 | 0.45 |
| Hex | 79 | 49 | 9A | 15 | 35 | 0 | 28 | 114 | 24 | 2D |
| Octal | 171 | 111 | 232 | 25 | 65 | 0 | 50 | 424 | 44 | 55 |
| Binary | 1111001 | 1001001 | 10011010 | 10101 | 110101 | 0 | 101000 | 100010100 | 100100 | 101101 |
Color Harmonies of #79499A
Complementary color
Monochromatic Colors of #79499A
Black with #79499A
Text Example
Text Example
White with #79499A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79499A; }
p { color: rgb(121,73,154); }
H1.HeaderClassName
{
color: #79499A;
}
.AnyTagClassName
{
color: #79499A;
}
</style>
background-color css
<style>
a { background-color: #79499A; }
a { background-color: rgb(121,73,154); }
div.DivClassName
{
background-color: #79499A;
}
.BgClassName
{
background-color: #79499A;
}
</style>
border-color css
<style>
span { border-color: #79499A; }
span { border-color: rgb(121,73,154); }
td.TdClassName
{
border-color: #79499A;
}
.TagClassName
{
border-color: #79499A;
}
</style>