Shades of Studio #7A49A4
Tints of Studio #7A49A4
RGB
CMYK
RGB Variations
Color information
#7A49A4 (or 0x7A49A4) is known color: Studio. HEX triplet: 7A, 49 and A4. RGB value is (122,73,164). Sum of RGB (Red+Green+Blue) = 122+73+164=359 (47% of max value = 765). Red value is 122 (48.05% from 255 or 33.98% from 359); Green value is 73 (28.91% from 255 or 20.33% from 359); Blue value is 164 (64.45% from 255 or 45.68% from 359); Max value from RGB is 164 - color contains mainly: blue. Hex color #7A49A4 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7A49A4 is #85B65B. Grayscale: #616161. Windows color (decimal): -8762972 or 10766714. OLE color: 10766714.
HSL color Cylindrical-coordinate representation of color #7A49A4: hue angle of 272.31º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7A49A4 is Cyan = 0.26, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 122 | 73 | 164 | - |
| CMYK | 0.26 | 0.55 | 0 | 0.36 |
| HSL | 272.31º | 0.38% | 0.46% | - |
| HSV(B) | 272.31º | 0.55% | 0.64% | - |
| XYZ | 17.11 | 11.58 | 36.46 | - |
| YUV | 98.03 | 165.23 | 145.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 73 | 164 | 0.26 | 0.55 | 0 | 0.36 | 272.31 | 0.38 | 0.46 |
| Hex | 7A | 49 | A4 | 1A | 37 | 0 | 24 | 110 | 26 | 2E |
| Octal | 172 | 111 | 244 | 32 | 67 | 0 | 44 | 420 | 46 | 56 |
| Binary | 1111010 | 1001001 | 10100100 | 11010 | 110111 | 0 | 100100 | 100010000 | 100110 | 101110 |
Color Harmonies of #7A49A4
Complementary color
Monochromatic Colors of #7A49A4
Black with #7A49A4
Text Example
Text Example
White with #7A49A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A49A4; }
p { color: rgb(122,73,164); }
H1.HeaderClassName
{
color: #7A49A4;
}
.AnyTagClassName
{
color: #7A49A4;
}
</style>
background-color css
<style>
a { background-color: #7A49A4; }
a { background-color: rgb(122,73,164); }
div.DivClassName
{
background-color: #7A49A4;
}
.BgClassName
{
background-color: #7A49A4;
}
</style>
border-color css
<style>
span { border-color: #7A49A4; }
span { border-color: rgb(122,73,164); }
td.TdClassName
{
border-color: #7A49A4;
}
.TagClassName
{
border-color: #7A49A4;
}
</style>