Shades of Studio #7A4AAA
Tints of Studio #7A4AAA
RGB
CMYK
RGB Variations
Color information
#7A4AAA (or 0x7A4AAA) is known color: Studio. HEX triplet: 7A, 4A and AA. RGB value is (122,74,170). Sum of RGB (Red+Green+Blue) = 122+74+170=366 (48% of max value = 765). Red value is 122 (48.05% from 255 or 33.33% from 366); Green value is 74 (29.30% from 255 or 20.22% from 366); Blue value is 170 (66.80% from 255 or 46.45% from 366); Max value from RGB is 170 - color contains mainly: blue. Hex color #7A4AAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7A4AAA is #85B555. Grayscale: #626262. Windows color (decimal): -8762710 or 11160186. OLE color: 11160186.
HSL color Cylindrical-coordinate representation of color #7A4AAA: hue angle of 270º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7A4AAA is Cyan = 0.28, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 122 | 74 | 170 | - |
| CMYK | 0.28 | 0.56 | 0 | 0.33 |
| HSL | 270º | 0.39% | 0.48% | - |
| HSV(B) | 270º | 0.56% | 0.67% | - |
| XYZ | 17.73 | 11.94 | 39.4 | - |
| YUV | 99.3 | 167.9 | 144.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 74 | 170 | 0.28 | 0.56 | 0 | 0.33 | 270 | 0.39 | 0.48 |
| Hex | 7A | 4A | AA | 1C | 38 | 0 | 21 | 10E | 27 | 30 |
| Octal | 172 | 112 | 252 | 34 | 70 | 0 | 41 | 416 | 47 | 60 |
| Binary | 1111010 | 1001010 | 10101010 | 11100 | 111000 | 0 | 100001 | 100001110 | 100111 | 110000 |
Color Harmonies of #7A4AAA
Complementary color
Monochromatic Colors of #7A4AAA
Black with #7A4AAA
Text Example
Text Example
White with #7A4AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A4AAA; }
p { color: rgb(122,74,170); }
H1.HeaderClassName
{
color: #7A4AAA;
}
.AnyTagClassName
{
color: #7A4AAA;
}
</style>
background-color css
<style>
a { background-color: #7A4AAA; }
a { background-color: rgb(122,74,170); }
div.DivClassName
{
background-color: #7A4AAA;
}
.BgClassName
{
background-color: #7A4AAA;
}
</style>
border-color css
<style>
span { border-color: #7A4AAA; }
span { border-color: rgb(122,74,170); }
td.TdClassName
{
border-color: #7A4AAA;
}
.TagClassName
{
border-color: #7A4AAA;
}
</style>