Shades of Studio #7A4DAA
Tints of Studio #7A4DAA
RGB
CMYK
RGB Variations
Color information
#7A4DAA (or 0x7A4DAA) is known color: Studio. HEX triplet: 7A, 4D and AA. RGB value is (122,77,170). Sum of RGB (Red+Green+Blue) = 122+77+170=369 (48% of max value = 765). Red value is 122 (48.05% from 255 or 33.06% from 369); Green value is 77 (30.47% from 255 or 20.87% 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 #7A4DAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A4DAA is #85B255. Grayscale: #646464. Windows color (decimal): -8761942 or 11160954. OLE color: 11160954.
HSL color Cylindrical-coordinate representation of color #7A4DAA: hue angle of 269.03º degrees, saturation: 0.38, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7A4DAA is Cyan = 0.28, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 122 | 77 | 170 | - |
| CMYK | 0.28 | 0.55 | 0 | 0.33 |
| HSL | 269.03º | 0.38% | 0.48% | - |
| HSV(B) | 269.03º | 0.55% | 0.67% | - |
| XYZ | 17.94 | 12.35 | 39.47 | - |
| YUV | 101.06 | 166.91 | 142.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 77 | 170 | 0.28 | 0.55 | 0 | 0.33 | 269.03 | 0.38 | 0.48 |
| Hex | 7A | 4D | AA | 1C | 37 | 0 | 21 | 10D | 26 | 30 |
| Octal | 172 | 115 | 252 | 34 | 67 | 0 | 41 | 415 | 46 | 60 |
| Binary | 1111010 | 1001101 | 10101010 | 11100 | 110111 | 0 | 100001 | 100001101 | 100110 | 110000 |
Color Harmonies of #7A4DAA
Complementary color
Monochromatic Colors of #7A4DAA
Black with #7A4DAA
Text Example
Text Example
White with #7A4DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A4DAA; }
p { color: rgb(122,77,170); }
H1.HeaderClassName
{
color: #7A4DAA;
}
.AnyTagClassName
{
color: #7A4DAA;
}
</style>
background-color css
<style>
a { background-color: #7A4DAA; }
a { background-color: rgb(122,77,170); }
div.DivClassName
{
background-color: #7A4DAA;
}
.BgClassName
{
background-color: #7A4DAA;
}
</style>
border-color css
<style>
span { border-color: #7A4DAA; }
span { border-color: rgb(122,77,170); }
td.TdClassName
{
border-color: #7A4DAA;
}
.TagClassName
{
border-color: #7A4DAA;
}
</style>