Shades of Studio #7350AE
Tints of Studio #7350AE
RGB
CMYK
RGB Variations
Color information
#7350AE (or 0x7350AE) is known color: Studio. HEX triplet: 73, 50 and AE. RGB value is (115,80,174). Sum of RGB (Red+Green+Blue) = 115+80+174=369 (48% of max value = 765). Red value is 115 (45.31% from 255 or 31.17% from 369); Green value is 80 (31.64% from 255 or 21.68% from 369); Blue value is 174 (68.36% from 255 or 47.15% from 369); Max value from RGB is 174 - color contains mainly: blue. Hex color #7350AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7350AE is #8CAF51. Grayscale: #646464. Windows color (decimal): -9219922 or 11423859. OLE color: 11423859.
HSL color Cylindrical-coordinate representation of color #7350AE: hue angle of 262.34º 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 #7350AE is Cyan = 0.34, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 115 | 80 | 174 | - |
| CMYK | 0.34 | 0.54 | 0 | 0.32 |
| HSL | 262.34º | 0.37% | 0.5% | - |
| HSV(B) | 262.34º | 0.54% | 0.68% | - |
| XYZ | 17.58 | 12.44 | 41.52 | - |
| YUV | 101.18 | 169.1 | 137.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 80 | 174 | 0.34 | 0.54 | 0 | 0.32 | 262.34 | 0.37 | 0.5 |
| Hex | 73 | 50 | AE | 22 | 36 | 0 | 20 | 106 | 25 | 32 |
| Octal | 163 | 120 | 256 | 42 | 66 | 0 | 40 | 406 | 45 | 62 |
| Binary | 1110011 | 1010000 | 10101110 | 100010 | 110110 | 0 | 100000 | 100000110 | 100101 | 110010 |
Color Harmonies of #7350AE
Complementary color
Monochromatic Colors of #7350AE
Black with #7350AE
Text Example
Text Example
White with #7350AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7350AE; }
p { color: rgb(115,80,174); }
H1.HeaderClassName
{
color: #7350AE;
}
.AnyTagClassName
{
color: #7350AE;
}
</style>
background-color css
<style>
a { background-color: #7350AE; }
a { background-color: rgb(115,80,174); }
div.DivClassName
{
background-color: #7350AE;
}
.BgClassName
{
background-color: #7350AE;
}
</style>
border-color css
<style>
span { border-color: #7350AE; }
span { border-color: rgb(115,80,174); }
td.TdClassName
{
border-color: #7350AE;
}
.TagClassName
{
border-color: #7350AE;
}
</style>