Shades of Studio #7A519C
Tints of Studio #7A519C
RGB
CMYK
RGB Variations
Color information
#7A519C (or 0x7A519C) is known color: Studio. HEX triplet: 7A, 51 and 9C. RGB value is (122,81,156). Sum of RGB (Red+Green+Blue) = 122+81+156=359 (47% of max value = 765). Red value is 122 (48.05% from 255 or 33.98% from 359); Green value is 81 (32.03% from 255 or 22.56% from 359); Blue value is 156 (61.33% from 255 or 43.45% from 359); Max value from RGB is 156 - color contains mainly: blue. Hex color #7A519C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A519C is #85AE63. Grayscale: #656565. Windows color (decimal): -8760932 or 10244474. OLE color: 10244474.
HSL color Cylindrical-coordinate representation of color #7A519C: hue angle of 272.8º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7A519C is Cyan = 0.22, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 122 | 81 | 156 | - |
| CMYK | 0.22 | 0.48 | 0 | 0.39 |
| HSL | 272.8º | 0.32% | 0.46% | - |
| HSV(B) | 272.8º | 0.48% | 0.61% | - |
| XYZ | 16.97 | 12.42 | 32.96 | - |
| YUV | 101.81 | 158.58 | 142.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 81 | 156 | 0.22 | 0.48 | 0 | 0.39 | 272.8 | 0.32 | 0.46 |
| Hex | 7A | 51 | 9C | 16 | 30 | 0 | 27 | 111 | 20 | 2E |
| Octal | 172 | 121 | 234 | 26 | 60 | 0 | 47 | 421 | 40 | 56 |
| Binary | 1111010 | 1010001 | 10011100 | 10110 | 110000 | 0 | 100111 | 100010001 | 100000 | 101110 |
Color Harmonies of #7A519C
Complementary color
Monochromatic Colors of #7A519C
Black with #7A519C
Text Example
Text Example
White with #7A519C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A519C; }
p { color: rgb(122,81,156); }
H1.HeaderClassName
{
color: #7A519C;
}
.AnyTagClassName
{
color: #7A519C;
}
</style>
background-color css
<style>
a { background-color: #7A519C; }
a { background-color: rgb(122,81,156); }
div.DivClassName
{
background-color: #7A519C;
}
.BgClassName
{
background-color: #7A519C;
}
</style>
border-color css
<style>
span { border-color: #7A519C; }
span { border-color: rgb(122,81,156); }
td.TdClassName
{
border-color: #7A519C;
}
.TagClassName
{
border-color: #7A519C;
}
</style>