Shades of Studio #7346A0
Tints of Studio #7346A0
RGB
CMYK
RGB Variations
Color information
#7346A0 (or 0x7346A0) is known color: Studio. HEX triplet: 73, 46 and A0. RGB value is (115,70,160). Sum of RGB (Red+Green+Blue) = 115+70+160=345 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.33% from 345); Green value is 70 (27.73% from 255 or 20.29% from 345); Blue value is 160 (62.89% from 255 or 46.38% from 345); Max value from RGB is 160 - color contains mainly: blue. Hex color #7346A0 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7346A0 is #8CB95F. Grayscale: #5D5D5D. Windows color (decimal): -9222496 or 10503795. OLE color: 10503795.
HSL color Cylindrical-coordinate representation of color #7346A0: hue angle of 270º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7346A0 is Cyan = 0.28, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 115 | 70 | 160 | - |
| CMYK | 0.28 | 0.56 | 0 | 0.37 |
| HSL | 270º | 0.39% | 0.45% | - |
| HSV(B) | 270º | 0.56% | 0.63% | - |
| XYZ | 15.61 | 10.56 | 34.47 | - |
| YUV | 93.72 | 165.41 | 143.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 70 | 160 | 0.28 | 0.56 | 0 | 0.37 | 270 | 0.39 | 0.45 |
| Hex | 73 | 46 | A0 | 1C | 38 | 0 | 25 | 10E | 27 | 2D |
| Octal | 163 | 106 | 240 | 34 | 70 | 0 | 45 | 416 | 47 | 55 |
| Binary | 1110011 | 1000110 | 10100000 | 11100 | 111000 | 0 | 100101 | 100001110 | 100111 | 101101 |
Color Harmonies of #7346A0
Complementary color
Monochromatic Colors of #7346A0
Black with #7346A0
Text Example
Text Example
White with #7346A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7346A0; }
p { color: rgb(115,70,160); }
H1.HeaderClassName
{
color: #7346A0;
}
.AnyTagClassName
{
color: #7346A0;
}
</style>
background-color css
<style>
a { background-color: #7346A0; }
a { background-color: rgb(115,70,160); }
div.DivClassName
{
background-color: #7346A0;
}
.BgClassName
{
background-color: #7346A0;
}
</style>
border-color css
<style>
span { border-color: #7346A0; }
span { border-color: rgb(115,70,160); }
td.TdClassName
{
border-color: #7346A0;
}
.TagClassName
{
border-color: #7346A0;
}
</style>