Shades of Studio #79409A
Tints of Studio #79409A
RGB
CMYK
RGB Variations
Color information
#79409A (or 0x79409A) is known color: Studio. HEX triplet: 79, 40 and 9A. RGB value is (121,64,154). Sum of RGB (Red+Green+Blue) = 121+64+154=339 (44% of max value = 765). Red value is 121 (47.66% from 255 or 35.69% from 339); Green value is 64 (25.39% from 255 or 18.88% from 339); Blue value is 154 (60.55% from 255 or 45.43% from 339); Max value from RGB is 154 - color contains mainly: blue. Hex color #79409A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #79409A is #86BF65. Grayscale: #5B5B5B. Windows color (decimal): -8830822 or 10109049. OLE color: 10109049.
HSL color Cylindrical-coordinate representation of color #79409A: hue angle of 278º degrees, saturation: 0.41, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #79409A is Cyan = 0.21, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 121 | 64 | 154 | - |
| CMYK | 0.21 | 0.58 | 0 | 0.40 |
| HSL | 278º | 0.41% | 0.43% | - |
| HSV(B) | 278º | 0.58% | 0.6% | - |
| XYZ | 15.55 | 10.06 | 31.69 | - |
| YUV | 91.3 | 163.38 | 149.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 64 | 154 | 0.21 | 0.58 | 0 | 0.40 | 278 | 0.41 | 0.43 |
| Hex | 79 | 40 | 9A | 15 | 3A | 0 | 28 | 116 | 29 | 2B |
| Octal | 171 | 100 | 232 | 25 | 72 | 0 | 50 | 426 | 51 | 53 |
| Binary | 1111001 | 1000000 | 10011010 | 10101 | 111010 | 0 | 101000 | 100010110 | 101001 | 101011 |
Color Harmonies of #79409A
Complementary color
Monochromatic Colors of #79409A
Black with #79409A
Text Example
Text Example
White with #79409A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79409A; }
p { color: rgb(121,64,154); }
H1.HeaderClassName
{
color: #79409A;
}
.AnyTagClassName
{
color: #79409A;
}
</style>
background-color css
<style>
a { background-color: #79409A; }
a { background-color: rgb(121,64,154); }
div.DivClassName
{
background-color: #79409A;
}
.BgClassName
{
background-color: #79409A;
}
</style>
border-color css
<style>
span { border-color: #79409A; }
span { border-color: rgb(121,64,154); }
td.TdClassName
{
border-color: #79409A;
}
.TagClassName
{
border-color: #79409A;
}
</style>