Shades of Vivid Violet #761E94
Tints of Vivid Violet #761E94
RGB
CMYK
RGB Variations
Color information
#761E94 (or 0x761E94) is known color: Vivid Violet. HEX triplet: 76, 1E and 94. RGB value is (118,30,148). Sum of RGB (Red+Green+Blue) = 118+30+148=296 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.86% from 296); Green value is 30 (12.11% from 255 or 10.14% from 296); Blue value is 148 (58.20% from 255 or 50% from 296); Max value from RGB is 148 - color contains mainly: blue. Hex color #761E94 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #761E94 is #89E16B. Grayscale: #454545. Windows color (decimal): -9036140 or 9707126. OLE color: 9707126.
HSL color Cylindrical-coordinate representation of color #761E94: hue angle of 284.75º degrees, saturation: 0.66, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #761E94 is Cyan = 0.20, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 118 | 30 | 148 | - |
| CMYK | 0.20 | 0.80 | 0 | 0.42 |
| HSL | 284.75º | 0.66% | 0.35% | - |
| HSV(B) | 284.75º | 0.8% | 0.58% | - |
| XYZ | 13.28 | 6.92 | 28.65 | - |
| YUV | 69.76 | 172.15 | 162.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 30 | 148 | 0.20 | 0.80 | 0 | 0.42 | 284.75 | 0.66 | 0.35 |
| Hex | 76 | 1E | 94 | 14 | 50 | 0 | 2A | 11D | 42 | 23 |
| Octal | 166 | 36 | 224 | 24 | 120 | 0 | 52 | 435 | 102 | 43 |
| Binary | 1110110 | 11110 | 10010100 | 10100 | 1010000 | 0 | 101010 | 100011101 | 1000010 | 100011 |
Color Harmonies of #761E94
Complementary color
Monochromatic Colors of #761E94
Black with #761E94
Text Example
Text Example
White with #761E94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #761E94; }
p { color: rgb(118,30,148); }
H1.HeaderClassName
{
color: #761E94;
}
.AnyTagClassName
{
color: #761E94;
}
</style>
background-color css
<style>
a { background-color: #761E94; }
a { background-color: rgb(118,30,148); }
div.DivClassName
{
background-color: #761E94;
}
.BgClassName
{
background-color: #761E94;
}
</style>
border-color css
<style>
span { border-color: #761E94; }
span { border-color: rgb(118,30,148); }
td.TdClassName
{
border-color: #761E94;
}
.TagClassName
{
border-color: #761E94;
}
</style>