Shades of Studio #734595
Tints of Studio #734595
RGB
CMYK
RGB Variations
Color information
#734595 (or 0x734595) is known color: Studio. HEX triplet: 73, 45 and 95. RGB value is (115,69,149). Sum of RGB (Red+Green+Blue) = 115+69+149=333 (44% of max value = 765). Red value is 115 (45.31% from 255 or 34.53% from 333); Green value is 69 (27.34% from 255 or 20.72% from 333); Blue value is 149 (58.59% from 255 or 44.74% from 333); Max value from RGB is 149 - color contains mainly: blue. Hex color #734595 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #734595 is #8CBA6A. Grayscale: #5B5B5B. Windows color (decimal): -9222763 or 9782643. OLE color: 9782643.
HSL color Cylindrical-coordinate representation of color #734595: hue angle of 274.5º degrees, saturation: 0.37, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #734595 is Cyan = 0.23, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 115 | 69 | 149 | - |
| CMYK | 0.23 | 0.54 | 0 | 0.42 |
| HSL | 274.5º | 0.37% | 0.43% | - |
| HSV(B) | 274.5º | 0.54% | 0.58% | - |
| XYZ | 14.62 | 10.07 | 29.61 | - |
| YUV | 91.87 | 160.24 | 144.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 69 | 149 | 0.23 | 0.54 | 0 | 0.42 | 274.5 | 0.37 | 0.43 |
| Hex | 73 | 45 | 95 | 17 | 36 | 0 | 2A | 112 | 25 | 2B |
| Octal | 163 | 105 | 225 | 27 | 66 | 0 | 52 | 422 | 45 | 53 |
| Binary | 1110011 | 1000101 | 10010101 | 10111 | 110110 | 0 | 101010 | 100010010 | 100101 | 101011 |
Color Harmonies of #734595
Complementary color
Monochromatic Colors of #734595
Black with #734595
Text Example
Text Example
White with #734595
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #734595; }
p { color: rgb(115,69,149); }
H1.HeaderClassName
{
color: #734595;
}
.AnyTagClassName
{
color: #734595;
}
</style>
background-color css
<style>
a { background-color: #734595; }
a { background-color: rgb(115,69,149); }
div.DivClassName
{
background-color: #734595;
}
.BgClassName
{
background-color: #734595;
}
</style>
border-color css
<style>
span { border-color: #734595; }
span { border-color: rgb(115,69,149); }
td.TdClassName
{
border-color: #734595;
}
.TagClassName
{
border-color: #734595;
}
</style>