Shades of Studio #73459B
Tints of Studio #73459B
RGB
CMYK
RGB Variations
Color information
#73459B (or 0x73459B) is known color: Studio. HEX triplet: 73, 45 and 9B. RGB value is (115,69,155). Sum of RGB (Red+Green+Blue) = 115+69+155=339 (44% of max value = 765). Red value is 115 (45.31% from 255 or 33.92% from 339); Green value is 69 (27.34% from 255 or 20.35% from 339); Blue value is 155 (60.94% from 255 or 45.72% from 339); Max value from RGB is 155 - color contains mainly: blue. Hex color #73459B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #73459B is #8CBA64. Grayscale: #5C5C5C. Windows color (decimal): -9222757 or 10175859. OLE color: 10175859.
HSL color Cylindrical-coordinate representation of color #73459B: hue angle of 272.09º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #73459B is Cyan = 0.26, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 115 | 69 | 155 | - |
| CMYK | 0.26 | 0.55 | 0 | 0.39 |
| HSL | 272.09º | 0.38% | 0.44% | - |
| HSV(B) | 272.09º | 0.55% | 0.61% | - |
| XYZ | 15.11 | 10.27 | 32.2 | - |
| YUV | 92.56 | 163.24 | 144.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 69 | 155 | 0.26 | 0.55 | 0 | 0.39 | 272.09 | 0.38 | 0.44 |
| Hex | 73 | 45 | 9B | 1A | 37 | 0 | 27 | 110 | 26 | 2C |
| Octal | 163 | 105 | 233 | 32 | 67 | 0 | 47 | 420 | 46 | 54 |
| Binary | 1110011 | 1000101 | 10011011 | 11010 | 110111 | 0 | 100111 | 100010000 | 100110 | 101100 |
Color Harmonies of #73459B
Complementary color
Monochromatic Colors of #73459B
Black with #73459B
Text Example
Text Example
White with #73459B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73459B; }
p { color: rgb(115,69,155); }
H1.HeaderClassName
{
color: #73459B;
}
.AnyTagClassName
{
color: #73459B;
}
</style>
background-color css
<style>
a { background-color: #73459B; }
a { background-color: rgb(115,69,155); }
div.DivClassName
{
background-color: #73459B;
}
.BgClassName
{
background-color: #73459B;
}
</style>
border-color css
<style>
span { border-color: #73459B; }
span { border-color: rgb(115,69,155); }
td.TdClassName
{
border-color: #73459B;
}
.TagClassName
{
border-color: #73459B;
}
</style>