Shades of Studio #7349A7
Tints of Studio #7349A7
RGB
CMYK
RGB Variations
Color information
#7349A7 (or 0x7349A7) is known color: Studio. HEX triplet: 73, 49 and A7. RGB value is (115,73,167). Sum of RGB (Red+Green+Blue) = 115+73+167=355 (47% of max value = 765). Red value is 115 (45.31% from 255 or 32.39% from 355); Green value is 73 (28.91% from 255 or 20.56% from 355); Blue value is 167 (65.62% from 255 or 47.04% from 355); Max value from RGB is 167 - color contains mainly: blue. Hex color #7349A7 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7349A7 is #8CB658. Grayscale: #5F5F5F. Windows color (decimal): -9221721 or 10963315. OLE color: 10963315.
HSL color Cylindrical-coordinate representation of color #7349A7: hue angle of 266.81º degrees, saturation: 0.39, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7349A7 is Cyan = 0.31, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 115 | 73 | 167 | - |
| CMYK | 0.31 | 0.56 | 0 | 0.35 |
| HSL | 266.81º | 0.39% | 0.47% | - |
| HSV(B) | 266.81º | 0.56% | 0.65% | - |
| XYZ | 16.43 | 11.2 | 37.86 | - |
| YUV | 96.27 | 167.91 | 141.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 73 | 167 | 0.31 | 0.56 | 0 | 0.35 | 266.81 | 0.39 | 0.47 |
| Hex | 73 | 49 | A7 | 1F | 38 | 0 | 23 | 10B | 27 | 2F |
| Octal | 163 | 111 | 247 | 37 | 70 | 0 | 43 | 413 | 47 | 57 |
| Binary | 1110011 | 1001001 | 10100111 | 11111 | 111000 | 0 | 100011 | 100001011 | 100111 | 101111 |
Color Harmonies of #7349A7
Complementary color
Monochromatic Colors of #7349A7
Black with #7349A7
Text Example
Text Example
White with #7349A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7349A7; }
p { color: rgb(115,73,167); }
H1.HeaderClassName
{
color: #7349A7;
}
.AnyTagClassName
{
color: #7349A7;
}
</style>
background-color css
<style>
a { background-color: #7349A7; }
a { background-color: rgb(115,73,167); }
div.DivClassName
{
background-color: #7349A7;
}
.BgClassName
{
background-color: #7349A7;
}
</style>
border-color css
<style>
span { border-color: #7349A7; }
span { border-color: rgb(115,73,167); }
td.TdClassName
{
border-color: #7349A7;
}
.TagClassName
{
border-color: #7349A7;
}
</style>