Shades of Vivid Violet #761D89
Tints of Vivid Violet #761D89
RGB
CMYK
RGB Variations
Color information
#761D89 (or 0x761D89) is known color: Vivid Violet. HEX triplet: 76, 1D and 89. RGB value is (118,29,137). Sum of RGB (Red+Green+Blue) = 118+29+137=284 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.55% from 284); Green value is 29 (11.72% from 255 or 10.21% from 284); Blue value is 137 (53.91% from 255 or 48.24% from 284); Max value from RGB is 137 - color contains mainly: blue. Hex color #761D89 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #761D89 is #89E276. Grayscale: #434343. Windows color (decimal): -9036407 or 8985974. OLE color: 8985974.
HSL color Cylindrical-coordinate representation of color #761D89: hue angle of 289.44º degrees, saturation: 0.65, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #761D89 is Cyan = 0.14, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 118 | 29 | 137 | - |
| CMYK | 0.14 | 0.79 | 0 | 0.46 |
| HSL | 289.44º | 0.65% | 0.33% | - |
| HSV(B) | 289.44º | 0.79% | 0.54% | - |
| XYZ | 12.43 | 6.54 | 24.27 | - |
| YUV | 67.92 | 166.99 | 163.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 29 | 137 | 0.14 | 0.79 | 0 | 0.46 | 289.44 | 0.65 | 0.33 |
| Hex | 76 | 1D | 89 | E | 4F | 0 | 2E | 121 | 41 | 21 |
| Octal | 166 | 35 | 211 | 16 | 117 | 0 | 56 | 441 | 101 | 41 |
| Binary | 1110110 | 11101 | 10001001 | 1110 | 1001111 | 0 | 101110 | 100100001 | 1000001 | 100001 |
Color Harmonies of #761D89
Complementary color
Monochromatic Colors of #761D89
Black with #761D89
Text Example
Text Example
White with #761D89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #761D89; }
p { color: rgb(118,29,137); }
H1.HeaderClassName
{
color: #761D89;
}
.AnyTagClassName
{
color: #761D89;
}
</style>
background-color css
<style>
a { background-color: #761D89; }
a { background-color: rgb(118,29,137); }
div.DivClassName
{
background-color: #761D89;
}
.BgClassName
{
background-color: #761D89;
}
</style>
border-color css
<style>
span { border-color: #761D89; }
span { border-color: rgb(118,29,137); }
td.TdClassName
{
border-color: #761D89;
}
.TagClassName
{
border-color: #761D89;
}
</style>