Shades of Vivid Violet #761D92
Tints of Vivid Violet #761D92
RGB
CMYK
RGB Variations
Color information
#761D92 (or 0x761D92) is known color: Vivid Violet. HEX triplet: 76, 1D and 92. RGB value is (118,29,146). Sum of RGB (Red+Green+Blue) = 118+29+146=293 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.27% from 293); Green value is 29 (11.72% from 255 or 9.90% from 293); Blue value is 146 (57.42% from 255 or 49.83% from 293); Max value from RGB is 146 - color contains mainly: blue. Hex color #761D92 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #761D92 is #89E26D. Grayscale: #444444. Windows color (decimal): -9036398 or 9575798. OLE color: 9575798.
HSL color Cylindrical-coordinate representation of color #761D92: hue angle of 285.64º degrees, saturation: 0.67, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #761D92 is Cyan = 0.19, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 118 | 29 | 146 | - |
| CMYK | 0.19 | 0.80 | 0 | 0.43 |
| HSL | 285.64º | 0.67% | 0.34% | - |
| HSV(B) | 285.64º | 0.8% | 0.57% | - |
| XYZ | 13.1 | 6.81 | 27.82 | - |
| YUV | 68.95 | 171.49 | 162.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 29 | 146 | 0.19 | 0.80 | 0 | 0.43 | 285.64 | 0.67 | 0.34 |
| Hex | 76 | 1D | 92 | 13 | 50 | 0 | 2B | 11E | 43 | 22 |
| Octal | 166 | 35 | 222 | 23 | 120 | 0 | 53 | 436 | 103 | 42 |
| Binary | 1110110 | 11101 | 10010010 | 10011 | 1010000 | 0 | 101011 | 100011110 | 1000011 | 100010 |
Color Harmonies of #761D92
Complementary color
Monochromatic Colors of #761D92
Black with #761D92
Text Example
Text Example
White with #761D92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #761D92; }
p { color: rgb(118,29,146); }
H1.HeaderClassName
{
color: #761D92;
}
.AnyTagClassName
{
color: #761D92;
}
</style>
background-color css
<style>
a { background-color: #761D92; }
a { background-color: rgb(118,29,146); }
div.DivClassName
{
background-color: #761D92;
}
.BgClassName
{
background-color: #761D92;
}
</style>
border-color css
<style>
span { border-color: #761D92; }
span { border-color: rgb(118,29,146); }
td.TdClassName
{
border-color: #761D92;
}
.TagClassName
{
border-color: #761D92;
}
</style>