Shades of Studio #734499
Tints of Studio #734499
RGB
CMYK
RGB Variations
Color information
#734499 (or 0x734499) is known color: Studio. HEX triplet: 73, 44 and 99. RGB value is (115,68,153). Sum of RGB (Red+Green+Blue) = 115+68+153=336 (44% of max value = 765). Red value is 115 (45.31% from 255 or 34.23% from 336); Green value is 68 (26.95% from 255 or 20.24% from 336); Blue value is 153 (60.16% from 255 or 45.54% from 336); Max value from RGB is 153 - color contains mainly: blue. Hex color #734499 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #734499 is #8CBB66. Grayscale: #5B5B5B. Windows color (decimal): -9223015 or 10044531. OLE color: 10044531.
HSL color Cylindrical-coordinate representation of color #734499: hue angle of 273.18º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #734499 is Cyan = 0.25, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 115 | 68 | 153 | - |
| CMYK | 0.25 | 0.56 | 0 | 0.4 |
| HSL | 273.18º | 0.38% | 0.43% | - |
| HSV(B) | 273.18º | 0.56% | 0.6% | - |
| XYZ | 14.89 | 10.08 | 31.3 | - |
| YUV | 91.74 | 162.57 | 144.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 68 | 153 | 0.25 | 0.56 | 0 | 0.4 | 273.18 | 0.38 | 0.43 |
| Hex | 73 | 44 | 99 | 19 | 38 | 0 | 28 | 111 | 26 | 2B |
| Octal | 163 | 104 | 231 | 31 | 70 | 0 | 50 | 421 | 46 | 53 |
| Binary | 1110011 | 1000100 | 10011001 | 11001 | 111000 | 0 | 101000 | 100010001 | 100110 | 101011 |
Color Harmonies of #734499
Complementary color
Monochromatic Colors of #734499
Black with #734499
Text Example
Text Example
White with #734499
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #734499; }
p { color: rgb(115,68,153); }
H1.HeaderClassName
{
color: #734499;
}
.AnyTagClassName
{
color: #734499;
}
</style>
background-color css
<style>
a { background-color: #734499; }
a { background-color: rgb(115,68,153); }
div.DivClassName
{
background-color: #734499;
}
.BgClassName
{
background-color: #734499;
}
</style>
border-color css
<style>
span { border-color: #734499; }
span { border-color: rgb(115,68,153); }
td.TdClassName
{
border-color: #734499;
}
.TagClassName
{
border-color: #734499;
}
</style>