Shades of Studio #774699
Tints of Studio #774699
RGB
CMYK
RGB Variations
Color information
#774699 (or 0x774699) is known color: Studio. HEX triplet: 77, 46 and 99. RGB value is (119,70,153). Sum of RGB (Red+Green+Blue) = 119+70+153=342 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.80% from 342); Green value is 70 (27.73% from 255 or 20.47% from 342); Blue value is 153 (60.16% from 255 or 44.74% from 342); Max value from RGB is 153 - color contains mainly: blue. Hex color #774699 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #774699 is #88B966. Grayscale: #5D5D5D. Windows color (decimal): -8960359 or 10045047. OLE color: 10045047.
HSL color Cylindrical-coordinate representation of color #774699: hue angle of 275.42º 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 #774699 is Cyan = 0.22, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 119 | 70 | 153 | - |
| CMYK | 0.22 | 0.54 | 0 | 0.4 |
| HSL | 275.42º | 0.37% | 0.44% | - |
| HSV(B) | 275.42º | 0.54% | 0.6% | - |
| XYZ | 15.55 | 10.6 | 31.36 | - |
| YUV | 94.11 | 161.23 | 145.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 70 | 153 | 0.22 | 0.54 | 0 | 0.4 | 275.42 | 0.37 | 0.44 |
| Hex | 77 | 46 | 99 | 16 | 36 | 0 | 28 | 113 | 25 | 2C |
| Octal | 167 | 106 | 231 | 26 | 66 | 0 | 50 | 423 | 45 | 54 |
| Binary | 1110111 | 1000110 | 10011001 | 10110 | 110110 | 0 | 101000 | 100010011 | 100101 | 101100 |
Color Harmonies of #774699
Complementary color
Monochromatic Colors of #774699
Black with #774699
Text Example
Text Example
White with #774699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #774699; }
p { color: rgb(119,70,153); }
H1.HeaderClassName
{
color: #774699;
}
.AnyTagClassName
{
color: #774699;
}
</style>
background-color css
<style>
a { background-color: #774699; }
a { background-color: rgb(119,70,153); }
div.DivClassName
{
background-color: #774699;
}
.BgClassName
{
background-color: #774699;
}
</style>
border-color css
<style>
span { border-color: #774699; }
span { border-color: rgb(119,70,153); }
td.TdClassName
{
border-color: #774699;
}
.TagClassName
{
border-color: #774699;
}
</style>