Shades of Studio #7A4C99
Tints of Studio #7A4C99
RGB
CMYK
RGB Variations
Color information
#7A4C99 (or 0x7A4C99) is known color: Studio. HEX triplet: 7A, 4C and 99. RGB value is (122,76,153). Sum of RGB (Red+Green+Blue) = 122+76+153=351 (46% of max value = 765). Red value is 122 (48.05% from 255 or 34.76% from 351); Green value is 76 (30.08% from 255 or 21.65% from 351); Blue value is 153 (60.16% from 255 or 43.59% from 351); Max value from RGB is 153 - color contains mainly: blue. Hex color #7A4C99 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7A4C99 is #85B366. Grayscale: #626262. Windows color (decimal): -8762215 or 10046586. OLE color: 10046586.
HSL color Cylindrical-coordinate representation of color #7A4C99: hue angle of 275.84º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7A4C99 is Cyan = 0.20, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 122 | 76 | 153 | - |
| CMYK | 0.20 | 0.50 | 0 | 0.4 |
| HSL | 275.84º | 0.34% | 0.45% | - |
| HSV(B) | 275.84º | 0.5% | 0.6% | - |
| XYZ | 16.36 | 11.61 | 31.51 | - |
| YUV | 98.53 | 158.74 | 144.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 76 | 153 | 0.20 | 0.50 | 0 | 0.4 | 275.84 | 0.34 | 0.45 |
| Hex | 7A | 4C | 99 | 14 | 32 | 0 | 28 | 114 | 22 | 2D |
| Octal | 172 | 114 | 231 | 24 | 62 | 0 | 50 | 424 | 42 | 55 |
| Binary | 1111010 | 1001100 | 10011001 | 10100 | 110010 | 0 | 101000 | 100010100 | 100010 | 101101 |
Color Harmonies of #7A4C99
Complementary color
Monochromatic Colors of #7A4C99
Black with #7A4C99
Text Example
Text Example
White with #7A4C99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A4C99; }
p { color: rgb(122,76,153); }
H1.HeaderClassName
{
color: #7A4C99;
}
.AnyTagClassName
{
color: #7A4C99;
}
</style>
background-color css
<style>
a { background-color: #7A4C99; }
a { background-color: rgb(122,76,153); }
div.DivClassName
{
background-color: #7A4C99;
}
.BgClassName
{
background-color: #7A4C99;
}
</style>
border-color css
<style>
span { border-color: #7A4C99; }
span { border-color: rgb(122,76,153); }
td.TdClassName
{
border-color: #7A4C99;
}
.TagClassName
{
border-color: #7A4C99;
}
</style>