Shades of Studio #7C519A
Tints of Studio #7C519A
RGB
CMYK
RGB Variations
Color information
#7C519A (or 0x7C519A) is known color: Studio. HEX triplet: 7C, 51 and 9A. RGB value is (124,81,154). Sum of RGB (Red+Green+Blue) = 124+81+154=359 (47% of max value = 765). Red value is 124 (48.83% from 255 or 34.54% from 359); Green value is 81 (32.03% from 255 or 22.56% 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 #7C519A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C519A is #83AE65. Grayscale: #656565. Windows color (decimal): -8629862 or 10113404. OLE color: 10113404.
HSL color Cylindrical-coordinate representation of color #7C519A: hue angle of 275.34º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7C519A is Cyan = 0.19, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 124 | 81 | 154 | - |
| CMYK | 0.19 | 0.47 | 0 | 0.40 |
| HSL | 275.34º | 0.31% | 0.46% | - |
| HSV(B) | 275.34º | 0.47% | 0.6% | - |
| XYZ | 17.09 | 12.5 | 32.08 | - |
| YUV | 102.18 | 157.25 | 143.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 81 | 154 | 0.19 | 0.47 | 0 | 0.40 | 275.34 | 0.31 | 0.46 |
| Hex | 7C | 51 | 9A | 13 | 2F | 0 | 28 | 113 | 1F | 2E |
| Octal | 174 | 121 | 232 | 23 | 57 | 0 | 50 | 423 | 37 | 56 |
| Binary | 1111100 | 1010001 | 10011010 | 10011 | 101111 | 0 | 101000 | 100010011 | 11111 | 101110 |
Color Harmonies of #7C519A
Complementary color
Monochromatic Colors of #7C519A
Black with #7C519A
Text Example
Text Example
White with #7C519A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C519A; }
p { color: rgb(124,81,154); }
H1.HeaderClassName
{
color: #7C519A;
}
.AnyTagClassName
{
color: #7C519A;
}
</style>
background-color css
<style>
a { background-color: #7C519A; }
a { background-color: rgb(124,81,154); }
div.DivClassName
{
background-color: #7C519A;
}
.BgClassName
{
background-color: #7C519A;
}
</style>
border-color css
<style>
span { border-color: #7C519A; }
span { border-color: rgb(124,81,154); }
td.TdClassName
{
border-color: #7C519A;
}
.TagClassName
{
border-color: #7C519A;
}
</style>