Shades of Studio #784699
Tints of Studio #784699
RGB
CMYK
RGB Variations
Color information
#784699 (or 0x784699) is known color: Studio. HEX triplet: 78, 46 and 99. RGB value is (120,70,153). Sum of RGB (Red+Green+Blue) = 120+70+153=343 (45% of max value = 765). Red value is 120 (47.27% from 255 or 34.99% from 343); Green value is 70 (27.73% from 255 or 20.41% 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 #784699 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #784699 is #87B966. Grayscale: #5E5E5E. Windows color (decimal): -8894823 or 10045048. OLE color: 10045048.
HSL color Cylindrical-coordinate representation of color #784699: hue angle of 276.14º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #784699 is Cyan = 0.22, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 120 | 70 | 153 | - |
| CMYK | 0.22 | 0.54 | 0 | 0.4 |
| HSL | 276.14º | 0.37% | 0.44% | - |
| HSV(B) | 276.14º | 0.54% | 0.6% | - |
| XYZ | 15.69 | 10.67 | 31.37 | - |
| YUV | 94.41 | 161.07 | 146.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 70 | 153 | 0.22 | 0.54 | 0 | 0.4 | 276.14 | 0.37 | 0.44 |
| Hex | 78 | 46 | 99 | 16 | 36 | 0 | 28 | 114 | 25 | 2C |
| Octal | 170 | 106 | 231 | 26 | 66 | 0 | 50 | 424 | 45 | 54 |
| Binary | 1111000 | 1000110 | 10011001 | 10110 | 110110 | 0 | 101000 | 100010100 | 100101 | 101100 |
Color Harmonies of #784699
Complementary color
Monochromatic Colors of #784699
Black with #784699
Text Example
Text Example
White with #784699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #784699; }
p { color: rgb(120,70,153); }
H1.HeaderClassName
{
color: #784699;
}
.AnyTagClassName
{
color: #784699;
}
</style>
background-color css
<style>
a { background-color: #784699; }
a { background-color: rgb(120,70,153); }
div.DivClassName
{
background-color: #784699;
}
.BgClassName
{
background-color: #784699;
}
</style>
border-color css
<style>
span { border-color: #784699; }
span { border-color: rgb(120,70,153); }
td.TdClassName
{
border-color: #784699;
}
.TagClassName
{
border-color: #784699;
}
</style>