Shades of Vivid Violet #783390
Tints of Vivid Violet #783390
RGB
CMYK
RGB Variations
Color information
#783390 (or 0x783390) is known color: Vivid Violet. HEX triplet: 78, 33 and 90. RGB value is (120,51,144). Sum of RGB (Red+Green+Blue) = 120+51+144=315 (41% of max value = 765). Red value is 120 (47.27% from 255 or 38.10% from 315); Green value is 51 (20.31% from 255 or 16.19% from 315); Blue value is 144 (56.64% from 255 or 45.71% from 315); Max value from RGB is 144 - color contains mainly: blue. Hex color #783390 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #783390 is #87CC6F. Grayscale: #515151. Windows color (decimal): -8899696 or 9450360. OLE color: 9450360.
HSL color Cylindrical-coordinate representation of color #783390: hue angle of 284.52º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #783390 is Cyan = 0.17, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 120 | 51 | 144 | - |
| CMYK | 0.17 | 0.65 | 0 | 0.44 |
| HSL | 284.52º | 0.48% | 0.38% | - |
| HSV(B) | 284.52º | 0.65% | 0.56% | - |
| XYZ | 13.96 | 8.37 | 27.27 | - |
| YUV | 82.23 | 162.86 | 154.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 51 | 144 | 0.17 | 0.65 | 0 | 0.44 | 284.52 | 0.48 | 0.38 |
| Hex | 78 | 33 | 90 | 11 | 41 | 0 | 2C | 11D | 30 | 26 |
| Octal | 170 | 63 | 220 | 21 | 101 | 0 | 54 | 435 | 60 | 46 |
| Binary | 1111000 | 110011 | 10010000 | 10001 | 1000001 | 0 | 101100 | 100011101 | 110000 | 100110 |
Color Harmonies of #783390
Complementary color
Monochromatic Colors of #783390
Black with #783390
Text Example
Text Example
White with #783390
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #783390; }
p { color: rgb(120,51,144); }
H1.HeaderClassName
{
color: #783390;
}
.AnyTagClassName
{
color: #783390;
}
</style>
background-color css
<style>
a { background-color: #783390; }
a { background-color: rgb(120,51,144); }
div.DivClassName
{
background-color: #783390;
}
.BgClassName
{
background-color: #783390;
}
</style>
border-color css
<style>
span { border-color: #783390; }
span { border-color: rgb(120,51,144); }
td.TdClassName
{
border-color: #783390;
}
.TagClassName
{
border-color: #783390;
}
</style>