Shades of Studio #7350AD
Tints of Studio #7350AD
RGB
CMYK
RGB Variations
Color information
#7350AD (or 0x7350AD) is known color: Studio. HEX triplet: 73, 50 and AD. RGB value is (115,80,173). Sum of RGB (Red+Green+Blue) = 115+80+173=368 (48% of max value = 765). Red value is 115 (45.31% from 255 or 31.25% from 368); Green value is 80 (31.64% from 255 or 21.74% from 368); Blue value is 173 (67.97% from 255 or 47.01% from 368); Max value from RGB is 173 - color contains mainly: blue. Hex color #7350AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7350AD is #8CAF52. Grayscale: #646464. Windows color (decimal): -9219923 or 11358323. OLE color: 11358323.
HSL color Cylindrical-coordinate representation of color #7350AD: hue angle of 262.58º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7350AD is Cyan = 0.34, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 115 | 80 | 173 | - |
| CMYK | 0.34 | 0.54 | 0 | 0.32 |
| HSL | 262.58º | 0.37% | 0.5% | - |
| HSV(B) | 262.58º | 0.54% | 0.68% | - |
| XYZ | 17.48 | 12.4 | 41.01 | - |
| YUV | 101.07 | 168.6 | 137.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 80 | 173 | 0.34 | 0.54 | 0 | 0.32 | 262.58 | 0.37 | 0.5 |
| Hex | 73 | 50 | AD | 22 | 36 | 0 | 20 | 107 | 25 | 32 |
| Octal | 163 | 120 | 255 | 42 | 66 | 0 | 40 | 407 | 45 | 62 |
| Binary | 1110011 | 1010000 | 10101101 | 100010 | 110110 | 0 | 100000 | 100000111 | 100101 | 110010 |
Color Harmonies of #7350AD
Complementary color
Monochromatic Colors of #7350AD
Black with #7350AD
Text Example
Text Example
White with #7350AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7350AD; }
p { color: rgb(115,80,173); }
H1.HeaderClassName
{
color: #7350AD;
}
.AnyTagClassName
{
color: #7350AD;
}
</style>
background-color css
<style>
a { background-color: #7350AD; }
a { background-color: rgb(115,80,173); }
div.DivClassName
{
background-color: #7350AD;
}
.BgClassName
{
background-color: #7350AD;
}
</style>
border-color css
<style>
span { border-color: #7350AD; }
span { border-color: rgb(115,80,173); }
td.TdClassName
{
border-color: #7350AD;
}
.TagClassName
{
border-color: #7350AD;
}
</style>