Shades of Vivid Violet #762983
Tints of Vivid Violet #762983
RGB
CMYK
RGB Variations
Color information
#762983 (or 0x762983) is known color: Vivid Violet. HEX triplet: 76, 29 and 83. RGB value is (118,41,131). Sum of RGB (Red+Green+Blue) = 118+41+131=290 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.69% from 290); Green value is 41 (16.41% from 255 or 14.14% from 290); Blue value is 131 (51.56% from 255 or 45.17% from 290); Max value from RGB is 131 - color contains mainly: blue. Hex color #762983 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #762983 is #89D67C. Grayscale: #4A4A4A. Windows color (decimal): -9033341 or 8595830. OLE color: 8595830.
HSL color Cylindrical-coordinate representation of color #762983: hue angle of 291.33º degrees, saturation: 0.52, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #762983 is Cyan = 0.10, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 118 | 41 | 131 | - |
| CMYK | 0.10 | 0.69 | 0 | 0.49 |
| HSL | 291.33º | 0.52% | 0.34% | - |
| HSV(B) | 291.33º | 0.69% | 0.51% | - |
| XYZ | 12.36 | 7.08 | 22.19 | - |
| YUV | 74.28 | 160.01 | 159.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 41 | 131 | 0.10 | 0.69 | 0 | 0.49 | 291.33 | 0.52 | 0.34 |
| Hex | 76 | 29 | 83 | A | 45 | 0 | 31 | 123 | 34 | 22 |
| Octal | 166 | 51 | 203 | 12 | 105 | 0 | 61 | 443 | 64 | 42 |
| Binary | 1110110 | 101001 | 10000011 | 1010 | 1000101 | 0 | 110001 | 100100011 | 110100 | 100010 |
Color Harmonies of #762983
Complementary color
Monochromatic Colors of #762983
Black with #762983
Text Example
Text Example
White with #762983
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #762983; }
p { color: rgb(118,41,131); }
H1.HeaderClassName
{
color: #762983;
}
.AnyTagClassName
{
color: #762983;
}
</style>
background-color css
<style>
a { background-color: #762983; }
a { background-color: rgb(118,41,131); }
div.DivClassName
{
background-color: #762983;
}
.BgClassName
{
background-color: #762983;
}
</style>
border-color css
<style>
span { border-color: #762983; }
span { border-color: rgb(118,41,131); }
td.TdClassName
{
border-color: #762983;
}
.TagClassName
{
border-color: #762983;
}
</style>