Shades of Studio #73519C
Tints of Studio #73519C
RGB
CMYK
RGB Variations
Color information
#73519C (or 0x73519C) is known color: Studio. HEX triplet: 73, 51 and 9C. RGB value is (115,81,156). Sum of RGB (Red+Green+Blue) = 115+81+156=352 (46% of max value = 765). Red value is 115 (45.31% from 255 or 32.67% from 352); Green value is 81 (32.03% from 255 or 23.01% from 352); Blue value is 156 (61.33% from 255 or 44.32% from 352); Max value from RGB is 156 - color contains mainly: blue. Hex color #73519C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #73519C is #8CAE63. Grayscale: #636363. Windows color (decimal): -9219684 or 10244467. OLE color: 10244467.
HSL color Cylindrical-coordinate representation of color #73519C: hue angle of 267.2º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #73519C is Cyan = 0.26, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 115 | 81 | 156 | - |
| CMYK | 0.26 | 0.48 | 0 | 0.39 |
| HSL | 267.2º | 0.32% | 0.46% | - |
| HSV(B) | 267.2º | 0.48% | 0.61% | - |
| XYZ | 16.01 | 11.93 | 32.91 | - |
| YUV | 99.72 | 159.76 | 138.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 81 | 156 | 0.26 | 0.48 | 0 | 0.39 | 267.2 | 0.32 | 0.46 |
| Hex | 73 | 51 | 9C | 1A | 30 | 0 | 27 | 10B | 20 | 2E |
| Octal | 163 | 121 | 234 | 32 | 60 | 0 | 47 | 413 | 40 | 56 |
| Binary | 1110011 | 1010001 | 10011100 | 11010 | 110000 | 0 | 100111 | 100001011 | 100000 | 101110 |
Color Harmonies of #73519C
Complementary color
Monochromatic Colors of #73519C
Black with #73519C
Text Example
Text Example
White with #73519C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73519C; }
p { color: rgb(115,81,156); }
H1.HeaderClassName
{
color: #73519C;
}
.AnyTagClassName
{
color: #73519C;
}
</style>
background-color css
<style>
a { background-color: #73519C; }
a { background-color: rgb(115,81,156); }
div.DivClassName
{
background-color: #73519C;
}
.BgClassName
{
background-color: #73519C;
}
</style>
border-color css
<style>
span { border-color: #73519C; }
span { border-color: rgb(115,81,156); }
td.TdClassName
{
border-color: #73519C;
}
.TagClassName
{
border-color: #73519C;
}
</style>