Shades of Studio #734998
Tints of Studio #734998
RGB
CMYK
RGB Variations
Color information
#734998 (or 0x734998) is known color: Studio. HEX triplet: 73, 49 and 98. RGB value is (115,73,152). Sum of RGB (Red+Green+Blue) = 115+73+152=340 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.82% from 340); Green value is 73 (28.91% from 255 or 21.47% from 340); Blue value is 152 (59.77% from 255 or 44.71% from 340); Max value from RGB is 152 - color contains mainly: blue. Hex color #734998 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #734998 is #8CB667. Grayscale: #5E5E5E. Windows color (decimal): -9221736 or 9980275. OLE color: 9980275.
HSL color Cylindrical-coordinate representation of color #734998: hue angle of 271.9º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #734998 is Cyan = 0.24, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 115 | 73 | 152 | - |
| CMYK | 0.24 | 0.52 | 0 | 0.40 |
| HSL | 271.9º | 0.35% | 0.44% | - |
| HSV(B) | 271.9º | 0.52% | 0.6% | - |
| XYZ | 15.12 | 10.68 | 30.97 | - |
| YUV | 94.56 | 160.41 | 142.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 73 | 152 | 0.24 | 0.52 | 0 | 0.40 | 271.9 | 0.35 | 0.44 |
| Hex | 73 | 49 | 98 | 18 | 34 | 0 | 28 | 110 | 23 | 2C |
| Octal | 163 | 111 | 230 | 30 | 64 | 0 | 50 | 420 | 43 | 54 |
| Binary | 1110011 | 1001001 | 10011000 | 11000 | 110100 | 0 | 101000 | 100010000 | 100011 | 101100 |
Color Harmonies of #734998
Complementary color
Monochromatic Colors of #734998
Black with #734998
Text Example
Text Example
White with #734998
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #734998; }
p { color: rgb(115,73,152); }
H1.HeaderClassName
{
color: #734998;
}
.AnyTagClassName
{
color: #734998;
}
</style>
background-color css
<style>
a { background-color: #734998; }
a { background-color: rgb(115,73,152); }
div.DivClassName
{
background-color: #734998;
}
.BgClassName
{
background-color: #734998;
}
</style>
border-color css
<style>
span { border-color: #734998; }
span { border-color: rgb(115,73,152); }
td.TdClassName
{
border-color: #734998;
}
.TagClassName
{
border-color: #734998;
}
</style>