Shades of Studio #7E519A
Tints of Studio #7E519A
RGB
CMYK
RGB Variations
Color information
#7E519A (or 0x7E519A) is known color: Studio. HEX triplet: 7E, 51 and 9A. RGB value is (126,81,154). Sum of RGB (Red+Green+Blue) = 126+81+154=361 (47% of max value = 765). Red value is 126 (49.61% from 255 or 34.90% from 361); Green value is 81 (32.03% from 255 or 22.44% from 361); Blue value is 154 (60.55% from 255 or 42.66% from 361); Max value from RGB is 154 - color contains mainly: blue. Hex color #7E519A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7E519A is #81AE65. Grayscale: #666666. Windows color (decimal): -8498790 or 10113406. OLE color: 10113406.
HSL color Cylindrical-coordinate representation of color #7E519A: hue angle of 276.99º 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 #7E519A is Cyan = 0.18, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 126 | 81 | 154 | - |
| CMYK | 0.18 | 0.47 | 0 | 0.40 |
| HSL | 276.99º | 0.31% | 0.46% | - |
| HSV(B) | 276.99º | 0.47% | 0.6% | - |
| XYZ | 17.38 | 12.65 | 32.1 | - |
| YUV | 102.78 | 156.91 | 144.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 81 | 154 | 0.18 | 0.47 | 0 | 0.40 | 276.99 | 0.31 | 0.46 |
| Hex | 7E | 51 | 9A | 12 | 2F | 0 | 28 | 115 | 1F | 2E |
| Octal | 176 | 121 | 232 | 22 | 57 | 0 | 50 | 425 | 37 | 56 |
| Binary | 1111110 | 1010001 | 10011010 | 10010 | 101111 | 0 | 101000 | 100010101 | 11111 | 101110 |
Color Harmonies of #7E519A
Complementary color
Monochromatic Colors of #7E519A
Black with #7E519A
Text Example
Text Example
White with #7E519A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E519A; }
p { color: rgb(126,81,154); }
H1.HeaderClassName
{
color: #7E519A;
}
.AnyTagClassName
{
color: #7E519A;
}
</style>
background-color css
<style>
a { background-color: #7E519A; }
a { background-color: rgb(126,81,154); }
div.DivClassName
{
background-color: #7E519A;
}
.BgClassName
{
background-color: #7E519A;
}
</style>
border-color css
<style>
span { border-color: #7E519A; }
span { border-color: rgb(126,81,154); }
td.TdClassName
{
border-color: #7E519A;
}
.TagClassName
{
border-color: #7E519A;
}
</style>