Shades of Vivid Violet #761695
Tints of Vivid Violet #761695
RGB
CMYK
RGB Variations
Color information
#761695 (or 0x761695) is known color: Vivid Violet. HEX triplet: 76, 16 and 95. RGB value is (118,22,149). Sum of RGB (Red+Green+Blue) = 118+22+149=289 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.83% from 289); Green value is 22 (8.98% from 255 or 7.61% from 289); Blue value is 149 (58.59% from 255 or 51.56% from 289); Max value from RGB is 149 - color contains mainly: blue. Hex color #761695 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #761695 is #89E96A. Grayscale: #404040. Windows color (decimal): -9038187 or 9770614. OLE color: 9770614.
HSL color Cylindrical-coordinate representation of color #761695: hue angle of 285.35º degrees, saturation: 0.74, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #761695 is Cyan = 0.21, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 118 | 22 | 149 | - |
| CMYK | 0.21 | 0.85 | 0 | 0.42 |
| HSL | 285.35º | 0.74% | 0.34% | - |
| HSV(B) | 285.35º | 0.85% | 0.58% | - |
| XYZ | 13.18 | 6.6 | 29.01 | - |
| YUV | 65.18 | 175.3 | 165.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 22 | 149 | 0.21 | 0.85 | 0 | 0.42 | 285.35 | 0.74 | 0.34 |
| Hex | 76 | 16 | 95 | 15 | 55 | 0 | 2A | 11D | 4A | 22 |
| Octal | 166 | 26 | 225 | 25 | 125 | 0 | 52 | 435 | 112 | 42 |
| Binary | 1110110 | 10110 | 10010101 | 10101 | 1010101 | 0 | 101010 | 100011101 | 1001010 | 100010 |
Color Harmonies of #761695
Complementary color
Monochromatic Colors of #761695
Black with #761695
Text Example
Text Example
White with #761695
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #761695; }
p { color: rgb(118,22,149); }
H1.HeaderClassName
{
color: #761695;
}
.AnyTagClassName
{
color: #761695;
}
</style>
background-color css
<style>
a { background-color: #761695; }
a { background-color: rgb(118,22,149); }
div.DivClassName
{
background-color: #761695;
}
.BgClassName
{
background-color: #761695;
}
</style>
border-color css
<style>
span { border-color: #761695; }
span { border-color: rgb(118,22,149); }
td.TdClassName
{
border-color: #761695;
}
.TagClassName
{
border-color: #761695;
}
</style>