Shades of Studio #734598
Tints of Studio #734598
RGB
CMYK
RGB Variations
Color information
#734598 (or 0x734598) is known color: Studio. HEX triplet: 73, 45 and 98. RGB value is (115,69,152). Sum of RGB (Red+Green+Blue) = 115+69+152=336 (44% of max value = 765). Red value is 115 (45.31% from 255 or 34.23% from 336); Green value is 69 (27.34% from 255 or 20.54% from 336); Blue value is 152 (59.77% from 255 or 45.24% from 336); Max value from RGB is 152 - color contains mainly: blue. Hex color #734598 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #734598 is #8CBA67. Grayscale: #5B5B5B. Windows color (decimal): -9222760 or 9979251. OLE color: 9979251.
HSL color Cylindrical-coordinate representation of color #734598: hue angle of 273.25º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #734598 is Cyan = 0.24, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 115 | 69 | 152 | - |
| CMYK | 0.24 | 0.55 | 0 | 0.40 |
| HSL | 273.25º | 0.38% | 0.43% | - |
| HSV(B) | 273.25º | 0.55% | 0.6% | - |
| XYZ | 14.87 | 10.17 | 30.88 | - |
| YUV | 92.22 | 161.74 | 144.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 69 | 152 | 0.24 | 0.55 | 0 | 0.40 | 273.25 | 0.38 | 0.43 |
| Hex | 73 | 45 | 98 | 18 | 37 | 0 | 28 | 111 | 26 | 2B |
| Octal | 163 | 105 | 230 | 30 | 67 | 0 | 50 | 421 | 46 | 53 |
| Binary | 1110011 | 1000101 | 10011000 | 11000 | 110111 | 0 | 101000 | 100010001 | 100110 | 101011 |
Color Harmonies of #734598
Complementary color
Monochromatic Colors of #734598
Black with #734598
Text Example
Text Example
White with #734598
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #734598; }
p { color: rgb(115,69,152); }
H1.HeaderClassName
{
color: #734598;
}
.AnyTagClassName
{
color: #734598;
}
</style>
background-color css
<style>
a { background-color: #734598; }
a { background-color: rgb(115,69,152); }
div.DivClassName
{
background-color: #734598;
}
.BgClassName
{
background-color: #734598;
}
</style>
border-color css
<style>
span { border-color: #734598; }
span { border-color: rgb(115,69,152); }
td.TdClassName
{
border-color: #734598;
}
.TagClassName
{
border-color: #734598;
}
</style>