Shades of Studio #7F519D
Tints of Studio #7F519D
RGB
CMYK
RGB Variations
Color information
#7F519D (or 0x7F519D) is known color: Studio. HEX triplet: 7F, 51 and 9D. RGB value is (127,81,157). Sum of RGB (Red+Green+Blue) = 127+81+157=365 (48% of max value = 765). Red value is 127 (50% from 255 or 34.79% from 365); Green value is 81 (32.03% from 255 or 22.19% from 365); Blue value is 157 (61.72% from 255 or 43.01% from 365); Max value from RGB is 157 - color contains mainly: blue. Hex color #7F519D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F519D is #80AE62. Grayscale: #676767. Windows color (decimal): -8433251 or 10310015. OLE color: 10310015.
HSL color Cylindrical-coordinate representation of color #7F519D: hue angle of 276.32º degrees, saturation: 0.32, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7F519D is Cyan = 0.19, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 127 | 81 | 157 | - |
| CMYK | 0.19 | 0.48 | 0 | 0.38 |
| HSL | 276.32º | 0.32% | 0.47% | - |
| HSV(B) | 276.32º | 0.48% | 0.62% | - |
| XYZ | 17.78 | 12.83 | 33.44 | - |
| YUV | 103.42 | 158.24 | 144.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 81 | 157 | 0.19 | 0.48 | 0 | 0.38 | 276.32 | 0.32 | 0.47 |
| Hex | 7F | 51 | 9D | 13 | 30 | 0 | 26 | 114 | 20 | 2F |
| Octal | 177 | 121 | 235 | 23 | 60 | 0 | 46 | 424 | 40 | 57 |
| Binary | 1111111 | 1010001 | 10011101 | 10011 | 110000 | 0 | 100110 | 100010100 | 100000 | 101111 |
Color Harmonies of #7F519D
Complementary color
Monochromatic Colors of #7F519D
Black with #7F519D
Text Example
Text Example
White with #7F519D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F519D; }
p { color: rgb(127,81,157); }
H1.HeaderClassName
{
color: #7F519D;
}
.AnyTagClassName
{
color: #7F519D;
}
</style>
background-color css
<style>
a { background-color: #7F519D; }
a { background-color: rgb(127,81,157); }
div.DivClassName
{
background-color: #7F519D;
}
.BgClassName
{
background-color: #7F519D;
}
</style>
border-color css
<style>
span { border-color: #7F519D; }
span { border-color: rgb(127,81,157); }
td.TdClassName
{
border-color: #7F519D;
}
.TagClassName
{
border-color: #7F519D;
}
</style>