Shades of Studio #784697
Tints of Studio #784697
RGB
CMYK
RGB Variations
Color information
#784697 (or 0x784697) is known color: Studio. HEX triplet: 78, 46 and 97. RGB value is (120,70,151). Sum of RGB (Red+Green+Blue) = 120+70+151=341 (45% of max value = 765). Red value is 120 (47.27% from 255 or 35.19% from 341); Green value is 70 (27.73% from 255 or 20.53% from 341); Blue value is 151 (59.38% from 255 or 44.28% from 341); Max value from RGB is 151 - color contains mainly: blue. Hex color #784697 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #784697 is #87B968. Grayscale: #5D5D5D. Windows color (decimal): -8894825 or 9913976. OLE color: 9913976.
HSL color Cylindrical-coordinate representation of color #784697: hue angle of 277.04º degrees, saturation: 0.37, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #784697 is Cyan = 0.21, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 120 | 70 | 151 | - |
| CMYK | 0.21 | 0.54 | 0 | 0.41 |
| HSL | 277.04º | 0.37% | 0.43% | - |
| HSV(B) | 277.04º | 0.54% | 0.59% | - |
| XYZ | 15.52 | 10.61 | 30.51 | - |
| YUV | 94.18 | 160.07 | 146.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 70 | 151 | 0.21 | 0.54 | 0 | 0.41 | 277.04 | 0.37 | 0.43 |
| Hex | 78 | 46 | 97 | 15 | 36 | 0 | 29 | 115 | 25 | 2B |
| Octal | 170 | 106 | 227 | 25 | 66 | 0 | 51 | 425 | 45 | 53 |
| Binary | 1111000 | 1000110 | 10010111 | 10101 | 110110 | 0 | 101001 | 100010101 | 100101 | 101011 |
Color Harmonies of #784697
Complementary color
Monochromatic Colors of #784697
Black with #784697
Text Example
Text Example
White with #784697
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #784697; }
p { color: rgb(120,70,151); }
H1.HeaderClassName
{
color: #784697;
}
.AnyTagClassName
{
color: #784697;
}
</style>
background-color css
<style>
a { background-color: #784697; }
a { background-color: rgb(120,70,151); }
div.DivClassName
{
background-color: #784697;
}
.BgClassName
{
background-color: #784697;
}
</style>
border-color css
<style>
span { border-color: #784697; }
span { border-color: rgb(120,70,151); }
td.TdClassName
{
border-color: #784697;
}
.TagClassName
{
border-color: #784697;
}
</style>