Shades of Studio #745294
Tints of Studio #745294
RGB
CMYK
RGB Variations
Color information
#745294 (or 0x745294) is known color: Studio. HEX triplet: 74, 52 and 94. RGB value is (116,82,148). Sum of RGB (Red+Green+Blue) = 116+82+148=346 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.53% from 346); Green value is 82 (32.42% from 255 or 23.70% from 346); Blue value is 148 (58.20% from 255 or 42.77% from 346); Max value from RGB is 148 - color contains mainly: blue. Hex color #745294 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #745294 is #8BAD6B. Grayscale: #636363. Windows color (decimal): -9153900 or 9720436. OLE color: 9720436.
HSL color Cylindrical-coordinate representation of color #745294: hue angle of 270.91º degrees, saturation: 0.29, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #745294 is Cyan = 0.22, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 116 | 82 | 148 | - |
| CMYK | 0.22 | 0.45 | 0 | 0.42 |
| HSL | 270.91º | 0.29% | 0.45% | - |
| HSV(B) | 270.91º | 0.45% | 0.58% | - |
| XYZ | 15.57 | 11.89 | 29.49 | - |
| YUV | 99.69 | 155.26 | 139.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 82 | 148 | 0.22 | 0.45 | 0 | 0.42 | 270.91 | 0.29 | 0.45 |
| Hex | 74 | 52 | 94 | 16 | 2D | 0 | 2A | 10F | 1D | 2D |
| Octal | 164 | 122 | 224 | 26 | 55 | 0 | 52 | 417 | 35 | 55 |
| Binary | 1110100 | 1010010 | 10010100 | 10110 | 101101 | 0 | 101010 | 100001111 | 11101 | 101101 |
Color Harmonies of #745294
Complementary color
Monochromatic Colors of #745294
Black with #745294
Text Example
Text Example
White with #745294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #745294; }
p { color: rgb(116,82,148); }
H1.HeaderClassName
{
color: #745294;
}
.AnyTagClassName
{
color: #745294;
}
</style>
background-color css
<style>
a { background-color: #745294; }
a { background-color: rgb(116,82,148); }
div.DivClassName
{
background-color: #745294;
}
.BgClassName
{
background-color: #745294;
}
</style>
border-color css
<style>
span { border-color: #745294; }
span { border-color: rgb(116,82,148); }
td.TdClassName
{
border-color: #745294;
}
.TagClassName
{
border-color: #745294;
}
</style>