Shades of Vivid Violet #761693
Tints of Vivid Violet #761693
RGB
CMYK
RGB Variations
Color information
#761693 (or 0x761693) is known color: Vivid Violet. HEX triplet: 76, 16 and 93. RGB value is (118,22,147). Sum of RGB (Red+Green+Blue) = 118+22+147=287 (38% of max value = 765). Red value is 118 (46.48% from 255 or 41.11% from 287); Green value is 22 (8.98% from 255 or 7.67% from 287); Blue value is 147 (57.81% from 255 or 51.22% from 287); Max value from RGB is 147 - color contains mainly: blue. Hex color #761693 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #761693 is #89E96C. Grayscale: #404040. Windows color (decimal): -9038189 or 9639542. OLE color: 9639542.
HSL color Cylindrical-coordinate representation of color #761693: hue angle of 286.08º degrees, saturation: 0.74, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #761693 is Cyan = 0.20, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 118 | 22 | 147 | - |
| CMYK | 0.20 | 0.85 | 0 | 0.42 |
| HSL | 286.08º | 0.74% | 0.33% | - |
| HSV(B) | 286.08º | 0.85% | 0.58% | - |
| XYZ | 13.02 | 6.53 | 28.18 | - |
| YUV | 64.95 | 174.3 | 165.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 22 | 147 | 0.20 | 0.85 | 0 | 0.42 | 286.08 | 0.74 | 0.33 |
| Hex | 76 | 16 | 93 | 14 | 55 | 0 | 2A | 11E | 4A | 21 |
| Octal | 166 | 26 | 223 | 24 | 125 | 0 | 52 | 436 | 112 | 41 |
| Binary | 1110110 | 10110 | 10010011 | 10100 | 1010101 | 0 | 101010 | 100011110 | 1001010 | 100001 |
Color Harmonies of #761693
Complementary color
Monochromatic Colors of #761693
Black with #761693
Text Example
Text Example
White with #761693
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #761693; }
p { color: rgb(118,22,147); }
H1.HeaderClassName
{
color: #761693;
}
.AnyTagClassName
{
color: #761693;
}
</style>
background-color css
<style>
a { background-color: #761693; }
a { background-color: rgb(118,22,147); }
div.DivClassName
{
background-color: #761693;
}
.BgClassName
{
background-color: #761693;
}
</style>
border-color css
<style>
span { border-color: #761693; }
span { border-color: rgb(118,22,147); }
td.TdClassName
{
border-color: #761693;
}
.TagClassName
{
border-color: #761693;
}
</style>