Shades of Vivid Violet #761497
Tints of Vivid Violet #761497
RGB
CMYK
RGB Variations
Color information
#761497 (or 0x761497) is known color: Vivid Violet. HEX triplet: 76, 14 and 97. RGB value is (118,20,151). Sum of RGB (Red+Green+Blue) = 118+20+151=289 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.83% from 289); Green value is 20 (8.20% from 255 or 6.92% from 289); Blue value is 151 (59.38% from 255 or 52.25% from 289); Max value from RGB is 151 - color contains mainly: blue. Hex color #761497 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #761497 is #89EB68. Grayscale: #3F3F3F. Windows color (decimal): -9038697 or 9901174. OLE color: 9901174.
HSL color Cylindrical-coordinate representation of color #761497: hue angle of 284.89º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #761497 is Cyan = 0.22, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 118 | 20 | 151 | - |
| CMYK | 0.22 | 0.87 | 0 | 0.41 |
| HSL | 284.89º | 0.77% | 0.34% | - |
| HSV(B) | 284.89º | 0.87% | 0.59% | - |
| XYZ | 13.31 | 6.59 | 29.85 | - |
| YUV | 64.24 | 176.97 | 166.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 20 | 151 | 0.22 | 0.87 | 0 | 0.41 | 284.89 | 0.77 | 0.34 |
| Hex | 76 | 14 | 97 | 16 | 57 | 0 | 29 | 11D | 4D | 22 |
| Octal | 166 | 24 | 227 | 26 | 127 | 0 | 51 | 435 | 115 | 42 |
| Binary | 1110110 | 10100 | 10010111 | 10110 | 1010111 | 0 | 101001 | 100011101 | 1001101 | 100010 |
Color Harmonies of #761497
Complementary color
Monochromatic Colors of #761497
Black with #761497
Text Example
Text Example
White with #761497
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #761497; }
p { color: rgb(118,20,151); }
H1.HeaderClassName
{
color: #761497;
}
.AnyTagClassName
{
color: #761497;
}
</style>
background-color css
<style>
a { background-color: #761497; }
a { background-color: rgb(118,20,151); }
div.DivClassName
{
background-color: #761497;
}
.BgClassName
{
background-color: #761497;
}
</style>
border-color css
<style>
span { border-color: #761497; }
span { border-color: rgb(118,20,151); }
td.TdClassName
{
border-color: #761497;
}
.TagClassName
{
border-color: #761497;
}
</style>