Shades of Studio #74599F
Tints of Studio #74599F
RGB
CMYK
RGB Variations
Color information
#74599F (or 0x74599F) is known color: Studio. HEX triplet: 74, 59 and 9F. RGB value is (116,89,159). Sum of RGB (Red+Green+Blue) = 116+89+159=364 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.87% from 364); Green value is 89 (35.16% from 255 or 24.45% from 364); Blue value is 159 (62.5% from 255 or 43.68% from 364); Max value from RGB is 159 - color contains mainly: blue. Hex color #74599F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #74599F is #8BA660. Grayscale: #686868. Windows color (decimal): -9152097 or 10443124. OLE color: 10443124.
HSL color Cylindrical-coordinate representation of color #74599F: hue angle of 263.14º 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 #74599F is Cyan = 0.27, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 116 | 89 | 159 | - |
| CMYK | 0.27 | 0.44 | 0 | 0.38 |
| HSL | 263.14º | 0.28% | 0.49% | - |
| HSV(B) | 263.14º | 0.44% | 0.62% | - |
| XYZ | 17.03 | 13.36 | 34.48 | - |
| YUV | 105.05 | 158.45 | 135.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 89 | 159 | 0.27 | 0.44 | 0 | 0.38 | 263.14 | 0.28 | 0.49 |
| Hex | 74 | 59 | 9F | 1B | 2C | 0 | 26 | 107 | 1C | 31 |
| Octal | 164 | 131 | 237 | 33 | 54 | 0 | 46 | 407 | 34 | 61 |
| Binary | 1110100 | 1011001 | 10011111 | 11011 | 101100 | 0 | 100110 | 100000111 | 11100 | 110001 |
Color Harmonies of #74599F
Complementary color
Monochromatic Colors of #74599F
Black with #74599F
Text Example
Text Example
White with #74599F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74599F; }
p { color: rgb(116,89,159); }
H1.HeaderClassName
{
color: #74599F;
}
.AnyTagClassName
{
color: #74599F;
}
</style>
background-color css
<style>
a { background-color: #74599F; }
a { background-color: rgb(116,89,159); }
div.DivClassName
{
background-color: #74599F;
}
.BgClassName
{
background-color: #74599F;
}
</style>
border-color css
<style>
span { border-color: #74599F; }
span { border-color: rgb(116,89,159); }
td.TdClassName
{
border-color: #74599F;
}
.TagClassName
{
border-color: #74599F;
}
</style>