Shades of Vivid Violet #783391
Tints of Vivid Violet #783391
RGB
CMYK
RGB Variations
Color information
#783391 (or 0x783391) is known color: Vivid Violet. HEX triplet: 78, 33 and 91. RGB value is (120,51,145). Sum of RGB (Red+Green+Blue) = 120+51+145=316 (41% of max value = 765). Red value is 120 (47.27% from 255 or 37.97% from 316); Green value is 51 (20.31% from 255 or 16.14% from 316); Blue value is 145 (57.03% from 255 or 45.89% from 316); Max value from RGB is 145 - color contains mainly: blue. Hex color #783391 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #783391 is #87CC6E. Grayscale: #525252. Windows color (decimal): -8899695 or 9515896. OLE color: 9515896.
HSL color Cylindrical-coordinate representation of color #783391: hue angle of 284.04º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #783391 is Cyan = 0.17, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 120 | 51 | 145 | - |
| CMYK | 0.17 | 0.65 | 0 | 0.43 |
| HSL | 284.04º | 0.48% | 0.38% | - |
| HSV(B) | 284.04º | 0.65% | 0.57% | - |
| XYZ | 14.04 | 8.41 | 27.67 | - |
| YUV | 82.35 | 163.36 | 154.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 51 | 145 | 0.17 | 0.65 | 0 | 0.43 | 284.04 | 0.48 | 0.38 |
| Hex | 78 | 33 | 91 | 11 | 41 | 0 | 2B | 11C | 30 | 26 |
| Octal | 170 | 63 | 221 | 21 | 101 | 0 | 53 | 434 | 60 | 46 |
| Binary | 1111000 | 110011 | 10010001 | 10001 | 1000001 | 0 | 101011 | 100011100 | 110000 | 100110 |
Color Harmonies of #783391
Complementary color
Monochromatic Colors of #783391
Black with #783391
Text Example
Text Example
White with #783391
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #783391; }
p { color: rgb(120,51,145); }
H1.HeaderClassName
{
color: #783391;
}
.AnyTagClassName
{
color: #783391;
}
</style>
background-color css
<style>
a { background-color: #783391; }
a { background-color: rgb(120,51,145); }
div.DivClassName
{
background-color: #783391;
}
.BgClassName
{
background-color: #783391;
}
</style>
border-color css
<style>
span { border-color: #783391; }
span { border-color: rgb(120,51,145); }
td.TdClassName
{
border-color: #783391;
}
.TagClassName
{
border-color: #783391;
}
</style>