Shades of Studio #76599F
Tints of Studio #76599F
RGB
CMYK
RGB Variations
Color information
#76599F (or 0x76599F) is known color: Studio. HEX triplet: 76, 59 and 9F. RGB value is (118,89,159). Sum of RGB (Red+Green+Blue) = 118+89+159=366 (48% of max value = 765). Red value is 118 (46.48% from 255 or 32.24% from 366); Green value is 89 (35.16% from 255 or 24.32% from 366); Blue value is 159 (62.5% from 255 or 43.44% from 366); Max value from RGB is 159 - color contains mainly: blue. Hex color #76599F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #76599F is #89A660. Grayscale: #696969. Windows color (decimal): -9021025 or 10443126. OLE color: 10443126.
HSL color Cylindrical-coordinate representation of color #76599F: hue angle of 264.86º 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 #76599F is Cyan = 0.26, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 118 | 89 | 159 | - |
| CMYK | 0.26 | 0.44 | 0 | 0.38 |
| HSL | 264.86º | 0.28% | 0.49% | - |
| HSV(B) | 264.86º | 0.44% | 0.62% | - |
| XYZ | 17.3 | 13.5 | 34.49 | - |
| YUV | 105.65 | 158.11 | 136.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 89 | 159 | 0.26 | 0.44 | 0 | 0.38 | 264.86 | 0.28 | 0.49 |
| Hex | 76 | 59 | 9F | 1A | 2C | 0 | 26 | 109 | 1C | 31 |
| Octal | 166 | 131 | 237 | 32 | 54 | 0 | 46 | 411 | 34 | 61 |
| Binary | 1110110 | 1011001 | 10011111 | 11010 | 101100 | 0 | 100110 | 100001001 | 11100 | 110001 |
Color Harmonies of #76599F
Complementary color
Monochromatic Colors of #76599F
Black with #76599F
Text Example
Text Example
White with #76599F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76599F; }
p { color: rgb(118,89,159); }
H1.HeaderClassName
{
color: #76599F;
}
.AnyTagClassName
{
color: #76599F;
}
</style>
background-color css
<style>
a { background-color: #76599F; }
a { background-color: rgb(118,89,159); }
div.DivClassName
{
background-color: #76599F;
}
.BgClassName
{
background-color: #76599F;
}
</style>
border-color css
<style>
span { border-color: #76599F; }
span { border-color: rgb(118,89,159); }
td.TdClassName
{
border-color: #76599F;
}
.TagClassName
{
border-color: #76599F;
}
</style>