Shades of Studio #735999
Tints of Studio #735999
RGB
CMYK
RGB Variations
Color information
#735999 (or 0x735999) is known color: Studio. HEX triplet: 73, 59 and 99. RGB value is (115,89,153). Sum of RGB (Red+Green+Blue) = 115+89+153=357 (47% of max value = 765). Red value is 115 (45.31% from 255 or 32.21% from 357); Green value is 89 (35.16% from 255 or 24.93% from 357); Blue value is 153 (60.16% from 255 or 42.86% from 357); Max value from RGB is 153 - color contains mainly: blue. Hex color #735999 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #735999 is #8CA666. Grayscale: #676767. Windows color (decimal): -9217639 or 10049907. OLE color: 10049907.
HSL color Cylindrical-coordinate representation of color #735999: hue angle of 264.38º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #735999 is Cyan = 0.25, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 115 | 89 | 153 | - |
| CMYK | 0.25 | 0.42 | 0 | 0.4 |
| HSL | 264.38º | 0.26% | 0.47% | - |
| HSV(B) | 264.38º | 0.42% | 0.6% | - |
| XYZ | 16.39 | 13.09 | 31.8 | - |
| YUV | 104.07 | 155.61 | 135.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 89 | 153 | 0.25 | 0.42 | 0 | 0.4 | 264.38 | 0.26 | 0.47 |
| Hex | 73 | 59 | 99 | 19 | 2A | 0 | 28 | 108 | 1A | 2F |
| Octal | 163 | 131 | 231 | 31 | 52 | 0 | 50 | 410 | 32 | 57 |
| Binary | 1110011 | 1011001 | 10011001 | 11001 | 101010 | 0 | 101000 | 100001000 | 11010 | 101111 |
Color Harmonies of #735999
Complementary color
Monochromatic Colors of #735999
Black with #735999
Text Example
Text Example
White with #735999
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #735999; }
p { color: rgb(115,89,153); }
H1.HeaderClassName
{
color: #735999;
}
.AnyTagClassName
{
color: #735999;
}
</style>
background-color css
<style>
a { background-color: #735999; }
a { background-color: rgb(115,89,153); }
div.DivClassName
{
background-color: #735999;
}
.BgClassName
{
background-color: #735999;
}
</style>
border-color css
<style>
span { border-color: #735999; }
span { border-color: rgb(115,89,153); }
td.TdClassName
{
border-color: #735999;
}
.TagClassName
{
border-color: #735999;
}
</style>