Shades of Studio #775993
Tints of Studio #775993
RGB
CMYK
RGB Variations
Color information
#775993 (or 0x775993) is known color: Studio. HEX triplet: 77, 59 and 93. RGB value is (119,89,147). Sum of RGB (Red+Green+Blue) = 119+89+147=355 (47% of max value = 765). Red value is 119 (46.88% from 255 or 33.52% from 355); Green value is 89 (35.16% from 255 or 25.07% from 355); Blue value is 147 (57.81% from 255 or 41.41% from 355); Max value from RGB is 147 - color contains mainly: blue. Hex color #775993 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #775993 is #88A66C. Grayscale: #686868. Windows color (decimal): -8955501 or 9656695. OLE color: 9656695.
HSL color Cylindrical-coordinate representation of color #775993: hue angle of 271.03º degrees, saturation: 0.25, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #775993 is Cyan = 0.19, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 119 | 89 | 147 | - |
| CMYK | 0.19 | 0.39 | 0 | 0.42 |
| HSL | 271.03º | 0.25% | 0.46% | - |
| HSV(B) | 271.03º | 0.39% | 0.58% | - |
| XYZ | 16.45 | 13.17 | 29.28 | - |
| YUV | 104.58 | 151.94 | 138.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 89 | 147 | 0.19 | 0.39 | 0 | 0.42 | 271.03 | 0.25 | 0.46 |
| Hex | 77 | 59 | 93 | 13 | 27 | 0 | 2A | 10F | 19 | 2E |
| Octal | 167 | 131 | 223 | 23 | 47 | 0 | 52 | 417 | 31 | 56 |
| Binary | 1110111 | 1011001 | 10010011 | 10011 | 100111 | 0 | 101010 | 100001111 | 11001 | 101110 |
Color Harmonies of #775993
Complementary color
Monochromatic Colors of #775993
Black with #775993
Text Example
Text Example
White with #775993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #775993; }
p { color: rgb(119,89,147); }
H1.HeaderClassName
{
color: #775993;
}
.AnyTagClassName
{
color: #775993;
}
</style>
background-color css
<style>
a { background-color: #775993; }
a { background-color: rgb(119,89,147); }
div.DivClassName
{
background-color: #775993;
}
.BgClassName
{
background-color: #775993;
}
</style>
border-color css
<style>
span { border-color: #775993; }
span { border-color: rgb(119,89,147); }
td.TdClassName
{
border-color: #775993;
}
.TagClassName
{
border-color: #775993;
}
</style>