Shades of Studio #79469D
Tints of Studio #79469D
RGB
CMYK
RGB Variations
Color information
#79469D (or 0x79469D) is known color: Studio. HEX triplet: 79, 46 and 9D. RGB value is (121,70,157). Sum of RGB (Red+Green+Blue) = 121+70+157=348 (46% of max value = 765). Red value is 121 (47.66% from 255 or 34.77% from 348); Green value is 70 (27.73% from 255 or 20.11% from 348); Blue value is 157 (61.72% from 255 or 45.11% from 348); Max value from RGB is 157 - color contains mainly: blue. Hex color #79469D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #79469D is #86B962. Grayscale: #5E5E5E. Windows color (decimal): -8829283 or 10307193. OLE color: 10307193.
HSL color Cylindrical-coordinate representation of color #79469D: hue angle of 275.17º degrees, saturation: 0.38, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #79469D is Cyan = 0.23, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 121 | 70 | 157 | - |
| CMYK | 0.23 | 0.55 | 0 | 0.38 |
| HSL | 275.17º | 0.38% | 0.45% | - |
| HSV(B) | 275.17º | 0.55% | 0.62% | - |
| XYZ | 16.16 | 10.88 | 33.15 | - |
| YUV | 95.17 | 162.9 | 146.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 70 | 157 | 0.23 | 0.55 | 0 | 0.38 | 275.17 | 0.38 | 0.45 |
| Hex | 79 | 46 | 9D | 17 | 37 | 0 | 26 | 113 | 26 | 2D |
| Octal | 171 | 106 | 235 | 27 | 67 | 0 | 46 | 423 | 46 | 55 |
| Binary | 1111001 | 1000110 | 10011101 | 10111 | 110111 | 0 | 100110 | 100010011 | 100110 | 101101 |
Color Harmonies of #79469D
Complementary color
Monochromatic Colors of #79469D
Black with #79469D
Text Example
Text Example
White with #79469D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79469D; }
p { color: rgb(121,70,157); }
H1.HeaderClassName
{
color: #79469D;
}
.AnyTagClassName
{
color: #79469D;
}
</style>
background-color css
<style>
a { background-color: #79469D; }
a { background-color: rgb(121,70,157); }
div.DivClassName
{
background-color: #79469D;
}
.BgClassName
{
background-color: #79469D;
}
</style>
border-color css
<style>
span { border-color: #79469D; }
span { border-color: rgb(121,70,157); }
td.TdClassName
{
border-color: #79469D;
}
.TagClassName
{
border-color: #79469D;
}
</style>