Shades of Studio #79449D
Tints of Studio #79449D
RGB
CMYK
RGB Variations
Color information
#79449D (or 0x79449D) is known color: Studio. HEX triplet: 79, 44 and 9D. RGB value is (121,68,157). Sum of RGB (Red+Green+Blue) = 121+68+157=346 (45% of max value = 765). Red value is 121 (47.66% from 255 or 34.97% from 346); Green value is 68 (26.95% from 255 or 19.65% from 346); Blue value is 157 (61.72% from 255 or 45.38% from 346); Max value from RGB is 157 - color contains mainly: blue. Hex color #79449D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #79449D is #86BB62. Grayscale: #5D5D5D. Windows color (decimal): -8829795 or 10306681. OLE color: 10306681.
HSL color Cylindrical-coordinate representation of color #79449D: hue angle of 275.73º degrees, saturation: 0.4, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #79449D is Cyan = 0.23, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 121 | 68 | 157 | - |
| CMYK | 0.23 | 0.57 | 0 | 0.38 |
| HSL | 275.73º | 0.4% | 0.44% | - |
| HSV(B) | 275.73º | 0.57% | 0.62% | - |
| XYZ | 16.04 | 10.63 | 33.11 | - |
| YUV | 93.99 | 163.56 | 147.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 68 | 157 | 0.23 | 0.57 | 0 | 0.38 | 275.73 | 0.4 | 0.44 |
| Hex | 79 | 44 | 9D | 17 | 39 | 0 | 26 | 114 | 28 | 2C |
| Octal | 171 | 104 | 235 | 27 | 71 | 0 | 46 | 424 | 50 | 54 |
| Binary | 1111001 | 1000100 | 10011101 | 10111 | 111001 | 0 | 100110 | 100010100 | 101000 | 101100 |
Color Harmonies of #79449D
Complementary color
Monochromatic Colors of #79449D
Black with #79449D
Text Example
Text Example
White with #79449D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79449D; }
p { color: rgb(121,68,157); }
H1.HeaderClassName
{
color: #79449D;
}
.AnyTagClassName
{
color: #79449D;
}
</style>
background-color css
<style>
a { background-color: #79449D; }
a { background-color: rgb(121,68,157); }
div.DivClassName
{
background-color: #79449D;
}
.BgClassName
{
background-color: #79449D;
}
</style>
border-color css
<style>
span { border-color: #79449D; }
span { border-color: rgb(121,68,157); }
td.TdClassName
{
border-color: #79449D;
}
.TagClassName
{
border-color: #79449D;
}
</style>