Shades of Studio #7354AA
Tints of Studio #7354AA
RGB
CMYK
RGB Variations
Color information
#7354AA (or 0x7354AA) is known color: Studio. HEX triplet: 73, 54 and AA. RGB value is (115,84,170). Sum of RGB (Red+Green+Blue) = 115+84+170=369 (48% of max value = 765). Red value is 115 (45.31% from 255 or 31.17% from 369); Green value is 84 (33.20% from 255 or 22.76% from 369); Blue value is 170 (66.80% from 255 or 46.07% from 369); Max value from RGB is 170 - color contains mainly: blue. Hex color #7354AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7354AA is #8CAB55. Grayscale: #666666. Windows color (decimal): -9218902 or 11162739. OLE color: 11162739.
HSL color Cylindrical-coordinate representation of color #7354AA: hue angle of 261.63º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7354AA is Cyan = 0.32, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 115 | 84 | 170 | - |
| CMYK | 0.32 | 0.51 | 0 | 0.33 |
| HSL | 261.63º | 0.34% | 0.5% | - |
| HSV(B) | 261.63º | 0.51% | 0.67% | - |
| XYZ | 17.5 | 12.89 | 39.6 | - |
| YUV | 103.07 | 165.77 | 136.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 84 | 170 | 0.32 | 0.51 | 0 | 0.33 | 261.63 | 0.34 | 0.5 |
| Hex | 73 | 54 | AA | 20 | 33 | 0 | 21 | 106 | 22 | 32 |
| Octal | 163 | 124 | 252 | 40 | 63 | 0 | 41 | 406 | 42 | 62 |
| Binary | 1110011 | 1010100 | 10101010 | 100000 | 110011 | 0 | 100001 | 100000110 | 100010 | 110010 |
Color Harmonies of #7354AA
Complementary color
Monochromatic Colors of #7354AA
Black with #7354AA
Text Example
Text Example
White with #7354AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7354AA; }
p { color: rgb(115,84,170); }
H1.HeaderClassName
{
color: #7354AA;
}
.AnyTagClassName
{
color: #7354AA;
}
</style>
background-color css
<style>
a { background-color: #7354AA; }
a { background-color: rgb(115,84,170); }
div.DivClassName
{
background-color: #7354AA;
}
.BgClassName
{
background-color: #7354AA;
}
</style>
border-color css
<style>
span { border-color: #7354AA; }
span { border-color: rgb(115,84,170); }
td.TdClassName
{
border-color: #7354AA;
}
.TagClassName
{
border-color: #7354AA;
}
</style>