Shades of Studio #745393
Tints of Studio #745393
RGB
CMYK
RGB Variations
Color information
#745393 (or 0x745393) is known color: Studio. HEX triplet: 74, 53 and 93. RGB value is (116,83,147). Sum of RGB (Red+Green+Blue) = 116+83+147=346 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.53% from 346); Green value is 83 (32.81% from 255 or 23.99% from 346); Blue value is 147 (57.81% from 255 or 42.49% from 346); Max value from RGB is 147 - color contains mainly: blue. Hex color #745393 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #745393 is #8BAC6C. Grayscale: #636363. Windows color (decimal): -9153645 or 9655156. OLE color: 9655156.
HSL color Cylindrical-coordinate representation of color #745393: hue angle of 270.94º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #745393 is Cyan = 0.21, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 116 | 83 | 147 | - |
| CMYK | 0.21 | 0.44 | 0 | 0.42 |
| HSL | 270.94º | 0.28% | 0.45% | - |
| HSV(B) | 270.94º | 0.44% | 0.58% | - |
| XYZ | 15.56 | 12.01 | 29.1 | - |
| YUV | 100.16 | 154.43 | 139.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 83 | 147 | 0.21 | 0.44 | 0 | 0.42 | 270.94 | 0.28 | 0.45 |
| Hex | 74 | 53 | 93 | 15 | 2C | 0 | 2A | 10F | 1C | 2D |
| Octal | 164 | 123 | 223 | 25 | 54 | 0 | 52 | 417 | 34 | 55 |
| Binary | 1110100 | 1010011 | 10010011 | 10101 | 101100 | 0 | 101010 | 100001111 | 11100 | 101101 |
Color Harmonies of #745393
Complementary color
Monochromatic Colors of #745393
Black with #745393
Text Example
Text Example
White with #745393
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #745393; }
p { color: rgb(116,83,147); }
H1.HeaderClassName
{
color: #745393;
}
.AnyTagClassName
{
color: #745393;
}
</style>
background-color css
<style>
a { background-color: #745393; }
a { background-color: rgb(116,83,147); }
div.DivClassName
{
background-color: #745393;
}
.BgClassName
{
background-color: #745393;
}
</style>
border-color css
<style>
span { border-color: #745393; }
span { border-color: rgb(116,83,147); }
td.TdClassName
{
border-color: #745393;
}
.TagClassName
{
border-color: #745393;
}
</style>