Shades of Studio #775199
Tints of Studio #775199
RGB
CMYK
RGB Variations
Color information
#775199 (or 0x775199) is known color: Studio. HEX triplet: 77, 51 and 99. RGB value is (119,81,153). Sum of RGB (Red+Green+Blue) = 119+81+153=353 (46% of max value = 765). Red value is 119 (46.88% from 255 or 33.71% from 353); Green value is 81 (32.03% from 255 or 22.95% from 353); Blue value is 153 (60.16% from 255 or 43.34% from 353); Max value from RGB is 153 - color contains mainly: blue. Hex color #775199 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #775199 is #88AE66. Grayscale: #646464. Windows color (decimal): -8957543 or 10047863. OLE color: 10047863.
HSL color Cylindrical-coordinate representation of color #775199: hue angle of 271.67º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #775199 is Cyan = 0.22, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 119 | 81 | 153 | - |
| CMYK | 0.22 | 0.47 | 0 | 0.4 |
| HSL | 271.67º | 0.31% | 0.46% | - |
| HSV(B) | 271.67º | 0.47% | 0.6% | - |
| XYZ | 16.3 | 12.11 | 31.61 | - |
| YUV | 100.57 | 157.59 | 141.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 81 | 153 | 0.22 | 0.47 | 0 | 0.4 | 271.67 | 0.31 | 0.46 |
| Hex | 77 | 51 | 99 | 16 | 2F | 0 | 28 | 110 | 1F | 2E |
| Octal | 167 | 121 | 231 | 26 | 57 | 0 | 50 | 420 | 37 | 56 |
| Binary | 1110111 | 1010001 | 10011001 | 10110 | 101111 | 0 | 101000 | 100010000 | 11111 | 101110 |
Color Harmonies of #775199
Complementary color
Monochromatic Colors of #775199
Black with #775199
Text Example
Text Example
White with #775199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #775199; }
p { color: rgb(119,81,153); }
H1.HeaderClassName
{
color: #775199;
}
.AnyTagClassName
{
color: #775199;
}
</style>
background-color css
<style>
a { background-color: #775199; }
a { background-color: rgb(119,81,153); }
div.DivClassName
{
background-color: #775199;
}
.BgClassName
{
background-color: #775199;
}
</style>
border-color css
<style>
span { border-color: #775199; }
span { border-color: rgb(119,81,153); }
td.TdClassName
{
border-color: #775199;
}
.TagClassName
{
border-color: #775199;
}
</style>