Shades of Studio #7A539A
Tints of Studio #7A539A
RGB
CMYK
RGB Variations
Color information
#7A539A (or 0x7A539A) is known color: Studio. HEX triplet: 7A, 53 and 9A. RGB value is (122,83,154). Sum of RGB (Red+Green+Blue) = 122+83+154=359 (47% of max value = 765). Red value is 122 (48.05% from 255 or 33.98% from 359); Green value is 83 (32.81% from 255 or 23.12% from 359); Blue value is 154 (60.55% from 255 or 42.90% from 359); Max value from RGB is 154 - color contains mainly: blue. Hex color #7A539A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A539A is #85AC65. Grayscale: #666666. Windows color (decimal): -8760422 or 10113914. OLE color: 10113914.
HSL color Cylindrical-coordinate representation of color #7A539A: hue angle of 272.96º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7A539A is Cyan = 0.21, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 122 | 83 | 154 | - |
| CMYK | 0.21 | 0.46 | 0 | 0.40 |
| HSL | 272.96º | 0.3% | 0.46% | - |
| HSV(B) | 272.96º | 0.46% | 0.6% | - |
| XYZ | 16.95 | 12.66 | 32.12 | - |
| YUV | 102.76 | 156.92 | 141.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 83 | 154 | 0.21 | 0.46 | 0 | 0.40 | 272.96 | 0.3 | 0.46 |
| Hex | 7A | 53 | 9A | 15 | 2E | 0 | 28 | 111 | 1E | 2E |
| Octal | 172 | 123 | 232 | 25 | 56 | 0 | 50 | 421 | 36 | 56 |
| Binary | 1111010 | 1010011 | 10011010 | 10101 | 101110 | 0 | 101000 | 100010001 | 11110 | 101110 |
Color Harmonies of #7A539A
Complementary color
Monochromatic Colors of #7A539A
Black with #7A539A
Text Example
Text Example
White with #7A539A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A539A; }
p { color: rgb(122,83,154); }
H1.HeaderClassName
{
color: #7A539A;
}
.AnyTagClassName
{
color: #7A539A;
}
</style>
background-color css
<style>
a { background-color: #7A539A; }
a { background-color: rgb(122,83,154); }
div.DivClassName
{
background-color: #7A539A;
}
.BgClassName
{
background-color: #7A539A;
}
</style>
border-color css
<style>
span { border-color: #7A539A; }
span { border-color: rgb(122,83,154); }
td.TdClassName
{
border-color: #7A539A;
}
.TagClassName
{
border-color: #7A539A;
}
</style>