Shades of Studio #7349AC
Tints of Studio #7349AC
RGB
CMYK
RGB Variations
Color information
#7349AC (or 0x7349AC) is known color: Studio. HEX triplet: 73, 49 and AC. RGB value is (115,73,172). Sum of RGB (Red+Green+Blue) = 115+73+172=360 (47% of max value = 765). Red value is 115 (45.31% from 255 or 31.94% from 360); Green value is 73 (28.91% from 255 or 20.28% from 360); Blue value is 172 (67.58% from 255 or 47.78% from 360); Max value from RGB is 172 - color contains mainly: blue. Hex color #7349AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7349AC is #8CB653. Grayscale: #606060. Windows color (decimal): -9221716 or 11290995. OLE color: 11290995.
HSL color Cylindrical-coordinate representation of color #7349AC: hue angle of 265.45º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7349AC is Cyan = 0.33, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 115 | 73 | 172 | - |
| CMYK | 0.33 | 0.58 | 0 | 0.33 |
| HSL | 265.45º | 0.4% | 0.48% | - |
| HSV(B) | 265.45º | 0.58% | 0.67% | - |
| XYZ | 16.9 | 11.39 | 40.34 | - |
| YUV | 96.84 | 170.41 | 140.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 73 | 172 | 0.33 | 0.58 | 0 | 0.33 | 265.45 | 0.4 | 0.48 |
| Hex | 73 | 49 | AC | 21 | 3A | 0 | 21 | 109 | 28 | 30 |
| Octal | 163 | 111 | 254 | 41 | 72 | 0 | 41 | 411 | 50 | 60 |
| Binary | 1110011 | 1001001 | 10101100 | 100001 | 111010 | 0 | 100001 | 100001001 | 101000 | 110000 |
Color Harmonies of #7349AC
Complementary color
Monochromatic Colors of #7349AC
Black with #7349AC
Text Example
Text Example
White with #7349AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7349AC; }
p { color: rgb(115,73,172); }
H1.HeaderClassName
{
color: #7349AC;
}
.AnyTagClassName
{
color: #7349AC;
}
</style>
background-color css
<style>
a { background-color: #7349AC; }
a { background-color: rgb(115,73,172); }
div.DivClassName
{
background-color: #7349AC;
}
.BgClassName
{
background-color: #7349AC;
}
</style>
border-color css
<style>
span { border-color: #7349AC; }
span { border-color: rgb(115,73,172); }
td.TdClassName
{
border-color: #7349AC;
}
.TagClassName
{
border-color: #7349AC;
}
</style>