Shades of Studio #745299
Tints of Studio #745299
RGB
CMYK
RGB Variations
Color information
#745299 (or 0x745299) is known color: Studio. HEX triplet: 74, 52 and 99. RGB value is (116,82,153). Sum of RGB (Red+Green+Blue) = 116+82+153=351 (46% of max value = 765). Red value is 116 (45.70% from 255 or 33.05% from 351); Green value is 82 (32.42% from 255 or 23.36% from 351); Blue value is 153 (60.16% from 255 or 43.59% from 351); Max value from RGB is 153 - color contains mainly: blue. Hex color #745299 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #745299 is #8BAD66. Grayscale: #646464. Windows color (decimal): -9153895 or 10048116. OLE color: 10048116.
HSL color Cylindrical-coordinate representation of color #745299: hue angle of 268.73º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #745299 is Cyan = 0.24, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 116 | 82 | 153 | - |
| CMYK | 0.24 | 0.46 | 0 | 0.4 |
| HSL | 268.73º | 0.3% | 0.46% | - |
| HSV(B) | 268.73º | 0.46% | 0.6% | - |
| XYZ | 15.97 | 12.05 | 31.62 | - |
| YUV | 100.26 | 157.76 | 139.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 82 | 153 | 0.24 | 0.46 | 0 | 0.4 | 268.73 | 0.3 | 0.46 |
| Hex | 74 | 52 | 99 | 18 | 2E | 0 | 28 | 10D | 1E | 2E |
| Octal | 164 | 122 | 231 | 30 | 56 | 0 | 50 | 415 | 36 | 56 |
| Binary | 1110100 | 1010010 | 10011001 | 11000 | 101110 | 0 | 101000 | 100001101 | 11110 | 101110 |
Color Harmonies of #745299
Complementary color
Monochromatic Colors of #745299
Black with #745299
Text Example
Text Example
White with #745299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #745299; }
p { color: rgb(116,82,153); }
H1.HeaderClassName
{
color: #745299;
}
.AnyTagClassName
{
color: #745299;
}
</style>
background-color css
<style>
a { background-color: #745299; }
a { background-color: rgb(116,82,153); }
div.DivClassName
{
background-color: #745299;
}
.BgClassName
{
background-color: #745299;
}
</style>
border-color css
<style>
span { border-color: #745299; }
span { border-color: rgb(116,82,153); }
td.TdClassName
{
border-color: #745299;
}
.TagClassName
{
border-color: #745299;
}
</style>