Shades of Studio #745292
Tints of Studio #745292
RGB
CMYK
RGB Variations
Color information
#745292 (or 0x745292) is known color: Studio. HEX triplet: 74, 52 and 92. RGB value is (116,82,146). Sum of RGB (Red+Green+Blue) = 116+82+146=344 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.72% from 344); Green value is 82 (32.42% from 255 or 23.84% from 344); Blue value is 146 (57.42% from 255 or 42.44% from 344); Max value from RGB is 146 - color contains mainly: blue. Hex color #745292 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #745292 is #8BAD6D. Grayscale: #636363. Windows color (decimal): -9153902 or 9589364. OLE color: 9589364.
HSL color Cylindrical-coordinate representation of color #745292: hue angle of 271.88º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #745292 is Cyan = 0.21, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 116 | 82 | 146 | - |
| CMYK | 0.21 | 0.44 | 0 | 0.43 |
| HSL | 271.88º | 0.28% | 0.45% | - |
| HSV(B) | 271.88º | 0.44% | 0.57% | - |
| XYZ | 15.41 | 11.82 | 28.66 | - |
| YUV | 99.46 | 154.26 | 139.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 82 | 146 | 0.21 | 0.44 | 0 | 0.43 | 271.88 | 0.28 | 0.45 |
| Hex | 74 | 52 | 92 | 15 | 2C | 0 | 2B | 110 | 1C | 2D |
| Octal | 164 | 122 | 222 | 25 | 54 | 0 | 53 | 420 | 34 | 55 |
| Binary | 1110100 | 1010010 | 10010010 | 10101 | 101100 | 0 | 101011 | 100010000 | 11100 | 101101 |
Color Harmonies of #745292
Complementary color
Monochromatic Colors of #745292
Black with #745292
Text Example
Text Example
White with #745292
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #745292; }
p { color: rgb(116,82,146); }
H1.HeaderClassName
{
color: #745292;
}
.AnyTagClassName
{
color: #745292;
}
</style>
background-color css
<style>
a { background-color: #745292; }
a { background-color: rgb(116,82,146); }
div.DivClassName
{
background-color: #745292;
}
.BgClassName
{
background-color: #745292;
}
</style>
border-color css
<style>
span { border-color: #745292; }
span { border-color: rgb(116,82,146); }
td.TdClassName
{
border-color: #745292;
}
.TagClassName
{
border-color: #745292;
}
</style>