Shades of Studio #734895
Tints of Studio #734895
RGB
CMYK
RGB Variations
Color information
#734895 (or 0x734895) is known color: Studio. HEX triplet: 73, 48 and 95. RGB value is (115,72,149). Sum of RGB (Red+Green+Blue) = 115+72+149=336 (44% of max value = 765). Red value is 115 (45.31% from 255 or 34.23% from 336); Green value is 72 (28.52% from 255 or 21.43% from 336); Blue value is 149 (58.59% from 255 or 44.35% from 336); Max value from RGB is 149 - color contains mainly: blue. Hex color #734895 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #734895 is #8CB76A. Grayscale: #5D5D5D. Windows color (decimal): -9221995 or 9783411. OLE color: 9783411.
HSL color Cylindrical-coordinate representation of color #734895: hue angle of 273.51º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #734895 is Cyan = 0.23, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 115 | 72 | 149 | - |
| CMYK | 0.23 | 0.52 | 0 | 0.42 |
| HSL | 273.51º | 0.35% | 0.43% | - |
| HSV(B) | 273.51º | 0.52% | 0.58% | - |
| XYZ | 14.81 | 10.45 | 29.67 | - |
| YUV | 93.64 | 159.25 | 143.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 72 | 149 | 0.23 | 0.52 | 0 | 0.42 | 273.51 | 0.35 | 0.43 |
| Hex | 73 | 48 | 95 | 17 | 34 | 0 | 2A | 112 | 23 | 2B |
| Octal | 163 | 110 | 225 | 27 | 64 | 0 | 52 | 422 | 43 | 53 |
| Binary | 1110011 | 1001000 | 10010101 | 10111 | 110100 | 0 | 101010 | 100010010 | 100011 | 101011 |
Color Harmonies of #734895
Complementary color
Monochromatic Colors of #734895
Black with #734895
Text Example
Text Example
White with #734895
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #734895; }
p { color: rgb(115,72,149); }
H1.HeaderClassName
{
color: #734895;
}
.AnyTagClassName
{
color: #734895;
}
</style>
background-color css
<style>
a { background-color: #734895; }
a { background-color: rgb(115,72,149); }
div.DivClassName
{
background-color: #734895;
}
.BgClassName
{
background-color: #734895;
}
</style>
border-color css
<style>
span { border-color: #734895; }
span { border-color: rgb(115,72,149); }
td.TdClassName
{
border-color: #734895;
}
.TagClassName
{
border-color: #734895;
}
</style>