Shades of Studio #77519F
Tints of Studio #77519F
RGB
CMYK
RGB Variations
Color information
#77519F (or 0x77519F) is known color: Studio. HEX triplet: 77, 51 and 9F. RGB value is (119,81,159). Sum of RGB (Red+Green+Blue) = 119+81+159=359 (47% of max value = 765). Red value is 119 (46.88% from 255 or 33.15% from 359); Green value is 81 (32.03% from 255 or 22.56% from 359); Blue value is 159 (62.5% from 255 or 44.29% from 359); Max value from RGB is 159 - color contains mainly: blue. Hex color #77519F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #77519F is #88AE60. Grayscale: #646464. Windows color (decimal): -8957537 or 10441079. OLE color: 10441079.
HSL color Cylindrical-coordinate representation of color #77519F: hue angle of 269.23º degrees, saturation: 0.32, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #77519F is Cyan = 0.25, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 119 | 81 | 159 | - |
| CMYK | 0.25 | 0.49 | 0 | 0.38 |
| HSL | 269.23º | 0.33% | 0.47% | - |
| HSV(B) | 269.23º | 0.49% | 0.62% | - |
| XYZ | 16.81 | 12.31 | 34.29 | - |
| YUV | 101.25 | 160.59 | 140.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 81 | 159 | 0.25 | 0.49 | 0 | 0.38 | 269.23 | 0.33 | 0.47 |
| Hex | 77 | 51 | 9F | 19 | 31 | 0 | 26 | 10D | 20 | 2F |
| Octal | 167 | 121 | 237 | 31 | 61 | 0 | 46 | 415 | 40 | 57 |
| Binary | 1110111 | 1010001 | 10011111 | 11001 | 110001 | 0 | 100110 | 100001101 | 100000 | 101111 |
Color Harmonies of #77519F
Complementary color
Monochromatic Colors of #77519F
Black with #77519F
Text Example
Text Example
White with #77519F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77519F; }
p { color: rgb(119,81,159); }
H1.HeaderClassName
{
color: #77519F;
}
.AnyTagClassName
{
color: #77519F;
}
</style>
background-color css
<style>
a { background-color: #77519F; }
a { background-color: rgb(119,81,159); }
div.DivClassName
{
background-color: #77519F;
}
.BgClassName
{
background-color: #77519F;
}
</style>
border-color css
<style>
span { border-color: #77519F; }
span { border-color: rgb(119,81,159); }
td.TdClassName
{
border-color: #77519F;
}
.TagClassName
{
border-color: #77519F;
}
</style>