Shades of Studio #745997
Tints of Studio #745997
RGB
CMYK
RGB Variations
Color information
#745997 (or 0x745997) is known color: Studio. HEX triplet: 74, 59 and 97. RGB value is (116,89,151). Sum of RGB (Red+Green+Blue) = 116+89+151=356 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.58% from 356); Green value is 89 (35.16% from 255 or 25% from 356); Blue value is 151 (59.38% from 255 or 42.42% from 356); Max value from RGB is 151 - color contains mainly: blue. Hex color #745997 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #745997 is #8BA668. Grayscale: #676767. Windows color (decimal): -9152105 or 9918836. OLE color: 9918836.
HSL color Cylindrical-coordinate representation of color #745997: hue angle of 266.13º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #745997 is Cyan = 0.23, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 116 | 89 | 151 | - |
| CMYK | 0.23 | 0.41 | 0 | 0.41 |
| HSL | 266.13º | 0.26% | 0.47% | - |
| HSV(B) | 266.13º | 0.41% | 0.59% | - |
| XYZ | 16.36 | 13.09 | 30.94 | - |
| YUV | 104.14 | 154.45 | 136.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 89 | 151 | 0.23 | 0.41 | 0 | 0.41 | 266.13 | 0.26 | 0.47 |
| Hex | 74 | 59 | 97 | 17 | 29 | 0 | 29 | 10A | 1A | 2F |
| Octal | 164 | 131 | 227 | 27 | 51 | 0 | 51 | 412 | 32 | 57 |
| Binary | 1110100 | 1011001 | 10010111 | 10111 | 101001 | 0 | 101001 | 100001010 | 11010 | 101111 |
Color Harmonies of #745997
Complementary color
Monochromatic Colors of #745997
Black with #745997
Text Example
Text Example
White with #745997
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #745997; }
p { color: rgb(116,89,151); }
H1.HeaderClassName
{
color: #745997;
}
.AnyTagClassName
{
color: #745997;
}
</style>
background-color css
<style>
a { background-color: #745997; }
a { background-color: rgb(116,89,151); }
div.DivClassName
{
background-color: #745997;
}
.BgClassName
{
background-color: #745997;
}
</style>
border-color css
<style>
span { border-color: #745997; }
span { border-color: rgb(116,89,151); }
td.TdClassName
{
border-color: #745997;
}
.TagClassName
{
border-color: #745997;
}
</style>