Shades of Vivid Violet #763192
Tints of Vivid Violet #763192
RGB
CMYK
RGB Variations
Color information
#763192 (or 0x763192) is known color: Vivid Violet. HEX triplet: 76, 31 and 92. RGB value is (118,49,146). Sum of RGB (Red+Green+Blue) = 118+49+146=313 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.70% from 313); Green value is 49 (19.53% from 255 or 15.65% from 313); Blue value is 146 (57.42% from 255 or 46.65% from 313); Max value from RGB is 146 - color contains mainly: blue. Hex color #763192 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #763192 is #89CE6D. Grayscale: #505050. Windows color (decimal): -9031278 or 9580918. OLE color: 9580918.
HSL color Cylindrical-coordinate representation of color #763192: hue angle of 282.68º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #763192 is Cyan = 0.19, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 118 | 49 | 146 | - |
| CMYK | 0.19 | 0.66 | 0 | 0.43 |
| HSL | 282.68º | 0.5% | 0.38% | - |
| HSV(B) | 282.68º | 0.66% | 0.57% | - |
| XYZ | 13.76 | 8.12 | 28.04 | - |
| YUV | 80.69 | 164.86 | 154.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 49 | 146 | 0.19 | 0.66 | 0 | 0.43 | 282.68 | 0.5 | 0.38 |
| Hex | 76 | 31 | 92 | 13 | 42 | 0 | 2B | 11B | 32 | 26 |
| Octal | 166 | 61 | 222 | 23 | 102 | 0 | 53 | 433 | 62 | 46 |
| Binary | 1110110 | 110001 | 10010010 | 10011 | 1000010 | 0 | 101011 | 100011011 | 110010 | 100110 |
Color Harmonies of #763192
Complementary color
Monochromatic Colors of #763192
Black with #763192
Text Example
Text Example
White with #763192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #763192; }
p { color: rgb(118,49,146); }
H1.HeaderClassName
{
color: #763192;
}
.AnyTagClassName
{
color: #763192;
}
</style>
background-color css
<style>
a { background-color: #763192; }
a { background-color: rgb(118,49,146); }
div.DivClassName
{
background-color: #763192;
}
.BgClassName
{
background-color: #763192;
}
</style>
border-color css
<style>
span { border-color: #763192; }
span { border-color: rgb(118,49,146); }
td.TdClassName
{
border-color: #763192;
}
.TagClassName
{
border-color: #763192;
}
</style>