Shades of Studio #734C98
Tints of Studio #734C98
RGB
CMYK
RGB Variations
Color information
#734C98 (or 0x734C98) is known color: Studio. HEX triplet: 73, 4C and 98. RGB value is (115,76,152). Sum of RGB (Red+Green+Blue) = 115+76+152=343 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.53% from 343); Green value is 76 (30.08% from 255 or 22.16% from 343); Blue value is 152 (59.77% from 255 or 44.31% from 343); Max value from RGB is 152 - color contains mainly: blue. Hex color #734C98 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #734C98 is #8CB367. Grayscale: #606060. Windows color (decimal): -9220968 or 9981043. OLE color: 9981043.
HSL color Cylindrical-coordinate representation of color #734C98: hue angle of 270.79º degrees, saturation: 0.33, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #734C98 is Cyan = 0.24, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 115 | 76 | 152 | - |
| CMYK | 0.24 | 0.50 | 0 | 0.40 |
| HSL | 270.79º | 0.33% | 0.45% | - |
| HSV(B) | 270.79º | 0.5% | 0.6% | - |
| XYZ | 15.32 | 11.08 | 31.04 | - |
| YUV | 96.33 | 159.42 | 141.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 76 | 152 | 0.24 | 0.50 | 0 | 0.40 | 270.79 | 0.33 | 0.45 |
| Hex | 73 | 4C | 98 | 18 | 32 | 0 | 28 | 10F | 21 | 2D |
| Octal | 163 | 114 | 230 | 30 | 62 | 0 | 50 | 417 | 41 | 55 |
| Binary | 1110011 | 1001100 | 10011000 | 11000 | 110010 | 0 | 101000 | 100001111 | 100001 | 101101 |
Color Harmonies of #734C98
Complementary color
Monochromatic Colors of #734C98
Black with #734C98
Text Example
Text Example
White with #734C98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #734C98; }
p { color: rgb(115,76,152); }
H1.HeaderClassName
{
color: #734C98;
}
.AnyTagClassName
{
color: #734C98;
}
</style>
background-color css
<style>
a { background-color: #734C98; }
a { background-color: rgb(115,76,152); }
div.DivClassName
{
background-color: #734C98;
}
.BgClassName
{
background-color: #734C98;
}
</style>
border-color css
<style>
span { border-color: #734C98; }
span { border-color: rgb(115,76,152); }
td.TdClassName
{
border-color: #734C98;
}
.TagClassName
{
border-color: #734C98;
}
</style>