Shades of Studio #735099
Tints of Studio #735099
RGB
CMYK
RGB Variations
Color information
#735099 (or 0x735099) is known color: Studio. HEX triplet: 73, 50 and 99. RGB value is (115,80,153). Sum of RGB (Red+Green+Blue) = 115+80+153=348 (46% of max value = 765). Red value is 115 (45.31% from 255 or 33.05% from 348); Green value is 80 (31.64% from 255 or 22.99% from 348); Blue value is 153 (60.16% from 255 or 43.97% from 348); Max value from RGB is 153 - color contains mainly: blue. Hex color #735099 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #735099 is #8CAF66. Grayscale: #626262. Windows color (decimal): -9219943 or 10047603. OLE color: 10047603.
HSL color Cylindrical-coordinate representation of color #735099: hue angle of 268.77º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #735099 is Cyan = 0.25, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 115 | 80 | 153 | - |
| CMYK | 0.25 | 0.48 | 0 | 0.4 |
| HSL | 268.77º | 0.31% | 0.46% | - |
| HSV(B) | 268.77º | 0.48% | 0.6% | - |
| XYZ | 15.69 | 11.68 | 31.56 | - |
| YUV | 98.79 | 158.6 | 139.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 80 | 153 | 0.25 | 0.48 | 0 | 0.4 | 268.77 | 0.31 | 0.46 |
| Hex | 73 | 50 | 99 | 19 | 30 | 0 | 28 | 10D | 1F | 2E |
| Octal | 163 | 120 | 231 | 31 | 60 | 0 | 50 | 415 | 37 | 56 |
| Binary | 1110011 | 1010000 | 10011001 | 11001 | 110000 | 0 | 101000 | 100001101 | 11111 | 101110 |
Color Harmonies of #735099
Complementary color
Monochromatic Colors of #735099
Black with #735099
Text Example
Text Example
White with #735099
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #735099; }
p { color: rgb(115,80,153); }
H1.HeaderClassName
{
color: #735099;
}
.AnyTagClassName
{
color: #735099;
}
</style>
background-color css
<style>
a { background-color: #735099; }
a { background-color: rgb(115,80,153); }
div.DivClassName
{
background-color: #735099;
}
.BgClassName
{
background-color: #735099;
}
</style>
border-color css
<style>
span { border-color: #735099; }
span { border-color: rgb(115,80,153); }
td.TdClassName
{
border-color: #735099;
}
.TagClassName
{
border-color: #735099;
}
</style>