Shades of Vivid Violet #761599
Tints of Vivid Violet #761599
RGB
CMYK
RGB Variations
Color information
#761599 (or 0x761599) is known color: Vivid Violet. HEX triplet: 76, 15 and 99. RGB value is (118,21,153). Sum of RGB (Red+Green+Blue) = 118+21+153=292 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.41% from 292); Green value is 21 (8.59% from 255 or 7.19% from 292); Blue value is 153 (60.16% from 255 or 52.40% from 292); Max value from RGB is 153 - color contains mainly: blue. Hex color #761599 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #761599 is #89EA66. Grayscale: #404040. Windows color (decimal): -9038439 or 10032502. OLE color: 10032502.
HSL color Cylindrical-coordinate representation of color #761599: hue angle of 284.09º degrees, saturation: 0.76, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #761599 is Cyan = 0.23, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 118 | 21 | 153 | - |
| CMYK | 0.23 | 0.86 | 0 | 0.4 |
| HSL | 284.09º | 0.76% | 0.34% | - |
| HSV(B) | 284.09º | 0.86% | 0.6% | - |
| XYZ | 13.49 | 6.69 | 30.72 | - |
| YUV | 65.05 | 177.64 | 165.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 21 | 153 | 0.23 | 0.86 | 0 | 0.4 | 284.09 | 0.76 | 0.34 |
| Hex | 76 | 15 | 99 | 17 | 56 | 0 | 28 | 11C | 4C | 22 |
| Octal | 166 | 25 | 231 | 27 | 126 | 0 | 50 | 434 | 114 | 42 |
| Binary | 1110110 | 10101 | 10011001 | 10111 | 1010110 | 0 | 101000 | 100011100 | 1001100 | 100010 |
Color Harmonies of #761599
Complementary color
Monochromatic Colors of #761599
Black with #761599
Text Example
Text Example
White with #761599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #761599; }
p { color: rgb(118,21,153); }
H1.HeaderClassName
{
color: #761599;
}
.AnyTagClassName
{
color: #761599;
}
</style>
background-color css
<style>
a { background-color: #761599; }
a { background-color: rgb(118,21,153); }
div.DivClassName
{
background-color: #761599;
}
.BgClassName
{
background-color: #761599;
}
</style>
border-color css
<style>
span { border-color: #761599; }
span { border-color: rgb(118,21,153); }
td.TdClassName
{
border-color: #761599;
}
.TagClassName
{
border-color: #761599;
}
</style>