Shades of Studio #7353AE
Tints of Studio #7353AE
RGB
CMYK
RGB Variations
Color information
#7353AE (or 0x7353AE) is known color: Studio. HEX triplet: 73, 53 and AE. RGB value is (115,83,174). Sum of RGB (Red+Green+Blue) = 115+83+174=372 (49% of max value = 765). Red value is 115 (45.31% from 255 or 30.91% from 372); Green value is 83 (32.81% from 255 or 22.31% from 372); Blue value is 174 (68.36% from 255 or 46.77% from 372); Max value from RGB is 174 - color contains mainly: blue. Hex color #7353AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7353AE is #8CAC51. Grayscale: #666666. Windows color (decimal): -9219154 or 11424627. OLE color: 11424627.
HSL color Cylindrical-coordinate representation of color #7353AE: hue angle of 261.1º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7353AE is Cyan = 0.34, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 115 | 83 | 174 | - |
| CMYK | 0.34 | 0.52 | 0 | 0.32 |
| HSL | 261.1º | 0.36% | 0.5% | - |
| HSV(B) | 261.1º | 0.52% | 0.68% | - |
| XYZ | 17.8 | 12.89 | 41.59 | - |
| YUV | 102.94 | 168.1 | 136.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 83 | 174 | 0.34 | 0.52 | 0 | 0.32 | 261.1 | 0.36 | 0.5 |
| Hex | 73 | 53 | AE | 22 | 34 | 0 | 20 | 105 | 24 | 32 |
| Octal | 163 | 123 | 256 | 42 | 64 | 0 | 40 | 405 | 44 | 62 |
| Binary | 1110011 | 1010011 | 10101110 | 100010 | 110100 | 0 | 100000 | 100000101 | 100100 | 110010 |
Color Harmonies of #7353AE
Complementary color
Monochromatic Colors of #7353AE
Black with #7353AE
Text Example
Text Example
White with #7353AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7353AE; }
p { color: rgb(115,83,174); }
H1.HeaderClassName
{
color: #7353AE;
}
.AnyTagClassName
{
color: #7353AE;
}
</style>
background-color css
<style>
a { background-color: #7353AE; }
a { background-color: rgb(115,83,174); }
div.DivClassName
{
background-color: #7353AE;
}
.BgClassName
{
background-color: #7353AE;
}
</style>
border-color css
<style>
span { border-color: #7353AE; }
span { border-color: rgb(115,83,174); }
td.TdClassName
{
border-color: #7353AE;
}
.TagClassName
{
border-color: #7353AE;
}
</style>