Shades of Studio #78599F
Tints of Studio #78599F
RGB
CMYK
RGB Variations
Color information
#78599F (or 0x78599F) is known color: Studio. HEX triplet: 78, 59 and 9F. RGB value is (120,89,159). Sum of RGB (Red+Green+Blue) = 120+89+159=368 (48% of max value = 765). Red value is 120 (47.27% from 255 or 32.61% from 368); Green value is 89 (35.16% from 255 or 24.18% from 368); Blue value is 159 (62.5% from 255 or 43.21% from 368); Max value from RGB is 159 - color contains mainly: blue. Hex color #78599F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #78599F is #87A660. Grayscale: #696969. Windows color (decimal): -8889953 or 10443128. OLE color: 10443128.
HSL color Cylindrical-coordinate representation of color #78599F: hue angle of 266.57º degrees, saturation: 0.28, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #78599F is Cyan = 0.25, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 120 | 89 | 159 | - |
| CMYK | 0.25 | 0.44 | 0 | 0.38 |
| HSL | 266.57º | 0.28% | 0.49% | - |
| HSV(B) | 266.57º | 0.44% | 0.62% | - |
| XYZ | 17.58 | 13.64 | 34.51 | - |
| YUV | 106.25 | 157.77 | 137.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 89 | 159 | 0.25 | 0.44 | 0 | 0.38 | 266.57 | 0.28 | 0.49 |
| Hex | 78 | 59 | 9F | 19 | 2C | 0 | 26 | 10B | 1C | 31 |
| Octal | 170 | 131 | 237 | 31 | 54 | 0 | 46 | 413 | 34 | 61 |
| Binary | 1111000 | 1011001 | 10011111 | 11001 | 101100 | 0 | 100110 | 100001011 | 11100 | 110001 |
Color Harmonies of #78599F
Complementary color
Monochromatic Colors of #78599F
Black with #78599F
Text Example
Text Example
White with #78599F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78599F; }
p { color: rgb(120,89,159); }
H1.HeaderClassName
{
color: #78599F;
}
.AnyTagClassName
{
color: #78599F;
}
</style>
background-color css
<style>
a { background-color: #78599F; }
a { background-color: rgb(120,89,159); }
div.DivClassName
{
background-color: #78599F;
}
.BgClassName
{
background-color: #78599F;
}
</style>
border-color css
<style>
span { border-color: #78599F; }
span { border-color: rgb(120,89,159); }
td.TdClassName
{
border-color: #78599F;
}
.TagClassName
{
border-color: #78599F;
}
</style>