Shades of Studio #76519D
Tints of Studio #76519D
RGB
CMYK
RGB Variations
Color information
#76519D (or 0x76519D) is known color: Studio. HEX triplet: 76, 51 and 9D. RGB value is (118,81,157). Sum of RGB (Red+Green+Blue) = 118+81+157=356 (47% of max value = 765). Red value is 118 (46.48% from 255 or 33.15% from 356); Green value is 81 (32.03% from 255 or 22.75% from 356); Blue value is 157 (61.72% from 255 or 44.10% from 356); Max value from RGB is 157 - color contains mainly: blue. Hex color #76519D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #76519D is #89AE62. Grayscale: #646464. Windows color (decimal): -9023075 or 10310006. OLE color: 10310006.
HSL color Cylindrical-coordinate representation of color #76519D: hue angle of 269.21º 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 #76519D is Cyan = 0.25, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 118 | 81 | 157 | - |
| CMYK | 0.25 | 0.48 | 0 | 0.38 |
| HSL | 269.21º | 0.32% | 0.47% | - |
| HSV(B) | 269.21º | 0.48% | 0.62% | - |
| XYZ | 16.5 | 12.17 | 33.38 | - |
| YUV | 100.73 | 159.76 | 140.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 81 | 157 | 0.25 | 0.48 | 0 | 0.38 | 269.21 | 0.32 | 0.47 |
| Hex | 76 | 51 | 9D | 19 | 30 | 0 | 26 | 10D | 20 | 2F |
| Octal | 166 | 121 | 235 | 31 | 60 | 0 | 46 | 415 | 40 | 57 |
| Binary | 1110110 | 1010001 | 10011101 | 11001 | 110000 | 0 | 100110 | 100001101 | 100000 | 101111 |
Color Harmonies of #76519D
Complementary color
Monochromatic Colors of #76519D
Black with #76519D
Text Example
Text Example
White with #76519D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76519D; }
p { color: rgb(118,81,157); }
H1.HeaderClassName
{
color: #76519D;
}
.AnyTagClassName
{
color: #76519D;
}
</style>
background-color css
<style>
a { background-color: #76519D; }
a { background-color: rgb(118,81,157); }
div.DivClassName
{
background-color: #76519D;
}
.BgClassName
{
background-color: #76519D;
}
</style>
border-color css
<style>
span { border-color: #76519D; }
span { border-color: rgb(118,81,157); }
td.TdClassName
{
border-color: #76519D;
}
.TagClassName
{
border-color: #76519D;
}
</style>