Shades of Studio #734999
Tints of Studio #734999
RGB
CMYK
RGB Variations
Color information
#734999 (or 0x734999) is known color: Studio. HEX triplet: 73, 49 and 99. RGB value is (115,73,153). Sum of RGB (Red+Green+Blue) = 115+73+153=341 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.72% from 341); Green value is 73 (28.91% from 255 or 21.41% from 341); Blue value is 153 (60.16% from 255 or 44.87% from 341); Max value from RGB is 153 - color contains mainly: blue. Hex color #734999 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #734999 is #8CB666. Grayscale: #5E5E5E. Windows color (decimal): -9221735 or 10045811. OLE color: 10045811.
HSL color Cylindrical-coordinate representation of color #734999: hue angle of 271.5º 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 #734999 is Cyan = 0.25, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 115 | 73 | 153 | - |
| CMYK | 0.25 | 0.52 | 0 | 0.4 |
| HSL | 271.5º | 0.35% | 0.44% | - |
| HSV(B) | 271.5º | 0.52% | 0.6% | - |
| XYZ | 15.2 | 10.71 | 31.4 | - |
| YUV | 94.68 | 160.91 | 142.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 73 | 153 | 0.25 | 0.52 | 0 | 0.4 | 271.5 | 0.35 | 0.44 |
| Hex | 73 | 49 | 99 | 19 | 34 | 0 | 28 | 110 | 23 | 2C |
| Octal | 163 | 111 | 231 | 31 | 64 | 0 | 50 | 420 | 43 | 54 |
| Binary | 1110011 | 1001001 | 10011001 | 11001 | 110100 | 0 | 101000 | 100010000 | 100011 | 101100 |
Color Harmonies of #734999
Complementary color
Monochromatic Colors of #734999
Black with #734999
Text Example
Text Example
White with #734999
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #734999; }
p { color: rgb(115,73,153); }
H1.HeaderClassName
{
color: #734999;
}
.AnyTagClassName
{
color: #734999;
}
</style>
background-color css
<style>
a { background-color: #734999; }
a { background-color: rgb(115,73,153); }
div.DivClassName
{
background-color: #734999;
}
.BgClassName
{
background-color: #734999;
}
</style>
border-color css
<style>
span { border-color: #734999; }
span { border-color: rgb(115,73,153); }
td.TdClassName
{
border-color: #734999;
}
.TagClassName
{
border-color: #734999;
}
</style>